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
/
include
/
hw
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-22
vhost-vsock: delete vqs in vhost_vsock_unrealize to avoid memleaks
Pan Nengyuan
1
-0
/
+2
2020-01-06
virtio: make seg_max virtqueue size dependent
Denis Plotnikov
2
-0
/
+2
2020-01-05
virtio: don't enable notifications during polling
Stefan Hajnoczi
1
-0
/
+1
2020-01-05
virtio-pci: disable vring processing when bus-mastering is disabled
Michael Roth
1
-0
/
+15
2020-01-05
virtio: add ability to delete vq through a pointer
Michael S. Tsirkin
1
-0
/
+2
2019-12-13
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+1
2019-12-13
virtio-blk: advertise F_WCE (F_FLUSH) if F_CONFIG_WCE is advertised
Evgeny Yakovlev
1
-0
/
+1
2019-12-13
vhost-user-fs: remove "vhostfd" property
Marc-André Lureau
1
-1
/
+0
2019-11-06
virtio: notify virtqueue via host notifier when available
Stefan Hajnoczi
1
-0
/
+1
2019-10-29
net/virtio: add failover support
Jens Freimann
2
-0
/
+13
2019-10-29
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
2
-0
/
+8
2019-10-29
virtio-net: prevent offloads reset on migration
Mikhail Sennikovsky
1
-0
/
+2
2019-10-29
virtio: new post_load hook
Michael S. Tsirkin
1
-0
/
+6
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
1
-7
/
+0
2019-10-28
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-5
/
+10
2019-10-28
include: Move endof() up from hw/virtio/virtio.h
Max Reitz
1
-7
/
+0
2019-10-25
virtio: drop unused virtio_device_stop_ioeventfd() function
Stefan Hajnoczi
1
-1
/
+0
2019-10-25
virtio: add property to enable packed virtqueue
Jason Wang
1
-1
/
+3
2019-10-25
virtio: basic packed virtqueue support
Jason Wang
1
-3
/
+7
2019-10-22
hw/virtio: Factorize virtio-mmio headers
Sergio Lopez
1
-0
/
+73
2019-10-05
virtio: add vhost-user-fs base device
Dr. David Alan Gilbert
1
-0
/
+45
2019-09-04
virtio-rng: Keep the default backend out of VirtIORNGConf
Markus Armbruster
1
-2
/
+0
2019-08-16
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Clean up inclusion of sysemu/sysemu.h
Markus Armbruster
1
-1
/
+0
2019-08-16
Include sysemu/hostmem.h less
Markus Armbruster
1
-1
/
+0
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
7
-7
/
+2
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-08-16
Include exec/memory.h slightly less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include generated QAPI headers less
Markus Armbruster
1
-0
/
+1
2019-08-16
include: Make headers more self-contained
Markus Armbruster
3
-0
/
+3
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
1
-3
/
+0
2019-07-19
virtio-scsi: remove unused argument to virtio_scsi_common_realize
Paolo Bonzini
1
-1
/
+1
2019-07-12
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
1
-0
/
+2
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-1
/
+1
2019-07-04
virtio: add "use-started" property
Xie Yongji
1
-0
/
+21
2019-07-02
virtio-pmem: add virtio device
Pankaj Gupta
1
-0
/
+49
2019-06-13
edid: flip the default to enabled
Gerd Hoffmann
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
4
-4
/
+0
2019-06-06
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-0
/
+1
2019-06-02
vhost-scsi: Allow user to enable migration
Liran Alon
1
-0
/
+1
2019-05-29
hw/display: add vhost-user-vga & gpu-pci
Marc-André Lureau
2
-6
/
+53
2019-05-29
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
1
-17
/
+56
2019-05-29
virtio-gpu: add a pixman helper header
Marc-André Lureau
1
-0
/
+45
2019-05-29
virtio-gpu: add bswap helpers header
Marc-André Lureau
1
-0
/
+61
2019-05-29
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
1
-0
/
+2
2019-05-20
vhost-user-blk: Add support to reconnect backend
Xie Yongji
1
-0
/
+3
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
1
-0
/
+2
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+1
2019-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
2
-6
/
+6
[next]