| Commit message (Expand) | Author | Age | Files | Lines |
* | hw/virtio: add some vhost-user trace events | Alex Bennée | 2022-10-07 | 1 | -0/+6 |
* | hw/virtio: gracefully handle unset vhost_dev vdev | Alex Bennée | 2022-08-17 | 1 | -3/+7 |
* | vhost: setup error eventfd and dump errors | Konstantin Khlebnikov | 2022-06-28 | 1 | -0/+37 |
* | vhost: also check queue state in the vhost_dev_set_log error routine | Ni Xun | 2022-06-16 | 1 | -0/+4 |
* | virtio: add vhost support for virtio devices | Jonah Palmer | 2022-05-16 | 1 | -1/+3 |
* | Don't include sysemu/tcg.h if it is not necessary | Thomas Huth | 2022-04-20 | 1 | -1/+0 |
* | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 2022-04-06 | 1 | -1/+1 |
* | vhost: use wfd on functions setting vring call fd | Sergio Lopez | 2022-03-06 | 1 | -3/+3 |
* | Revert "vhost: add support for configure interrupt" | Michael S. Tsirkin | 2022-01-10 | 1 | -76/+0 |
* | vhost: stick to -errno error return convention | Roman Kagan | 2022-01-07 | 1 | -54/+46 |
* | vhost: add support for configure interrupt | Cindy Lu | 2022-01-06 | 1 | -0/+76 |
* | hw/virtio/vhost: Fix typo in comment. | Leonardo Garcia | 2021-12-17 | 1 | -1/+1 |
* | memory: Name all the memory listeners | Peter Xu | 2021-09-30 | 1 | -0/+2 |
* | vhost: correctly detect the enabling IOMMU | Jason Wang | 2021-09-04 | 1 | -1/+1 |
* | hw/virtio: move vhost_set_backend_type() to vhost.c | Tiberiu Georgescu | 2021-09-04 | 1 | -0/+29 |
* | vhost: Clean up how VhostOpts method vhost_backend_init() fails | Markus Armbruster | 2021-08-26 | 1 | -4/+0 |
* | vhost: Clean up how VhostOpts method vhost_get_config() fails | Markus Armbruster | 2021-08-26 | 1 | -8/+2 |
* | migration: Unify failure check for migrate_add_blocker() | Markus Armbruster | 2021-08-26 | 1 | -1/+1 |
* | vhost: Distinguish errors in vhost_dev_get_config() | Kevin Wolf | 2021-06-30 | 1 | -3/+11 |
* | vhost: Return 0/-errno in vhost_dev_init() | Kevin Wolf | 2021-06-30 | 1 | -4/+4 |
* | vhost: Distinguish errors in vhost_backend_init() | Kevin Wolf | 2021-06-30 | 1 | -6/+7 |
* | vhost: Add Error parameter to vhost_dev_init() | Kevin Wolf | 2021-06-30 | 1 | -6/+10 |
* | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth | 2021-05-02 | 1 | -1/+0 |
* | Various spelling fixes | Michael Tokarev | 2021-03-09 | 1 | -1/+1 |
* | vhost: simplify vhost_dev_init() fail_busyloop label | Stefan Hajnoczi | 2021-03-02 | 1 | -7/+5 |
* | vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support | Peter Xu | 2021-02-05 | 1 | -2/+11 |
* | memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType | Eugenio Pérez | 2020-12-08 | 1 | -1/+1 |
* | vhost-blk: set features before setting inflight feature | Jin Yu | 2020-11-03 | 1 | -0/+20 |
* | Revert "vhost-blk: set features before setting inflight feature" | Stefan Hajnoczi | 2020-11-03 | 1 | -18/+0 |
* | vhost-blk: set features before setting inflight feature | Jin Yu | 2020-10-30 | 1 | -0/+18 |
* | vhost: Don't special case vq->used_phys in vhost_get_log_size() | Greg Kurz | 2020-10-30 | 1 | -10/+0 |
* | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster | 2020-10-09 | 1 | -7/+3 |
* | vhost: check queue state in the vhost_dev_set_log routine | Dima Stepanov | 2020-09-29 | 1 | -0/+12 |
* | vhost: recheck dev state in the vhost_migration_log routine | Dima Stepanov | 2020-09-29 | 1 | -3/+24 |
* | vhost: switch to use IOTLB v2 format | Jason Wang | 2020-09-29 | 1 | -0/+10 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -1/+1 |
* | vhost: implement vhost_force_iommu method | Cindy Lu | 2020-07-03 | 1 | -0/+5 |
* | vhost: implement vhost_vq_get_addr method | Cindy Lu | 2020-07-03 | 1 | -9/+19 |
* | vhost: implement vhost_dev_start method | Cindy Lu | 2020-07-03 | 1 | -1/+9 |
* | vhost: check the existence of vhost_set_iotlb_callback | Jason Wang | 2020-07-03 | 1 | -3/+6 |
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul... | Peter Maydell | 2020-06-11 | 1 | -2/+2 |
|\ |
|
| * | Fix parameter type in vhost migration log path | Raphael Norwitz | 2020-06-09 | 1 | -2/+2 |
* | | hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE | Alex Bennée | 2020-06-08 | 1 | -16/+41 |
|/ |
|
* | vhost-user-blk: fix invalid memory access | Li Feng | 2020-05-04 | 1 | -1/+1 |
* | vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM | Jason Wang | 2020-03-08 | 1 | -1/+11 |
* | hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument | Philippe Mathieu-Daudé | 2020-02-20 | 1 | -4/+4 |
* | vhost: coding style fix | Michael S. Tsirkin | 2020-01-23 | 1 | -3/+3 |
* | vhost: Only align sections for vhost-user | Dr. David Alan Gilbert | 2020-01-22 | 1 | -16/+18 |
* | vhost: Add names to section rounded warning | Dr. David Alan Gilbert | 2020-01-22 | 1 | -3/+4 |
* | virtio/vhost: Use auto_rcu_read macros | Dr. David Alan Gilbert | 2019-10-29 | 1 | -3/+1 |