Home
last modified time | relevance | path

Searched hist:"0958 b4cc8f7889b61770690fa29a1201895cf581" (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/
H A Dusb.h0958b4cc8f7889b61770690fa29a1201895cf581 Mon Oct 26 14:56:45 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb core: use qdev for -usbdevice

This patchs adds infrastructure to handle -usbdevice via qdev callbacks.
USBDeviceInfo gets a name field (for the -usbdevice driver name) and a
callback for -usbdevice parameter parsing.

The new usbdevice_create() function walks the qdev driver list and looks
for a usb driver with a matching name. When a parameter parsing
callback is present it is called, otherwise the device is created via
usb_create_simple().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/qemu/hw/usb/
H A Dbus.c0958b4cc8f7889b61770690fa29a1201895cf581 Mon Oct 26 14:56:45 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb core: use qdev for -usbdevice

This patchs adds infrastructure to handle -usbdevice via qdev callbacks.
USBDeviceInfo gets a name field (for the -usbdevice driver name) and a
callback for -usbdevice parameter parsing.

The new usbdevice_create() function walks the qdev driver list and looks
for a usb driver with a matching name. When a parameter parsing
callback is present it is called, otherwise the device is created via
usb_create_simple().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/qemu/hw/core/
H A Dqdev.c0958b4cc8f7889b61770690fa29a1201895cf581 Mon Oct 26 14:56:45 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb core: use qdev for -usbdevice

This patchs adds infrastructure to handle -usbdevice via qdev callbacks.
USBDeviceInfo gets a name field (for the -usbdevice driver name) and a
callback for -usbdevice parameter parsing.

The new usbdevice_create() function walks the qdev driver list and looks
for a usb driver with a matching name. When a parameter parsing
callback is present it is called, otherwise the device is created via
usb_create_simple().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
/qemu/system/
H A Dvl.c0958b4cc8f7889b61770690fa29a1201895cf581 Mon Oct 26 14:56:45 UTC 2009 Gerd Hoffmann <kraxel@redhat.com> usb core: use qdev for -usbdevice

This patchs adds infrastructure to handle -usbdevice via qdev callbacks.
USBDeviceInfo gets a name field (for the -usbdevice driver name) and a
callback for -usbdevice parameter parsing.

The new usbdevice_create() function walks the qdev driver list and looks
for a usb driver with a matching name. When a parameter parsing
callback is present it is called, otherwise the device is created via
usb_create_simple().

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>