[Qemu-devel] [PATCH 2/4] hid: introduce hid vmstate macros

2011-08-09 Thread Michael Walle
Add VMSTATE macros to describe a HIDState. Based on usb-hid.c descriptions. Signed-off-by: Michael Walle --- hw/hid.c | 58 ++ hw/hw.h | 20 2 files changed, 78 insertions(+), 0 deletions(-) diff --git a/hw/hid.c

[Qemu-devel] [PATCH 2/4] hid: introduce hid vmstate macros

2011-08-07 Thread Michael Walle
Add VMSTATE macros to describe a HIDState. Based on usb-hid.c descriptions. Signed-off-by: Michael Walle --- hw/hid.c | 58 ++ hw/hw.h | 20 2 files changed, 78 insertions(+), 0 deletions(-) diff --git a/hw/hid.c