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
2018-03-01
vhost: fix incorrect check in vhost_verify_ring_mappings
Jia He
1
-2
/
+2
2018-03-01
vhost: avoid to start/stop virtqueue which is not ready
Jia He
1
-1
/
+17
2018-03-01
vhost: fix memslot limit check
Jay Zhou
1
-7
/
+12
2018-02-08
vhost: Move log_dirty check
Dr. David Alan Gilbert
1
-7
/
+13
2018-02-08
vhost: Merge and delete unused callbacks
Dr. David Alan Gilbert
1
-28
/
+5
2018-02-08
vhost: Clean out old vhost_set_memory and friends
Dr. David Alan Gilbert
1
-251
/
+0
2018-02-08
vhost: Regenerate region list from changed sections list
Dr. David Alan Gilbert
1
-4
/
+35
2018-02-08
vhost: Merge sections added to temporary list
Dr. David Alan Gilbert
1
-9
/
+67
2018-02-08
vhost: Simplify ring verification checks
Dr. David Alan Gilbert
1
-37
/
+42
2018-02-08
vhost: Build temporary section list and deref after commit
Dr. David Alan Gilbert
1
-26
/
+47
2018-02-08
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
1
-0
/
+2
2018-02-08
Revert "vhost: add traces for memory listeners"
Michael S. Tsirkin
1
-7
/
+0
2018-02-07
memfd: add error argument, instead of perror()
Marc-André Lureau
1
-1
/
+7
2018-02-07
memory: do explicit cleanup when remove listeners
Peter Xu
1
-4
/
+0
2018-02-07
vhost: add traces for memory listeners
Peter Xu
1
-0
/
+7
2018-01-18
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
1
-0
/
+32
2017-12-01
vhost: fix error check in vhost_verify_ring_mappings()
Greg Kurz
1
-3
/
+3
2017-12-01
vhost: restore avail index from vring used index on disconnection
Maxime Coquelin
1
-0
/
+4
2017-10-15
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
1
-2
/
+3
2017-09-08
vhost: Release memory references on cleanup
Alex Williamson
1
-0
/
+4
2017-08-31
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
1
-1
/
+1
2017-06-02
vhost: rework IOTLB messaging
Maxime Coquelin
1
-4
/
+4
2017-06-02
vhost: propagate errors in vhost_device_iotlb_miss()
Maxime Coquelin
1
-5
/
+10
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-04-20
memory: add section range info for IOMMU notifier
Peter Xu
1
-3
/
+10
2017-03-30
vhost: generalize iommu memory region
Jason Wang
1
-20
/
+64
2017-02-01
vhost: skip ROM sections
Michael S. Tsirkin
1
-1
/
+2
2017-01-24
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
1
-1
/
+7
2017-01-18
vhost_net: device IOTLB support
Jason Wang
1
-22
/
+144
2017-01-10
net: vhost stop updates virtio queue state
Yuri Benditovich
1
-0
/
+1
2016-11-18
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
1
-7
/
+7
2016-11-15
vhost: drop legacy vring layout bits
Greg Kurz
1
-13
/
+0
2016-11-15
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
1
-19
/
+60
2016-11-15
vhost: migration blocker only if shared log is used
Rafael David Tinoco
1
-1
/
+1
2016-10-30
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
1
-0
/
+3
2016-10-30
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
1
-1
/
+1
2016-09-09
vhost: don't set vring call if no vector
Jason Wang
1
-0
/
+14
2016-07-29
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
1
-1
/
+2
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
1
-0
/
+10
2016-07-29
vhost: add assert() to check runtime behaviour
Marc-André Lureau
1
-0
/
+9
2016-07-29
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
1
-10
/
+9
2016-07-29
vhost: add missing VHOST_OPS_DEBUG
Marc-André Lureau
1
-2
/
+15
2016-07-29
vhost: do not assert() on vhost_ops failure
Marc-André Lureau
1
-17
/
+32
2016-07-29
vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
Marc-André Lureau
1
-11
/
+6
2016-07-29
vhost: make vhost_dev_cleanup() idempotent
Marc-André Lureau
1
-1
/
+6
2016-07-29
vhost: fix cleanup on not fully initialized device
Marc-André Lureau
1
-3
/
+6
2016-07-29
vhost: assert the log was cleaned up
Marc-André Lureau
1
-0
/
+1
2016-07-29
vhost: make vhost_log_put() idempotent
Marc-André Lureau
1
-5
/
+2
2016-07-29
vhost: don't assume opaque is a fd, use backend cleanup
Marc-André Lureau
1
-9
/
+7
2016-07-07
tap: vhost busy polling support
Jason Wang
1
-1
/
+39
[next]