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-user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
1
-2
/
+2
2016-08-15
Revert "vhost-user: Attempt to fix a race with set_mem_table."
Michael S. Tsirkin
1
-67
/
+60
2016-08-10
vhost-user: Attempt to fix a race with set_mem_table.
Prerna Saxena
1
-60
/
+67
2016-08-10
vhost-user: Introduce a new protocol feature REPLY_ACK.
Prerna Saxena
1
-0
/
+32
2016-07-29
vhost-user: add error report in vhost_user_write()
Marc-André Lureau
1
-3
/
+10
2016-07-29
vhost-user: check vhost_user_{read,write}() return value
Marc-André Lureau
1
-16
/
+34
2016-07-29
vhost-user: check qemu_chr_fe_set_msgfds() return value
Marc-André Lureau
1
-1
/
+3
2016-07-29
vhost-user: call set_msgfds unconditionally
Marc-André Lureau
1
-3
/
+1
2016-05-29
memory: split memory_region_from_host from qemu_ram_addr_from_host
Paolo Bonzini
1
-9
/
+7
2016-05-29
memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr
Paolo Bonzini
1
-8
/
+7
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
/
+20
2016-01-29
virtio: Clean up includes
Peter Maydell
1
-2
/
+1
2015-11-18
vhost-user: fix log size
Michael S. Tsirkin
1
-1
/
+1
2015-11-16
vhost-user: start/stop all rings
Michael S. Tsirkin
1
-6
/
+11
2015-11-16
vhost-user: print original request on error
Michael S. Tsirkin
1
-2
/
+2
2015-11-16
vhost: let SET_VRING_ENABLE message depends on protocol feature
Yuanhan Liu
1
-1
/
+1
2015-11-12
vhost: rename RESET_DEVICE backto RESET_OWNER
Yuanhan Liu
1
-3
/
+3
2015-11-12
vhost-user: modify SET_LOG_BASE to pass mmap size and offset
Victor Kaplansky
1
-2
/
+9
2015-10-29
vhost-user: cleanup msg size math
Michael S. Tsirkin
1
-3
/
+3
2015-10-29
vhost-user: cleanup struct size math
Michael S. Tsirkin
1
-8
/
+8
2015-10-22
vhost-user: fix up rhel6 build
Michael S. Tsirkin
1
-24
/
+24
2015-10-22
vhost-user: use an enum helper for features mask
Thibaut Collet
1
-4
/
+9
2015-10-22
vhost user: add rarp sending after live migration for legacy guest
Thibaut Collet
1
-1
/
+31
2015-10-22
vhost: use a function for each call
Marc-André Lureau
1
-222
/
+300
2015-10-22
vhost-user: add a migration blocker
Marc-André Lureau
1
-0
/
+9
2015-10-22
vhost-user: send log shm fd along with log_base
Marc-André Lureau
1
-2
/
+25
2015-10-22
vhost-user: add vhost_user_requires_shm_log()
Marc-André Lureau
1
-2
/
+12
2015-10-22
vhost: add vhost_set_log_base op
Marc-André Lureau
1
-1
/
+15
2015-10-22
vhost: add vhost_has_free_slot() interface
Igor Mammedov
1
-0
/
+6
2015-09-24
vhost-user: add a new message to disable/enable a specific virt queue.
Changchun Ouyang
1
-0
/
+19
2015-09-24
vhost-user: add multiple queue support
Changchun Ouyang
1
-0
/
+22
2015-09-24
vhost: introduce vhost_backend_get_vq_index method
Yuanhan Liu
1
-2
/
+10
2015-09-24
vhost-user: add VHOST_USER_GET_QUEUE_NUM message
Yuanhan Liu
1
-1
/
+14
2015-09-24
vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICE
Yuanhan Liu
1
-3
/
+3
2015-09-24
vhost-user: add protocol feature negotiation
Michael S. Tsirkin
1
-0
/
+31
2015-09-24
vhost-user: use VHOST_USER_XXX macro for switch statement
Yuanhan Liu
1
-16
/
+22
2015-07-20
Revert "vhost-user: add multi queue support"
Michael S. Tsirkin
1
-10
/
+1
2015-06-01
vhost-user: add multi queue support
Ouyang Changchun
1
-1
/
+10
2015-04-30
vhost-user: remove superfluous '\n' around error_report()
Gonglei
1
-11
/
+11
2014-11-03
vhost-user: fix mmap offset calculation
Michael S. Tsirkin
1
-1
/
+1
2014-07-18
vhost-user: minor cleanups
Michael S. Tsirkin
1
-1
/
+3
2014-07-18
vhost-user: Fix VHOST_SET_MEM_TABLE processing
Nikolay Nikolaev
1
-1
/
+3
2014-06-29
vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE message
Damjan Marion
1
-9
/
+14
2014-06-19
Add vhost-user as a vhost backend.
Nikolay Nikolaev
1
-0
/
+342