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-user.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-18
vhost: remove assertion to prevent crash
Jay Zhou
1
-1
/
+4
2018-01-18
vhost-user: fix misaligned access to payload
Michael S. Tsirkin
1
-15
/
+24
2018-01-18
vhost-user: factor out msg head and payload
Michael S. Tsirkin
1
-97
/
+101
2018-01-18
vhost-user: add new vhost user messages to support virtio config space
Changpeng Liu
1
-0
/
+118
2017-08-02
vhost-user: fix legacy cross-endian configurations
Felipe Franciosi
1
-2
/
+21
2017-07-03
vhost-user: unregister slave req handler at cleanup time
Maxime Coquelin
1
-0
/
+1
2017-06-05
Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...
Peter Maydell
1
-1
/
+1
2017-06-02
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
1
-3
/
+45
2017-06-02
vhost-user: add slave-req-fd support
Marc-André Lureau
1
-0
/
+127
2017-06-02
vhost-user: add vhost_user to hold the chr
Marc-André Lureau
1
-3
/
+16
2017-06-02
char: move CharBackend handling in char-fe unit
Marc-André Lureau
1
-1
/
+1
2017-06-02
chardev: move headers to include/chardev
Marc-André Lureau
1
-1
/
+1
2017-05-25
vhost-user: pass message as a pointer to process_message_reply()
Maxime Coquelin
1
-6
/
+6
2017-05-18
migration: migration.h was not needed
Juan Quintela
1
-1
/
+0
2017-05-10
hw/virtio: fix vhost user fails to startup when MQ
Zhiyong Yang
1
-8
/
+13
2017-01-10
vhost-user: Add MTU protocol feature and op
Maxime Coquelin
1
-0
/
+34
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
[prev]
[next]