aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-20scsi-disk: fix DPRINTFBlue Swirl
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini
2011-08-14hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell
2011-08-12scsi: add special traces for common commandsPaolo Bonzini
2011-08-12scsi: report unit attention on resetPaolo Bonzini
2011-08-12scsi: add support for unit attention conditionsPaolo Bonzini
2011-08-12scsi: add a bunch more common sense codesPaolo Bonzini
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini
2011-08-12scsi: move request parsing to common codePaolo Bonzini
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini
2011-08-12scsi: introduce SCSICommandPaolo Bonzini
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini
2011-08-12scsi: move sense handling to generic codePaolo Bonzini
2011-08-12scsi: pass status when completingPaolo Bonzini
2011-08-12vscsi: always use get_sensePaolo Bonzini
2011-08-12scsi-disk: no need to call scsi_req_data on a short readPaolo Bonzini
2011-08-12pc: make vgabios exit port more usefulAnthony Liguori
2011-08-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'aneesh/for-upstream-1' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'spice/spice.v41' into stagingAnthony Liguori
2011-08-12Merge remote-tracking branch 'kraxel/usb.23' into stagingAnthony Liguori
2011-08-11hw/qdev: Don't crash if qdev_create(NULL, ...) failsPeter Maydell
2011-08-11scsi-bus: use DO_UPCASTZhi Yong Wu
2011-08-11etrax-ser: printf -> qemu_log.Edgar E. Iglesias
2011-08-11etrax: QDevify the Ethernet MAC.Edgar E. Iglesias
2011-08-10qxl: unbreak after memory API conversionAlon Levy
2011-08-10qxl: allowing the command rings to be not empty when spice worker is stopped ...Yonit Halperin
2011-08-10usb-hid: remove usb_hid_datain_cbGerd Hoffmann
2011-08-10milkymist-softusb: use hid code directlyMichael Walle
2011-08-10usb-hid: use hid vmstate macroMichael Walle
2011-08-10hid: introduce hid vmstate macrosMichael Walle
2011-08-10hid: register kbd hander in init()Michael Walle
2011-08-10usb/hid: add hid_pointer_activate, use itGerd Hoffmann
2011-08-09etrax: Allocate DMA connections at board level.Edgar E. Iglesias
2011-08-09etrax: Remove hw/etraxfs.c.Edgar E. Iglesias
2011-08-09lance: unbreak after memory API conversionAvi Kivity
2011-08-08Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2011-08-08hw/9pfs: Update vfs_rename to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yeild support to rename coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_remove to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for removeVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update mkdir to use coroutinesVenkateswararao Jujjuri
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V