index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
virtio
/
vhost.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-12
/
+1
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-4
/
+16
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-4
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-02-23
vhost-user: don't merge regions with different fds
Michael S. Tsirkin
1
-0
/
+7
2016-02-18
vhost-user interrupt management fixes
Victor Kaplansky
1
-0
/
+9
2016-02-16
vhost: simplify vhost_needs_vring_endian()
Greg Kurz
1
-2
/
+7
2016-02-16
vhost: move virtio 1.0 check to cross-endian helper
Greg Kurz
1
-4
/
+5
2016-02-16
virtio: move cross-endian helper to vhost
Greg Kurz
1
-2
/
+15
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-0
/
+1
2015-11-26
Revert "vhost: send SET_VRING_ENABLE at start/stop"
Michael S. Tsirkin
1
-9
/
+0
2015-11-12
vhost: send SET_VRING_ENABLE at start/stop
Yuanhan Liu
1
-0
/
+9
2015-10-22
vhost: set the correct queue index in case of migration with multiqueue
Thibaut Collet
1
-3
/
+5
2015-10-22
vhost: add migration block if memfd failed
Marc-André Lureau
1
-0
/
+3
2015-10-22
vhost: use a function for each call
Marc-André Lureau
1
-18
/
+18
2015-10-22
vhost-user: add a migration blocker
Marc-André Lureau
1
-4
/
+12
2015-10-22
vhost-user: send log shm fd along with log_base
Marc-André Lureau
1
-2
/
+3
2015-10-22
vhost: alloc shareable log
Marc-André Lureau
1
-10
/
+47
2015-10-22
vhost: add vhost_set_log_base op
Marc-André Lureau
1
-3
/
+3
2015-10-22
vhost: document log resizing
Marc-André Lureau
1
-0
/
+2
2015-10-22
vhost: fail backend intialization early
Igor Mammedov
1
-0
/
+6
2015-10-22
vhost: add vhost_has_free_slot() interface
Igor Mammedov
1
-0
/
+21
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
1
-2
/
+3
2015-09-24
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
1
-9
/
+6
2015-09-10
virtio: avoid leading underscores for helpers
Cornelia Huck
1
-2
/
+2
2015-06-23
vhost: correctly pass error to caller in vhost_dev_enable_notifiers()
Jason Wang
1
-4
/
+4
2015-06-19
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-14
/
+50
2015-06-19
vhost: enable vhost without without MSI-X
Pankaj Gupta
1
-13
/
+1
2015-06-17
vhost: set vring endianness for legacy virtio
Greg Kurz
1
-1
/
+49
2015-06-11
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-10
/
+8
2015-06-10
vhost: 64 bit features
Cornelia Huck
1
-7
/
+7
2015-06-10
vhost: put log correctly in vhost_dev_start()
Jason Wang
1
-3
/
+1
2015-06-05
memory: prepare for multiple bits in the dirty log mask
Paolo Bonzini
1
-2
/
+4
2015-06-05
memory: differentiate memory_region_is_logging and memory_region_get_dirty_lo...
Paolo Bonzini
1
-1
/
+2
2015-06-04
vhost: logs sharing
Jason Wang
1
-18
/
+59
2015-04-20
vhost: fix log base address
Michael S. Tsirkin
1
-2
/
+5
2014-12-01
vhost: Fix vhostfd leak in error branch
Gonglei
1
-0
/
+2
[next]