Re: [Qemu-devel] [PATCH 0/4] usb/hid: bugfixes, more on usb and hid split

2011-08-09 Thread Gerd Hoffmann
On 08/07/11 19:29, Michael Walle wrote: This USB patchset moves the VM state stuff from usb-hid.c to hid.c, so it can be reused by other devices. Nice. There is one major drawback: i need to increase the vmstate version_id of the usb-hid device. I don't know if you agree with this change.

[Qemu-devel] [PATCH 0/4] usb/hid: bugfixes, more on usb and hid split

2011-08-07 Thread Michael Walle
This USB patchset moves the VM state stuff from usb-hid.c to hid.c, so it can be reused by other devices. There is one major drawback: i need to increase the vmstate version_id of the usb-hid device. I don't know if you agree with this change. Alternatively, we could add a load_old function which