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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-99
/
+190
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-user: add error report in vhost_user_write()
Marc-André Lureau
1
-3
/
+10
2016-07-29
vhost: add assert() to check runtime behaviour
Marc-André Lureau
1
-0
/
+9
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-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-29
virtio: check vring descriptor buffer length
Prasad J Pandit
1
-0
/
+5
2016-07-29
hw/virtio-pci: fix virtio behaviour
Marcel Apfelbaum
2
-20
/
+35
2016-07-27
virtio: error out if guest exceeds virtqueue size
Stefan Hajnoczi
1
-0
/
+5
2016-07-21
virtio-balloon: Wrap in vmstate
Dr. David Alan Gilbert
1
-14
/
+5
2016-07-21
virtio-rng: Wrap in vmstate
Dr. David Alan Gilbert
1
-15
/
+5
2016-07-21
virtio: Migration helper function and macro
Dr. David Alan Gilbert
1
-0
/
+6
2016-07-21
virtio: Introduce virtio_add_queue_aio
Fam Zheng
1
-4
/
+34
2016-07-21
virtio: Add typedef for handle_output
Fam Zheng
1
-5
/
+4
2016-07-21
kvm-irqchip: do explicit commit when update irq
Peter Xu
1
-0
/
+1
2016-07-21
kvm-irqchip: simplify kvm_irqchip_add_msi_route
Peter Xu
1
-6
/
+3
2016-07-14
virtio-mmio: format transport base address in BusClass.get_dev_path
Laszlo Ersek
1
-0
/
+49
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-3
/
+2
2016-07-07
tap: vhost busy polling support
Jason Wang
2
-1
/
+47
2016-07-06
qapi: Add parameter to visit_end_*
Eric Blake
1
-2
/
+2
2016-07-04
virtio: set low features early on load
Michael S. Tsirkin
1
-0
/
+10
2016-07-04
virtio: revert host notifiers to old semantics
Cornelia Huck
1
-16
/
+10
2016-06-24
virtio-bus: remove old set_host_notifier callback
Cornelia Huck
1
-12
/
+1
2016-06-24
virtio-mmio: convert to ioeventfd callbacks
Cornelia Huck
1
-87
/
+41
2016-06-24
virtio-pci: convert to ioeventfd callbacks
Cornelia Huck
1
-83
/
+41
2016-06-24
virtio-bus: have callers tolerate new host notifier api
Cornelia Huck
1
-4
/
+16
2016-06-24
virtio-bus: common ioeventfd infrastructure
Cornelia Huck
1
-0
/
+132
2016-06-20
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+16
2016-06-20
trace: split out trace events for hw/virtio/ directory
Daniel P. Berrange
1
-0
/
+16
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-3
/
+1
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-4
/
+0
2016-06-07
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-7
/
+0
2016-06-07
virtio: drop duplicate virtio_queue_get_id() function
Stefan Hajnoczi
1
-7
/
+0
2016-06-07
virtio: move bi-endian target support to a single location
Greg Kurz
1
-4
/
+0
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-05-12
qapi: Split visit_end_struct() into pieces
Eric Blake
1
-7
/
+8
2016-04-22
virtio: Mark host notifiers as external
Fam Zheng
1
-2
/
+2
2016-04-22
event-notifier: Add "is_external" parameter
Fam Zheng
1
-4
/
+4
[next]