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
2019-07-25
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
1
-21
/
+16
2019-07-25
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
1
-5
/
+3
2019-07-25
virtio-balloon: Use temporary PBP only
David Hildenbrand
1
-12
/
+9
2019-07-25
virtio-balloon: Rework pbp tracking data
David Hildenbrand
1
-23
/
+46
2019-07-25
virtio-balloon: Better names for offset variables in inflate/deflate code
David Hildenbrand
1
-13
/
+13
2019-07-25
virtio-balloon: Simplify deflate with pbp
David Hildenbrand
1
-21
/
+5
2019-07-25
virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
David Hildenbrand
1
-6
/
+4
2019-07-25
virtio-balloon: Fix wrong sign extension of PFNs
David Hildenbrand
1
-1
/
+1
2019-07-12
virtio pmem: remove transitional names
Pankaj Gupta
1
-2
/
+0
2019-07-12
virtio pmem: remove memdev null check
Pankaj Gupta
1
-2
/
+2
2019-07-12
virtio pmem: fix wrong mem region condition
Pankaj Gupta
1
-1
/
+1
2019-07-12
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
1
-3
/
+25
2019-07-08
virtio-scsi: restart DMA after iothread
Stefan Hajnoczi
1
-2
/
+2
2019-07-04
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
1
-1
/
+4
2019-07-04
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
1
-3
/
+3
2019-07-04
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
1
-8
/
+20
2019-07-04
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
1
-4
/
+2
2019-07-04
virtio: add "use-started" property
Xie Yongji
1
-11
/
+7
2019-07-04
virtio-pci: fix missing device properties
Marc-André Lureau
1
-14
/
+14
2019-07-04
virtio-pci: Proxy for virtio-pmem
Pankaj Gupta
3
-0
/
+166
2019-07-02
virtio-pci: Allow to specify additional interfaces for the base type
David Hildenbrand
2
-0
/
+2
2019-07-02
virtio-pmem: add virtio device
Pankaj Gupta
3
-0
/
+200
2019-06-16
vhost: fix vhost_log size overflow during migration
Li Hangjing
1
-0
/
+10
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
22
-2
/
+24
2019-06-06
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-2
/
+1
2019-05-30
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190529-pull-request' ...
Peter Maydell
1
-0
/
+11
2019-05-29
vhost: fix incorrect print type
Jie Wang
1
-1
/
+1
2019-05-29
vhost: remove the dead code
Jie Wang
1
-1
/
+0
2019-05-29
vhost-user: add vhost_user_gpu_set_socket()
Marc-André Lureau
1
-0
/
+11
2019-05-24
hw/virtio: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-3
/
+2
2019-05-22
hw/virtio/virtio-mmio: Convert DPRINTF to trace and log
Boxuan Li
2
-23
/
+28
2019-05-20
pci: Simplify pci_bus_is_root()
David Gibson
1
-0
/
+1
2019-05-20
virtio: Use started flag in virtio_vmstate_change()
Xie Yongji
1
-1
/
+1
2019-05-20
virtio: Introduce started flag to VirtioDevice
Xie Yongji
1
-2
/
+50
2019-05-20
hw: report invalid disable-legacy|modern usage for virtio-1-only devs
Daniel P. Berrangé
4
-18
/
+47
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+5
2019-05-13
virtio-input-host-pci: cleanup types
Gerd Hoffmann
1
-5
/
+2
2019-05-10
Add vhost-user-input-pci
Marc-André Lureau
2
-0
/
+51
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-5
/
+5
2019-03-12
vhost-user: Support transferring inflight buffer between qemu and backend
Xie Yongji
2
-0
/
+203
2019-03-12
vhost-user: split vhost_user_read()
Marc-André Lureau
1
-8
/
+19
2019-03-12
vhost-user: wrap some read/write with retry handling
Marc-André Lureau
1
-3
/
+12
2019-03-12
vhost-user: simplify vhost_user_init/vhost_user_cleanup
Marc-André Lureau
2
-6
/
+14
2019-03-12
virtio-balloon: Restore MADV_WILLNEED hint on balloon deflate
David Gibson
1
-0
/
+13
2019-03-12
virtio-balloon: Fix possible guest memory corruption with inflates & deflates
David Gibson
1
-2
/
+46
2019-03-12
virtio-balloon: Don't mismatch g_malloc()/free (CID 1399146)
David Gibson
1
-2
/
+2
2019-03-12
virtio-balloon: fix a use-after-free case
Wei Wang
1
-6
/
+7
2019-03-11
virtio: add class_size to VirtioPCIDeviceTypeInfo
Gerd Hoffmann
2
-0
/
+2
2019-03-07
s390x: express dependencies with Kconfig
Thomas Huth
1
-0
/
+4
2019-03-07
virtio: express virtio dependencies with Kconfig
Yang Zhong
2
-0
/
+9
[next]