Age | Commit message (Expand) | Author |
2015-02-26 | QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use | Markus Armbruster |
2015-02-18 | usb: Improve -usbdevice error reporting a bit | Markus Armbruster |
2015-02-18 | usb: usb_create() can't fail, drop useless error handling | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | usb-storage: add bootindex to qom property | Gonglei |
2014-10-15 | usb-storage: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Drop not needed "allow_hotplug = 0" | Igor Mammedov |
2014-10-15 | usb-bot: Mark device as non hotpluggable | Igor Mammedov |
2014-09-23 | dev-storage: usring error_report instead of fprintf/printf | Gonglei |
2014-09-23 | dev-storage: convert init to realize | Gonglei |
2014-09-23 | usb-bus: convert USBDeviceClass init to realize | Gonglei |
2014-09-23 | usb-storage: fix possible memory leak and missing error message | Gonglei |
2014-09-22 | usb-storage: Fix how legacy init handles option ID clash | Markus Armbruster |
2014-06-16 | blockdev: Rename drive_init(), drive_uninit() to drive_new(), drive_del() | Markus Armbruster |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (usb) | Juan Quintela |
2014-02-18 | usb: Remove magic constants from device bmAttributes | Pantelis Koukousoulas |
2013-11-05 | qdev: Drop misleading qdev_free() function | Stefan Hajnoczi |
2013-08-30 | scsi: Pass size to scsi_bus_new() | Andreas Färber |
2013-07-29 | devices: Associate devices to their logical category | Marcel Apfelbaum |
2013-07-23 | scsi: Improve error propagation for scsi_bus_legacy_handle_cmdline() | Andreas Färber |
2013-06-24 | usb: add serial bus property | Gerd Hoffmann |
2013-05-03 | scsi: add bus_name parameter to scsi_bus_new. | KONRAD Frederic |
2013-04-08 | hw: move headers to include/ | Paolo Bonzini |
2013-04-05 | usb-storage: Forward serial number to scsi-disk | Kevin Wolf |
2013-02-19 | usb-storage: use scsi_req_enqueue return value | Gerd Hoffmann |
2013-01-22 | usb: add usb-bot device (scsi bulk-only transport). | Gerd Hoffmann |
2013-01-22 | Revert "usb-storage: Drop useless null test in usb_msd_handle_data()" | Gerd Hoffmann |
2013-01-16 | usb-storage: Drop useless null test in usb_msd_handle_data() | Markus Armbruster |
2013-01-10 | Make all static TypeInfos const | Andreas Färber |
2012-12-19 | softmmu: move include files to include/sysemu/ | Paolo Bonzini |
2012-12-19 | misc: move include files to include/qemu/ | Paolo Bonzini |
2012-12-19 | monitor: move include files to include/monitor/ | Paolo Bonzini |
2012-12-19 | ui: move files to ui/ and include/ui/ | Paolo Bonzini |
2012-11-08 | usb: split packet result into actual_length + status | Hans de Goede |
2012-09-11 | usb-storage: usb3 support | Gerd Hoffmann |
2012-08-07 | usb-storage: fix SYNCHRONIZE_CACHE | Gerd Hoffmann |
2012-08-07 | usb-storage: improve debug logging | Gerd Hoffmann |
2012-07-17 | hw/block-common: Factor out fall back to legacy -drive serial=... | Markus Armbruster |
2012-06-19 | Allow machines to configure the QEMU_VERSION that's exposed via hardware | Crístian Viana |
2012-06-07 | usb-storage: migration support | Gerd Hoffmann |
2012-06-07 | usb-storage: add scsi_off, remove scsi_buf | Gerd Hoffmann |
2012-06-07 | usb-storage: add usb_msd_packet_complete() | Gerd Hoffmann |
2012-06-07 | usb-storage: remove MSDState->residue | Gerd Hoffmann |
2012-06-04 | qemu-option: qemu_opts_create(): use error_set() | Luiz Capitulino |
2012-04-26 | usb: add serial number generator | Gerd Hoffmann |
2012-04-26 | usb-storage: fix request canceling | Gerd Hoffmann |
2012-04-09 | qdev: qdev_unplug(): use error_set() | Luiz Capitulino |
2012-03-13 | Endian fix an assertion in usb-msd | Benjamin Herrenschmidt |