[Qemu-devel] [PATCH 3/4] usb-hid: use hid vmstate macro

2011-08-09 Thread Michael Walle
Use new hid vmstate macro. Version stays the same, because there is no reordering of the fields. Signed-off-by: Michael Walle --- hw/usb-hid.c | 41 ++--- 1 files changed, 2 insertions(+), 39 deletions(-) diff --git a/hw/usb-hid.c b/hw/usb-hid.c index e5d57

[Qemu-devel] [PATCH 3/4] usb-hid: use hid vmstate macro

2011-08-07 Thread Michael Walle
Increase version id, this will make almost any saved vm incompatible :( Signed-off-by: Michael Walle --- hw/usb-hid.c | 51 --- 1 files changed, 8 insertions(+), 43 deletions(-) diff --git a/hw/usb-hid.c b/hw/usb-hid.c index e5d57de..2efbc8d 100