mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY
Reviewed-by: Juan Quintela <quintela@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
d7650eab42
commit
c71c3e99b8
2 changed files with 6 additions and 0 deletions
|
@ -134,6 +134,10 @@ struct VMStateDescription {
|
|||
const VMStateSubsection *subsections;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_USER_ONLY
|
||||
extern const VMStateDescription vmstate_dummy;
|
||||
#endif
|
||||
|
||||
extern const VMStateInfo vmstate_info_bool;
|
||||
|
||||
extern const VMStateInfo vmstate_info_int8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue