summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-08-07usb-storage: fix SYNCHRONIZE_CACHEGerd Hoffmann
2012-08-07usb-storage: improve debug loggingGerd Hoffmann
2012-08-06virtio: fix vhost handlingPaolo Bonzini
2012-08-04Fixes related to processing of qemu's -numa optionChegu Vinod
2012-08-04build: Fix build breakage detected by buildbotDunrong Huang
2012-08-03Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-03scsi: add support for ATA_PASSTHROUGH_xx scsi commandCong Meng
2012-08-03Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2012-08-03Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-08-03esp: add missing const on TypeInfo structuresHervé Poussineau
2012-08-03megasas: static SAS addressesHannes Reinecke
2012-08-03scsi-disk: fix compilation with DEBUG_SCSIPaolo Bonzini
2012-08-03megasas: Update function megasys_scsi_uninitStefan Weil
2012-08-03SCSI: STARTSTOPUNIT only eject/load media if powercondition is 0Ronnie Sahlberg
2012-08-03SCSI: Update the sense code for PREVENT REMOVAL errorsRonnie Sahlberg
2012-08-02Support 'help' as a synonym for '?' in command line optionsPeter Maydell
2012-08-01target-i386: move cpu_reset and reset callback to cpu.cIgor Mammedov
2012-08-01target-i386: move cpu halted decision into x86_cpu_resetIgor Mammedov
2012-08-01fix Xen compilationStefano Stabellini
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename vc local variables to ncStefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-08-01net: Remove VLANStateStefan Hajnoczi
2012-08-01net: Remove vlan code from net.cStefan Hajnoczi
2012-08-01net: Convert qdev_prop_vlan to peer with hubZhi Yong Wu
2012-07-31hw/9pfs: Fix assert when disabling migrationAneesh Kumar K.V
2012-07-30Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-07-30Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-28Avoid returning voidBlue Swirl
2012-07-28hw/escc: Drop duplicate definition of 'disabled' propertyPeter Maydell
2012-07-27target-or32: Add a IIS dummy boardJia Liu
2012-07-27target-or32: Add timer supportJia Liu
2012-07-27target-or32: Add PIC supportJia Liu
2012-07-27target-or32: Add target stubs and QOM cpuJia Liu
2012-07-27virtio-scsi: enable MSI-X supportPaolo Bonzini
2012-07-27virtio-scsi: add ioeventfd supportPaolo Bonzini
2012-07-27virtio-scsi: report parameter change eventsPaolo Bonzini
2012-07-27virtio-scsi: do not report dropped events after resetPaolo Bonzini
2012-07-27virtio-scsi: Report missed eventsPaolo Bonzini
2012-07-27virtio-scsi: Implement hotplug support for virtio-scsiCong Meng
2012-07-27scsi: report parameter changes to HBA driversPaolo Bonzini
2012-07-27scsi-disk: report resized disk via sense codesPaolo Bonzini
2012-07-27scsi: establish precedence levels for unit attentionPaolo Bonzini
2012-07-27scsi: introduce hotplug() and hot_unplug() interfaces for SCSI busCong Meng
2012-07-27scsi: add tracepoint for scsi_req_cancelPaolo Bonzini
2012-07-27scsi-disk: removable hard disks support load/ejectPaolo Bonzini
2012-07-26scsi-disk: Fail medium writes with proper sense for readonly LUNsRonnie Sahlberg
2012-07-26scsi-disk: improve the lba-out-of-range tests for read/write/verifyRonnie Sahlberg
2012-07-26scsi-disk: rd/wr/vr-protect !=0 is an errorRonnie Sahlberg