Re: [Qemu-devel] [PATCH v3 00/19] usb: convert device init to realize

2014-09-23 Thread Gonglei (Arei)
> From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Tuesday, September 23, 2014 7:02 PM > Subject: Re: [PATCH v3 00/19] usb: convert device init to realize > > On Di, 2014-09-23 at 10:58 +, Gonglei (Arei) wrote: > > Hi, Gred > > > > Would you like to pick up this patch series? Thanks. >

Re: [Qemu-devel] [PATCH v3 00/19] usb: convert device init to realize

2014-09-23 Thread Gerd Hoffmann
On Di, 2014-09-23 at 10:58 +, Gonglei (Arei) wrote: > Hi, Gred > > Would you like to pick up this patch series? Thanks. Just picked it up (and the followup too), test builds running, pull request will most likely follow later today. cheers, Gerd

Re: [Qemu-devel] [PATCH v3 00/19] usb: convert device init to realize

2014-09-23 Thread Gonglei (Arei)
Hi, Gred Would you like to pick up this patch series? Thanks. Best regards, -Gonglei > -Original Message- > From: Gonglei (Arei) > Sent: Friday, September 19, 2014 2:48 PM > To: qemu-devel@nongnu.org > Cc: kra...@redhat.com; Huangweidong (C); arm...@redhat.com; > pbonz...@redhat.com; Hu

[Qemu-devel] [PATCH v3 00/19] usb: convert device init to realize

2014-09-18 Thread arei.gonglei
From: Gonglei DeviceClass->init is the old interface, let's convert usb devices to the new realize API. In this way, all the implementations now use error_setg instead of qerror_report/error_report for reporting error. Note: Next, I will post a incremental patch series fixing usb-serial issue