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
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
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-03-09
Various spelling fixes
Michael Tokarev
2021-03-02
vhost: simplify vhost_dev_init() fail_busyloop label
Stefan Hajnoczi
2021-02-05
vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
Peter Xu
2020-12-08
memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
Eugenio Pérez
2020-11-03
vhost-blk: set features before setting inflight feature
Jin Yu
2020-11-03
Revert "vhost-blk: set features before setting inflight feature"
Stefan Hajnoczi
2020-10-30
vhost-blk: set features before setting inflight feature
Jin Yu
2020-10-30
vhost: Don't special case vq->used_phys in vhost_get_log_size()
Greg Kurz
2020-10-09
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
2020-09-29
vhost: check queue state in the vhost_dev_set_log routine
Dima Stepanov
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
2020-09-29
vhost: switch to use IOTLB v2 format
Jason Wang
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-07-03
vhost: implement vhost_force_iommu method
Cindy Lu
2020-07-03
vhost: implement vhost_vq_get_addr method
Cindy Lu
2020-07-03
vhost: implement vhost_dev_start method
Cindy Lu
2020-07-03
vhost: check the existence of vhost_set_iotlb_callback
Jason Wang
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2020-06-09
Fix parameter type in vhost migration log path
Raphael Norwitz
2020-06-08
hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
Alex Bennée
2020-05-04
vhost-user-blk: fix invalid memory access
Li Feng
2020-03-08
vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
Jason Wang
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-01-23
vhost: coding style fix
Michael S. Tsirkin
2020-01-22
vhost: Only align sections for vhost-user
Dr. David Alan Gilbert
2020-01-22
vhost: Add names to section rounded warning
Dr. David Alan Gilbert
2019-10-29
virtio/vhost: Use auto_rcu_read macros
Dr. David Alan Gilbert
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-09-25
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-06-16
vhost: fix vhost_log size overflow during migration
Li Hangjing
2019-05-29
vhost: fix incorrect print type
Jie Wang
2019-05-29
vhost: remove the dead code
Jie Wang
2019-03-12
vhost-user: Support transferring inflight buffer between qemu and backend
Xie Yongji
2019-02-21
vhost: restrict Linux dependency to kernel vhost
Paolo Bonzini
2018-09-07
vhost: fix invalid downcast
Yury Kotov
2018-08-03
vhost: check region type before casting
Tiwei Bie
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
[next]