Re: [Qemu-devel] [PATCH 19/19] usb-bus: remove "init" from USBDeviceClass struct

2014-09-18 Thread Paolo Bonzini
Il 18/09/2014 11:33, arei.gong...@huawei.com ha scritto: > From: Gonglei > > All usb-bus devices are realized by realize(), > remove init callback function from USBDeviceClass struct. > > Signed-off-by: Gonglei > --- > hw/usb/bus.c | 2 -- > include/hw/usb.h | 2 -- > 2 files changed, 4 de

[Qemu-devel] [PATCH 19/19] usb-bus: remove "init" from USBDeviceClass struct

2014-09-18 Thread arei.gonglei
From: Gonglei All usb-bus devices are realized by realize(), remove init callback function from USBDeviceClass struct. Signed-off-by: Gonglei --- hw/usb/bus.c | 2 -- include/hw/usb.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/hw/usb/bus.c b/hw/usb/bus.c index 12881cb..b375293 1