Re: [Qemu-devel] [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function

2014-06-03 Thread Gonglei (Arei)
> -Original Message- > From: Gerd Hoffmann [mailto:kra...@redhat.com] > Sent: Wednesday, June 04, 2014 2:10 PM > To: Gonglei (Arei) > Cc: qemu-devel@nongnu.org; Luonengjun; Huangweidong (C); Huangpeng > (Peter) > Subject: Re: [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function > > O

Re: [Qemu-devel] [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function

2014-06-03 Thread Gerd Hoffmann
On Di, 2014-06-03 at 18:54 +0800, arei.gong...@huawei.com wrote: > From: Gonglei > > clean up ehci resource when ehci pci device exit. > > Signed-off-by: Gonglei > --- > hw/usb/hcd-ehci-pci.c | 33 + > 1 file changed, 33 insertions(+) > > diff --git a/hw/usb/hc

[Qemu-devel] [PATCH v2 7/9] usb-ehci: add ehci-pci device exit function

2014-06-03 Thread arei.gonglei
From: Gonglei clean up ehci resource when ehci pci device exit. Signed-off-by: Gonglei --- hw/usb/hcd-ehci-pci.c | 33 + 1 file changed, 33 insertions(+) diff --git a/hw/usb/hcd-ehci-pci.c b/hw/usb/hcd-ehci-pci.c index 505741a..115d9b5 100644 --- a/hw/usb/hcd-e