index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Age
Commit message (
Expand
)
Author
2023-10-23
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Stefan Hajnoczi
2023-10-22
virtio: call ->vhost_reset_device() during reset
Stefan Hajnoczi
2023-10-20
migration: simplify blockers
Steve Sistare
2023-10-12
memory,vhost: Allow for marking memory device memory regions unmergeable
David Hildenbrand
2023-10-12
memory-device,vhost: Support automatic decision on the number of memslots
David Hildenbrand
2023-10-12
vhost: Add vhost_get_max_memslots()
David Hildenbrand
2023-10-12
memory-device,vhost: Support memory devices that dynamically consume memslots
David Hildenbrand
2023-10-12
vhost: Return number of free memslots
David Hildenbrand
2023-10-12
vhost: Remove vhost_backend_can_merge() callback
David Hildenbrand
2023-10-12
vhost: Rework memslot filtering and fix "used_memslot" tracking
David Hildenbrand
2023-10-06
hw/virtio/vhost: Silence compiler warnings in vhost code when using -Wshadow
Thomas Huth
2023-08-03
vhost: fix the fd leak
Li Feng
2023-07-10
vhost: register and change IOMMU flag depending on Device-TLB state
Viktor Prutyanov
2023-06-28
exec/memory: Add symbol for memory listener priority for device backend
Isaku Yamahata
2023-06-26
vhost: fix vhost_dev_enable_notifiers() error case
Laurent Vivier
2023-06-23
vhost: release virtqueue objects in error path
Prasad Pandit
2023-06-23
vhost: release memory_listener object in error path
Prasad Pandit
2023-06-23
hw/virtio: Remove unnecessary 'virtio-access.h' header
Philippe Mathieu-Daudé
2023-05-19
vhost: expose function vhost_dev_has_iommu()
Cindy Lu
2023-04-21
vhost: Drop unused eventfd_add|del hooks
Peter Xu
2023-03-07
vdpa: move vhost reset after get vring base
Eugenio Pérez
2023-01-08
vhost: configure all host notifiers in a single MR transaction
Longpeng
2023-01-08
vhost: simplify vhost_dev_enable_notifiers
Longpeng
2023-01-08
vhost: add support for configure interrupt
Cindy Lu
2022-12-21
vhost: fix vq dirty bitmap syncing when vIOMMU is enabled
Jason Wang
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-11-07
vhost: expose vhost_virtqueue_stop()
Kangjie Xu
2022-11-07
vhost: expose vhost_virtqueue_start()
Kangjie Xu
2022-10-07
hw/virtio: add some vhost-user trace events
Alex Bennée
2022-08-17
hw/virtio: gracefully handle unset vhost_dev vdev
Alex Bennée
2022-06-27
vhost: setup error eventfd and dump errors
Konstantin Khlebnikov
2022-06-16
vhost: also check queue state in the vhost_dev_set_log error routine
Ni Xun
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-06
vhost: use wfd on functions setting vring call fd
Sergio Lopez
2022-01-10
Revert "vhost: add support for configure interrupt"
Michael S. Tsirkin
2022-01-07
vhost: stick to -errno error return convention
Roman Kagan
2022-01-06
vhost: add support for configure interrupt
Cindy Lu
2021-12-17
hw/virtio/vhost: Fix typo in comment.
Leonardo Garcia
2021-09-30
memory: Name all the memory listeners
Peter Xu
2021-09-04
vhost: correctly detect the enabling IOMMU
Jason Wang
2021-09-04
hw/virtio: move vhost_set_backend_type() to vhost.c
Tiberiu Georgescu
2021-08-26
vhost: Clean up how VhostOpts method vhost_backend_init() fails
Markus Armbruster
2021-08-26
vhost: Clean up how VhostOpts method vhost_get_config() fails
Markus Armbruster
2021-08-26
migration: Unify failure check for migrate_add_blocker()
Markus Armbruster
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
vhost: Return 0/-errno in vhost_dev_init()
Kevin Wolf
2021-06-30
vhost: Distinguish errors in vhost_backend_init()
Kevin Wolf
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
[next]