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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-15
virtio-bus: Plug devices after features are negotiated
Maxime Coquelin
3
-8
/
+42
2016-09-10
vhost-vsock: add virtio sockets device
Stefan Hajnoczi
5
-0
/
+505
2016-09-09
virtio-pci: minor refactoring
Michael S. Tsirkin
1
-1
/
+1
2016-09-09
vhost: don't set vring call if no vector
Jason Wang
1
-0
/
+14
2016-09-09
virtio-pci: error out when both legacy and modern modes are disabled
Greg Kurz
1
-0
/
+8
2016-09-09
virtio-balloon: fix stats vq migration
Ladi Prosek
1
-0
/
+13
2016-09-09
virtio: add virtqueue_rewind()
Stefan Hajnoczi
1
-0
/
+22
2016-09-09
virtio-balloon: discard virtqueue element on reset
Ladi Prosek
1
-0
/
+1
2016-09-09
virtio: zero vq->inuse in virtio_reset()
Stefan Hajnoczi
1
-0
/
+1
2016-09-09
virtio-pci: reduce modern_mem_bar size
Marcel Apfelbaum
2
-7
/
+20
2016-09-09
virtio-pci: use size from correct structure
Michael S. Tsirkin
1
-1
/
+1
2016-09-09
virtio: Tell the user what went wrong when event_notifier_init failed
Thomas Huth
1
-1
/
+2
2016-08-24
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+16
2016-08-23
virtio: decrement vq->inuse in virtqueue_discard()
Stefan Hajnoczi
1
-0
/
+1
2016-08-23
virtio: recalculate vq->inuse after migration
Stefan Hajnoczi
1
-0
/
+15
2016-08-15
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-1
/
+1
2016-08-15
Revert "vhost-user: Attempt to fix a race with set_mem_table."
Michael S. Tsirkin
1
-67
/
+60
2016-08-12
trace-events: fix first line comment in trace-events
Laurent Vivier
1
-1
/
+1
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
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
[next]