index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
vhost: do not verify ring mappings when IOMMU is enabled
Jason Wang
2018-04-16
1
-0
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-04-09
1
-1
/
+1
|
\
|
*
memfd: fix vhost-user-test on non-memfd capable host
Marc-André Lureau
2018-04-09
1
-1
/
+1
*
|
vhost: Allow adjoining regions
Dr. David Alan Gilbert
2018-04-09
1
-4
/
+9
*
|
vhost-user-blk: set config ops before vhost-user init
Maxime Coquelin
2018-04-09
1
-1
/
+0
|
/
*
vhost: Huge page align and merge
Dr. David Alan Gilbert
2018-03-20
1
-10
/
+56
*
vhost: fix incorrect check in vhost_verify_ring_mappings
Jia He
2018-03-01
1
-2
/
+2
*
vhost: avoid to start/stop virtqueue which is not ready
Jia He
2018-03-01
1
-1
/
+17
*
vhost: fix memslot limit check
Jay Zhou
2018-03-01
1
-7
/
+12
*
vhost: Move log_dirty check
Dr. David Alan Gilbert
2018-02-08
1
-7
/
+13
*
vhost: Merge and delete unused callbacks
Dr. David Alan Gilbert
2018-02-08
1
-28
/
+5
*
vhost: Clean out old vhost_set_memory and friends
Dr. David Alan Gilbert
2018-02-08
1
-251
/
+0
*
vhost: Regenerate region list from changed sections list
Dr. David Alan Gilbert
2018-02-08
1
-4
/
+35
*
vhost: Merge sections added to temporary list
Dr. David Alan Gilbert
2018-02-08
1
-9
/
+67
*
vhost: Simplify ring verification checks
Dr. David Alan Gilbert
2018-02-08
1
-37
/
+42
*
vhost: Build temporary section list and deref after commit
Dr. David Alan Gilbert
2018-02-08
1
-26
/
+47
*
virtio: remove event notifier cleanup call on de-assign
Gal Hammer
2018-02-08
1
-0
/
+2
*
Revert "vhost: add traces for memory listeners"
Michael S. Tsirkin
2018-02-08
1
-7
/
+0
*
memfd: add error argument, instead of perror()
Marc-André Lureau
2018-02-07
1
-1
/
+7
*
memory: do explicit cleanup when remove listeners
Peter Xu
2018-02-07
1
-4
/
+0
*
vhost: add traces for memory listeners
Peter Xu
2018-02-07
1
-0
/
+7
*
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
2018-01-18
1
-0
/
+32
*
vhost: fix error check in vhost_verify_ring_mappings()
Greg Kurz
2017-12-01
1
-3
/
+3
*
vhost: restore avail index from vring used index on disconnection
Maxime Coquelin
2017-12-01
1
-0
/
+4
*
virtio/vhost: reset dev->log after syncing
Felipe Franciosi
2017-10-15
1
-2
/
+3
*
vhost: Release memory references on cleanup
Alex Williamson
2017-09-08
1
-0
/
+4
*
vhost: use QEMU_ALIGN_DOWN
Marc-André Lureau
2017-08-31
1
-1
/
+1
*
vhost: rework IOTLB messaging
Maxime Coquelin
2017-06-02
1
-4
/
+4
*
vhost: propagate errors in vhost_device_iotlb_miss()
Maxime Coquelin
2017-06-02
1
-5
/
+10
*
migration: Create migration/blocker.h
Juan Quintela
2017-05-17
1
-1
/
+1
*
memory: add section range info for IOMMU notifier
Peter Xu
2017-04-20
1
-3
/
+10
*
vhost: generalize iommu memory region
Jason Wang
2017-03-30
1
-20
/
+64
*
vhost: skip ROM sections
Michael S. Tsirkin
2017-02-01
1
-1
/
+2
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-1
/
+7
*
vhost_net: device IOTLB support
Jason Wang
2017-01-18
1
-22
/
+144
*
net: vhost stop updates virtio queue state
Yuri Benditovich
2017-01-10
1
-0
/
+1
*
virtio: introduce grab/release_ioeventfd to fix vhost
Paolo Bonzini
2016-11-18
1
-7
/
+7
*
vhost: drop legacy vring layout bits
Greg Kurz
2016-11-15
1
-13
/
+0
*
vhost: adapt vhost_verify_ring_mappings() to virtio 1 ring layout
Greg Kurz
2016-11-15
1
-19
/
+60
*
vhost: migration blocker only if shared log is used
Rafael David Tinoco
2016-11-15
1
-1
/
+1
*
virtio: remove ioeventfd_disabled altogether
Paolo Bonzini
2016-10-30
1
-0
/
+3
*
virtio: move ioeventfd_started flag to VirtioBusState
Paolo Bonzini
2016-10-30
1
-1
/
+1
*
vhost: don't set vring call if no vector
Jason Wang
2016-09-09
1
-0
/
+14
*
vhost: do not update last avail idx on get_vring_base() failure
Marc-André Lureau
2016-07-29
1
-1
/
+2
*
vhost: add vhost_net_set_backend()
Marc-André Lureau
2016-07-29
1
-0
/
+10
*
vhost: add assert() to check runtime behaviour
Marc-André Lureau
2016-07-29
1
-0
/
+9
*
vhost: use error_report() instead of fprintf(stderr,...)
Marc-André Lureau
2016-07-29
1
-10
/
+9
*
vhost: add missing VHOST_OPS_DEBUG
Marc-André Lureau
2016-07-29
1
-2
/
+15
*
vhost: do not assert() on vhost_ops failure
Marc-André Lureau
2016-07-29
1
-17
/
+32
*
vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()
Marc-André Lureau
2016-07-29
1
-11
/
+6
[prev]
[next]