From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrARR-0005WX-5w for qemu-devel@nongnu.org; Wed, 10 Aug 2011 11:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrARJ-0005Rl-Cc for qemu-devel@nongnu.org; Wed, 10 Aug 2011 11:11:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrARJ-0005RB-1L for qemu-devel@nongnu.org; Wed, 10 Aug 2011 11:11:25 -0400 Message-ID: <4E429F91.7090606@redhat.com> Date: Wed, 10 Aug 2011 17:11:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1312926895-10276-1-git-send-email-michael@walle.cc> In-Reply-To: <1312926895-10276-1-git-send-email-michael@walle.cc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 0/4] usb/hid: bugfixes, more on usb and hid split List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: qemu-devel@nongnu.org On 08/09/11 23:54, Michael Walle wrote: > This USB patchset moves the HID VM state stuff from usb-hid.c to hid.c, so > it can be reused by other devices. > > changes v1->v2: > - don't reorder vmstate field to be backward compatible > > Michael Walle (4): > hid: register kbd hander in init() > hid: introduce hid vmstate macros > usb-hid: use hid vmstate macro > milkymist-softusb: use hid code directly > > hw/hid.c | 63 ++++++++++++++++++++++++- > hw/hw.h | 20 ++++++++ > hw/milkymist-softusb.c | 122 +++++++++++++++--------------------------------- > hw/usb-hid.c | 41 +--------------- > 4 files changed, 121 insertions(+), 125 deletions(-) > Patches added to the usb patch queue. thanks, Gerd