]> xenbits.xensource.com Git - people/pauldu/qemu.git/commit
linux-user: fail and report on bad dfilter specs
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 30 Aug 2019 14:36:48 +0000 (15:36 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 11 Sep 2019 06:46:05 +0000 (08:46 +0200)
commit7f4341e84bb867c6e3397a978d3ee131bf8a889b
tree793173fc88592ef4600bbaf10005e317c9af6374
parent895e2ef521ae0eef2fdfcec8f2108d9ee3303a81
linux-user: fail and report on bad dfilter specs

Just passing NULL means we end up ignoring the bad dfilter spec
instead of reporting it and exiting as we should.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20190830143648.2967-1-alex.bennee@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/main.c