summaryrefslogtreecommitdiff
path: root/hw/usb/bus.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16usb: add support for microsoft os descriptorsGerd Hoffmann1-0/+2
2013-11-26usb: Add usb_device_alloc/free_streamsHans de Goede1-0/+18
2013-11-05qdev: Drop misleading qdev_free() functionStefan Hajnoczi1-3/+4
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30usb: Pass size to usb_bus_new()Andreas Färber1-1/+2
2013-06-24usb: add serial bus propertyGerd Hoffmann1-0/+1
2013-04-23usb: better speed mismatch error reportingGerd Hoffmann1-4/+32
2013-04-03usb-hub: limit chain lengthGerd Hoffmann1-0/+2
2013-01-17HMP: add QDict to info callback handlerWenchao Xia1-1/+1
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2013-01-07usb: Add an usb_device_ep_stopped USBDevice methodHans de Goede1-0/+8
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-12-04usb: Allow overriding of usb_desc at the device levelHans de Goede1-0/+3
2012-11-29usb: fail usbdevice_create() when there is no USB busStefan Hajnoczi1-0/+7
2012-11-08usb: split packet result into actual_length + statusHans de Goede1-8/+5
2012-10-25usb: Add USB_RET_ADD_TO_QUEUE packet result codeHans de Goede1-0/+8
2012-06-20usb: restore USBDevice->attached on vmloadGerd Hoffmann1-0/+13
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori1-8/+17
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-3/+2
2012-06-18qdev: Move bus properties to abstract superclassesPaolo Bonzini1-1/+1
2012-06-18qdev: Move bus properties to a separate globalPaolo Bonzini1-6/+9
2012-04-17usb/vmstate: add parent dev pathGerd Hoffmann1-1/+16
2012-03-13usb: the big renameGerd Hoffmann1-0/+584