index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
Various spelling fixes
Michael Tokarev
1
-1
/
+1
2021-03-02
vhost: simplify vhost_dev_init() fail_busyloop label
Stefan Hajnoczi
1
-7
/
+5
2021-02-05
vhost: Unbreak SMMU and virtio-iommu on dev-iotlb support
Peter Xu
1
-2
/
+11
2020-12-08
memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationType
Eugenio Pérez
1
-1
/
+1
2020-11-03
vhost-blk: set features before setting inflight feature
Jin Yu
1
-0
/
+20
2020-11-03
Revert "vhost-blk: set features before setting inflight feature"
Stefan Hajnoczi
1
-18
/
+0
2020-10-30
vhost-blk: set features before setting inflight feature
Jin Yu
1
-0
/
+18
2020-10-30
vhost: Don't special case vq->used_phys in vhost_get_log_size()
Greg Kurz
1
-10
/
+0
2020-10-09
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-7
/
+3
2020-09-29
vhost: check queue state in the vhost_dev_set_log routine
Dima Stepanov
1
-0
/
+12
2020-09-29
vhost: recheck dev state in the vhost_migration_log routine
Dima Stepanov
1
-3
/
+24
2020-09-29
vhost: switch to use IOTLB v2 format
Jason Wang
1
-0
/
+10
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-1
/
+1
2020-07-03
vhost: implement vhost_force_iommu method
Cindy Lu
1
-0
/
+5
2020-07-03
vhost: implement vhost_vq_get_addr method
Cindy Lu
1
-9
/
+19
2020-07-03
vhost: implement vhost_dev_start method
Cindy Lu
1
-1
/
+9
2020-07-03
vhost: check the existence of vhost_set_iotlb_callback
Jason Wang
1
-3
/
+6
2020-06-11
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
1
-2
/
+2
2020-06-09
Fix parameter type in vhost migration log path
Raphael Norwitz
1
-2
/
+2
2020-06-08
hw/virtio/vhost: re-factor vhost-section and allow DIRTY_MEMORY_CODE
Alex Bennée
1
-16
/
+41
2020-05-04
vhost-user-blk: fix invalid memory access
Li Feng
1
-1
/
+1
2020-03-08
vhost: correctly turn on VIRTIO_F_IOMMU_PLATFORM
Jason Wang
1
-1
/
+11
2020-02-20
hw/virtio: Let vhost_memory_map() use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-4
/
+4
2020-01-23
vhost: coding style fix
Michael S. Tsirkin
1
-3
/
+3
2020-01-22
vhost: Only align sections for vhost-user
Dr. David Alan Gilbert
1
-16
/
+18
2020-01-22
vhost: Add names to section rounded warning
Dr. David Alan Gilbert
1
-3
/
+4
2019-10-29
virtio/vhost: Use auto_rcu_read macros
Dr. David Alan Gilbert
1
-3
/
+1
2019-10-04
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
1
-2
/
+7
2019-09-25
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
1
-2
/
+7
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-08-16
Include migration/qemu-file-types.h a lot less
Markus Armbruster
1
-0
/
+1
2019-06-16
vhost: fix vhost_log size overflow during migration
Li Hangjing
1
-0
/
+10
2019-05-29
vhost: fix incorrect print type
Jie Wang
1
-1
/
+1
2019-05-29
vhost: remove the dead code
Jie Wang
1
-1
/
+0
2019-03-12
vhost-user: Support transferring inflight buffer between qemu and backend
Xie Yongji
1
-0
/
+96
2019-02-21
vhost: restrict Linux dependency to kernel vhost
Paolo Bonzini
1
-1
/
+1
2018-09-07
vhost: fix invalid downcast
Yury Kotov
1
-3
/
+1
2018-08-03
vhost: check region type before casting
Tiwei Bie
1
-1
/
+3
2018-06-15
iommu: Add IOMMU index argument to notifier APIs
Peter Maydell
1
-1
/
+6
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+7
2018-05-31
Make address_space_get_iotlb_entry() take a MemTxAttrs argument
Peter Maydell
1
-1
/
+2
2018-05-24
vhost: allow backends to filter memory sections
Tiwei Bie
1
-2
/
+7
2018-05-23
vhost: add trace for IOTLB miss
Peter Xu
1
-0
/
+7
2018-04-16
vhost: do not verify ring mappings when IOMMU is enabled
Jason Wang
1
-0
/
+4
2018-04-09
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-1
/
+1
2018-04-09
vhost: Allow adjoining regions
Dr. David Alan Gilbert
1
-4
/
+9
2018-04-09
vhost-user-blk: set config ops before vhost-user init
Maxime Coquelin
1
-1
/
+0
2018-04-09
memfd: fix vhost-user-test on non-memfd capable host
Marc-André Lureau
1
-1
/
+1
2018-03-20
vhost: Huge page align and merge
Dr. David Alan Gilbert
1
-10
/
+56
2018-03-01
vhost: fix incorrect check in vhost_verify_ring_mappings
Jia He
1
-2
/
+2
[next]