index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
scsi
/
virtio-scsi.c
Age
Commit message (
Expand
)
Author
2014-07-01
virtio-scsi: virtio_scsi_push_event() lacks VirtIOSCSIReq parsing
Greg Kurz
2014-06-29
virtio-scsi: use virtio wrappers to access headers
Rusty Russell
2014-06-29
virtio: introduce device specific migration calls
Greg Kurz
2014-06-19
virtio-scsi: define dummy handle_output for vhost-scsi vqs
Ming Lei
2014-06-18
virtio-scsi: add support for the any_layout feature
Paolo Bonzini
2014-06-18
virtio-scsi: introduce virtio_scsi_complete_cmd_req
Paolo Bonzini
2014-06-18
virtio-scsi: prepare sense data handling for any_layout
Paolo Bonzini
2014-06-18
virtio-scsi: add extra argument and return type to qemu_sgl_concat
Paolo Bonzini
2014-06-18
virtio-scsi: add target swap for VirtIOSCSICtrlTMFReq fields
Paolo Bonzini
2014-06-18
virtio-scsi: start preparing for any_layout
Paolo Bonzini
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2014-05-22
Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging
Peter Maydell
2014-05-16
virtio-scsi: Plug memory leak on virtio_scsi_push_event() error path
Markus Armbruster
2014-05-05
virtio-scsi: fix buffer overrun on invalid state load
Michael S. Tsirkin
2014-03-14
virtio-scsi: actually honor sense_size from configuration space
Paolo Bonzini
2014-01-15
virtio-scsi: Prevent assertion on missed events
Eric Farman
2014-01-15
virtio-scsi: Cleanup of I/Os that never started
Eric Farman
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio: Complete converting VirtioDevice to QOM realize
Andreas Färber
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
2013-12-09
virtio-scsi: QOM realize preparations
Andreas Färber
2013-12-09
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-09-12
virtio-scsi: Make type virtio-scsi-common abstract
Markus Armbruster
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-07-04
dma: keep a device alive while it has SGLists
Paolo Bonzini
2013-06-20
dma: eliminate DMAContext
Paolo Bonzini
2013-05-03
virtio-scsi: fix the command line compatibility.
KONRAD Frederic
2013-05-03
scsi: add bus_name parameter to scsi_bus_new.
KONRAD Frederic
2013-04-24
virtio: cleanup: init and exit function.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-19
virtio-scsi: create VirtIOSCSICommon
Paolo Bonzini
2013-04-08
hw: move virtio devices to hw/ subdirectories
Paolo Bonzini