mirror of https://github.com/xemu-project/xemu.git
fuzz: fix typo in i440fx-qtest-reboot arguments
Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Reviewed-by: Darren Kenny <darren.kenny@oracle.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200512030133.29896-3-alxndr@bu.edu Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
7a071a96d3
commit
6851803a46
|
@ -156,7 +156,7 @@ static void i440fx_fuzz_qos_fork(QTestState *s,
|
|||
}
|
||||
|
||||
static const char *i440fx_qtest_argv = TARGET_NAME " -machine accel=qtest"
|
||||
"-m 0 -display none";
|
||||
" -m 0 -display none";
|
||||
static const char *i440fx_argv(FuzzTarget *t)
|
||||
{
|
||||
return i440fx_qtest_argv;
|
||||
|
|
Loading…
Reference in New Issue