Age | Commit message (Expand) | Author | Files | Lines |
2011-08-12 | scsi: add a bunch more common sense codes | Paolo Bonzini | 2 | -0/+42 |
2011-08-12 | scsi: move handling of REQUEST SENSE to common code | Paolo Bonzini | 3 | -25/+12 |
2011-08-12 | scsi: move handling of REPORT LUNS and invalid LUNs to common code | Paolo Bonzini | 4 | -29/+177 |
2011-08-12 | scsi: move request parsing to common code | Paolo Bonzini | 4 | -30/+38 |
2011-08-12 | scsi: push lun field to SCSIDevice | Paolo Bonzini | 3 | -4/+3 |
2011-08-12 | scsi: introduce SCSICommand | Paolo Bonzini | 2 | -54/+58 |
2011-08-12 | scsi: pass cdb already to scsi_req_new | Paolo Bonzini | 6 | -15/+18 |
2011-08-12 | scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps | Paolo Bonzini | 4 | -40/+29 |
2011-08-12 | scsi: introduce SCSIReqOps | Paolo Bonzini | 4 | -25/+40 |
2011-08-12 | scsi: move sense handling to generic code | Paolo Bonzini | 4 | -112/+110 |
2011-08-12 | scsi: pass status when completing | Paolo Bonzini | 4 | -31/+25 |
2011-08-12 | vscsi: always use get_sense | Paolo Bonzini | 1 | -70/+21 |
2011-08-12 | scsi-disk: no need to call scsi_req_data on a short read | Paolo Bonzini | 1 | -3/+0 |
2011-08-12 | pc: make vgabios exit port more useful | Anthony Liguori | 1 | -2/+2 |
2011-08-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 2 | -2/+7 |
2011-08-12 | Merge remote-tracking branch 'aneesh/for-upstream-1' into staging | Anthony Liguori | 9 | -844/+1013 |
2011-08-12 | Merge remote-tracking branch 'spice/spice.v41' into staging | Anthony Liguori | 1 | -7/+6 |
2011-08-12 | Merge remote-tracking branch 'kraxel/usb.23' into staging | Anthony Liguori | 6 | -146/+134 |
2011-08-11 | hw/qdev: Don't crash if qdev_create(NULL, ...) fails | Peter Maydell | 1 | -1/+6 |
2011-08-11 | scsi-bus: use DO_UPCAST | Zhi Yong Wu | 1 | -1/+1 |
2011-08-11 | etrax-ser: printf -> qemu_log. | Edgar E. Iglesias | 1 | -4/+6 |
2011-08-11 | etrax: QDevify the Ethernet MAC. | Edgar E. Iglesias | 3 | -31/+67 |
2011-08-10 | qxl: unbreak after memory API conversion | Alon Levy | 1 | -2/+3 |
2011-08-10 | qxl: allowing the command rings to be not empty when spice worker is stopped ... | Yonit Halperin | 1 | -5/+3 |
2011-08-10 | usb-hid: remove usb_hid_datain_cb | Gerd Hoffmann | 2 | -17/+0 |
2011-08-10 | milkymist-softusb: use hid code directly | Michael Walle | 1 | -84/+38 |
2011-08-10 | usb-hid: use hid vmstate macro | Michael Walle | 1 | -39/+2 |
2011-08-10 | hid: introduce hid vmstate macros | Michael Walle | 2 | -0/+78 |
2011-08-10 | hid: register kbd hander in init() | Michael Walle | 1 | -2/+3 |
2011-08-10 | usb/hid: add hid_pointer_activate, use it | Gerd Hoffmann | 3 | -4/+13 |
2011-08-09 | etrax: Allocate DMA connections at board level. | Edgar E. Iglesias | 3 | -22/+28 |
2011-08-09 | etrax: Remove hw/etraxfs.c. | Edgar E. Iglesias | 2 | -159/+1 |
2011-08-09 | lance: unbreak after memory API conversion | Avi Kivity | 1 | -1/+1 |
2011-08-08 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 1 | -5/+2 |
2011-08-08 | hw/9pfs: Update vfs_rename to use coroutines | Aneesh Kumar K.V | 2 | -89/+52 |
2011-08-08 | hw/9pfs: Add yeild support to rename coroutine | Aneesh Kumar K.V | 2 | -0/+15 |
2011-08-08 | hw/9pfs: Update v9fs_remove to use coroutines | Venkateswararao Jujjuri | 2 | -43/+13 |
2011-08-08 | hw/9pfs: Add yield support for remove | Venkateswararao Jujjuri | 2 | -0/+15 |
2011-08-08 | hw/9pfs: Update mkdir to use coroutines | Venkateswararao Jujjuri | 1 | -71/+25 |
2011-08-08 | hw/9pfs: Add yield support for mkdir coroutine | Venkateswararao Jujjuri | 2 | -0/+20 |
2011-08-08 | hw/9pfs: Update v9fs_mknod to use coroutines | Aneesh Kumar K.V | 1 | -58/+30 |
2011-08-08 | hw/9pfs: Add yield support to mknod coroutine | Aneesh Kumar K.V | 2 | -0/+23 |
2011-08-08 | hw/9pfs: Update v9fs_xattrcreate to use coroutines | Aneesh Kumar K.V | 2 | -38/+26 |
2011-08-08 | hw/9pfs: Update v9fs_xattrwalk to coroutines | Aneesh Kumar K.V | 1 | -135/+63 |
2011-08-08 | hw/9pfs: Add yield support to xattr related coroutine | Aneesh Kumar K.V | 2 | -0/+53 |
2011-08-08 | hw/9pfs: Update v9fs_setattr to use coroutines | Aneesh Kumar K.V | 2 | -117/+54 |
2011-08-08 | hw/9pfs: Add yield support to setattr related coroutines | Aneesh Kumar K.V | 2 | -0/+68 |
2011-08-08 | hw/9pfs: Update v9fs_getattr to use coroutines | Aneesh Kumar K.V | 2 | -46/+19 |
2011-08-08 | hw/9pfs: Add yield support to lstat coroutine | Aneesh Kumar K.V | 2 | -0/+33 |
2011-08-08 | hw/9pfs: Update v9fs_statfs to use coroutines | Aneesh Kumar K.V | 2 | -70/+44 |