From c71c3e99b8897323af8c2fe0b9851610cd148538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Mon, 18 Feb 2013 17:56:20 +0100 Subject: stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Juan Quintela Reviewed-by: Eduardo Habkost Signed-off-by: Andreas Färber --- stubs/vmstate.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stubs') diff --git a/stubs/vmstate.c b/stubs/vmstate.c index 3682af599e..778bc3fc69 100644 --- a/stubs/vmstate.c +++ b/stubs/vmstate.c @@ -1,6 +1,8 @@ #include "qemu-common.h" #include "migration/vmstate.h" +const VMStateDescription vmstate_dummy = {}; + int vmstate_register_with_alias_id(DeviceState *dev, int instance_id, const VMStateDescription *vmsd, -- cgit v1.2.1