mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
fuzz: Correct invalid mentions of 'softmmu' by 'system'
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Alexander Bulekov <alxndr@bu.edu> Message-ID: <20231004090629.37473-5-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
54b99122eb
commit
c2646d4958
3 changed files with 4 additions and 4 deletions
|
@ -49,13 +49,13 @@ typedef struct FuzzTarget {
|
|||
|
||||
|
||||
/*
|
||||
* Returns the arguments that are passed to qemu/softmmu init(). Freed by
|
||||
* Returns the arguments that are passed to qemu/system init(). Freed by
|
||||
* the caller.
|
||||
*/
|
||||
GString *(*get_init_cmdline)(struct FuzzTarget *);
|
||||
|
||||
/*
|
||||
* will run once, prior to running qemu/softmmu init.
|
||||
* will run once, prior to running qemu/system init.
|
||||
* eg: set up shared-memory for communication with the child-process
|
||||
* Can be NULL
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue