Age | Commit message (Expand) | Author | Files | Lines |
2022-10-07 | hw/virtio: move vhd->started check into helper and add FIXME | Alex Bennée | 1 | -2/+2 |
2022-05-16 | virtio: add vhost support for virtio devices | Jonah Palmer | 1 | -0/+8 |
2022-01-07 | hw/scsi/vhost-scsi: don't double close vhostfd on error | Daniil Tatianin | 1 | -1/+8 |
2022-01-07 | hw/scsi/vhost-scsi: don't leak vqs on error | Daniil Tatianin | 1 | -2/+4 |
2021-08-26 | vhost-scsi: Plug memory leak on migrate_add_blocker() failure | Markus Armbruster | 1 | -2/+2 |
2021-06-30 | vhost: Add Error parameter to vhost_dev_init() | Kevin Wolf | 1 | -3/+1 |
2020-10-09 | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 1 | -1/+1 |
2020-08-27 | virtio-scsi-pci: default num_queues to -smp N | Stefan Hajnoczi | 1 | -1/+2 |
2020-07-10 | error: Avoid error_propagate() after migrate_add_blocker() | Markus Armbruster | 1 | -3/+1 |
2020-05-15 | qdev: Unrealize must not fail | Markus Armbruster | 1 | -1/+1 |
2020-05-15 | Drop more @errp parameters after previous commit | Markus Armbruster | 1 | -1/+1 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 1 | -1/+1 |
2020-01-06 | virtio: make seg_max virtqueue size dependent | Denis Plotnikov | 1 | -0/+2 |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -1/+0 |
2019-07-19 | vhost-scsi: Call virtio_scsi_common_unrealize() when device realize failed | Xie Yongji | 1 | -1/+3 |
2019-07-19 | virtio-scsi: remove unused argument to virtio_scsi_common_realize | Paolo Bonzini | 1 | -1/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-06-02 | vhost-scsi: Allow user to enable migration | Liran Alon | 1 | -10/+20 |
2019-06-02 | vhost-scsi: Add VMState descriptor | Nir Weiner | 1 | -0/+23 |
2019-06-02 | vhost-scsi: The vhost backend should be stopped when the VM is not running | Nir Weiner | 1 | -0/+4 |
2019-01-14 | qemu: avoid memory leak while remove disk | Jian Wang | 1 | -1/+2 |
2018-11-05 | vhost-scsi: prevent using uninitialized vqs | yuchenlin | 1 | -1/+1 |
2018-08-23 | vhost-scsi: expose 't10_pi' property for VIRTIO_SCSI_F_T10_PI | Greg Edwards | 1 | -0/+3 |
2017-12-05 | vhost-scsi: add missing virtqueue_size parameter | Eric Farman | 1 | -0/+2 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-05-05 | vhost-scsi: create a vhost-scsi-common abstraction | Felipe Franciosi | 1 | -138/+56 |
2017-04-24 | scsi: Make errp the last parameter of virtio_scsi_common_realize | Fam Zheng | 1 | -2/+4 |
2017-01-24 | migration: disallow migrate_add_blocker during migration | Ashijeet Acharya | 1 | -6/+19 |
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 |