mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
linux-user: Fix compilation failure
Fix compilation failures for linux-user targets following recent migration related commitsbd2fa51fcd
and43487c67
. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1372362818-4740-1-git-send-email-peter.maydell@linaro.org Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
c394ace828
commit
ec3f8c9913
3 changed files with 3 additions and 2 deletions
|
@ -26,7 +26,9 @@
|
|||
#ifndef QEMU_VMSTATE_H
|
||||
#define QEMU_VMSTATE_H 1
|
||||
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include <migration/qemu-file.h>
|
||||
#endif
|
||||
|
||||
typedef void SaveStateHandler(QEMUFile *f, void *opaque);
|
||||
typedef int LoadStateHandler(QEMUFile *f, void *opaque, int version_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue