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