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
/
vhost-scsi.c
Age
Commit message (
Expand
)
Author
2019-01-14
qemu: avoid memory leak while remove disk
Jian Wang
2018-11-05
vhost-scsi: prevent using uninitialized vqs
yuchenlin
2018-08-23
vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI
Greg Edwards
2017-12-05
vhost-scsi: add missing virtqueue_size parameter
Eric Farman
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
2017-05-05
vhost-scsi: create a vhost-scsi-common abstraction
Felipe Franciosi
2017-04-24
scsi: Make errp the last parameter of virtio_scsi_common_realize
Fam Zheng
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-07-07
tap: vhost busy polling support
Jason Wang
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-01-29
hw/scsi: Clean up includes
Peter Maydell
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2015-10-22
vhost: use a function for each call
Marc-André Lureau
2015-09-25
vhost-scsi: include linux/vhost.h
Marc-André Lureau
2015-09-09
vhost-scsi: fix wrong vhost-scsi firmware path
Gonglei
2015-08-14
vhost-scsi: Clarify vhost_virtqueue_mask argument
Lu Lina
2015-07-30
vhost/scsi: call vhost_dev_cleanup() at unrealize() time
Igor Mammedov
2015-07-27
virtio: get_features() can fail
Jason Wang
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
2015-06-10
vhost-scsi: move qdev properties into vhost-scsi.c
Shannon Zhao
2015-06-01
virtio: make features 64bit wide
Gerd Hoffmann
2015-03-10
vhost-scsi: Remove superfluous '\n' around error_report()
Gonglei
2015-02-26
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-18
monitor: Clean up around monitor_handle_fd_param()
Markus Armbruster
2015-02-18
vhost-scsi: Improve error reporting for invalid vhostfd
Markus Armbruster
2015-02-11
vhost-scsi: set the bootable value of channel/target/lun
Gonglei
2015-02-11
vhost-scsi: expose the TYPE_FW_PATH_PROVIDER interface
Gonglei
2015-02-11
vhost-scsi: add bootindex property
Gonglei
2014-12-01
vhost: Fix vhostfd leak in error branch
Gonglei
2014-09-23
vhost-scsi: use virtio_ldl_p
Paolo Bonzini
2014-09-03
vhost-scsi: init backend features earlier
Michael S. Tsirkin
2014-06-20
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2014-06-19
Add vhost-backend and VhostBackendType
Nikolay Nikolaev
2014-06-19
Add vhost_ops to vhost_dev struct and replace all relevant ioctls
Nikolay Nikolaev
2014-06-19
vhost_net_init will use VhostNetOptions to get all its arguments
Nikolay Nikolaev
2014-06-19
vhost: add vhost_get_features and vhost_ack_features
Nikolay Nikolaev
2014-06-19
virtio-scsi: define dummy handle_output for vhost-scsi vqs
Ming Lei
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
2013-12-09
virtio: Convert exit to unrealize
Andreas Färber
2013-12-09
virtio-scsi: Convert to QOM realize
Andreas Färber
2013-12-09
virtio-scsi: switch exit callback to VirtioDeviceClass
Paolo Bonzini
2013-07-29
devices: Associate devices to their logical category
Marcel Apfelbaum
2013-06-18
vhost-scsi: fix k->set_guest_notifiers() NULL dereference
Stefan Hajnoczi
2013-04-24
virtio: remove virtiobindings.
KONRAD Frederic
2013-04-24
virtio: remove the function pointer.
KONRAD Frederic
2013-04-19
vhost-scsi: new device supporting the tcm_vhost Linux kernel module
Nicholas Bellinger