index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
virtio: device/driver area size calculation refactor for split ring
Wei Xu
2019-10-25
1
-6
/
+10
|
*
|
virtio: basic structure for packed ring
Wei Xu
2019-10-25
1
-0
/
+15
|
|
/
*
/
hw/virtio: Factorize virtio-mmio headers
Sergio Lopez
2019-10-22
1
-47
/
+1
|
/
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-10-17
3
-0
/
+386
|
\
|
*
virtio: add vhost-user-fs-pci device
Dr. David Alan Gilbert
2019-10-05
2
-0
/
+86
|
*
virtio: add vhost-user-fs base device
Dr. David Alan Gilbert
2019-10-05
2
-0
/
+300
*
|
memory: allow memory_region_register_iommu_notifier() to fail
Eric Auger
2019-10-04
1
-2
/
+7
|
/
*
vhost: Fix memory region section comparison
Dr. David Alan Gilbert
2019-09-25
1
-2
/
+7
*
virtio-mmio: implement modern (v2) personality (virtio-1)
Sergio Lopez
2019-09-16
1
-23
/
+319
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-09-04
3
-11
/
+22
|
\
|
*
virtio-pci: Add Function Level Reset support
Julia Suvorova
2019-09-04
2
-0
/
+14
|
*
virtio-rng: change default backend to rng-builtin
Laurent Vivier
2019-09-04
1
-2
/
+1
|
*
virtio-rng: Keep the default backend out of VirtIORNGConf
Markus Armbruster
2019-09-04
1
-11
/
+9
*
|
memory: Single byte swap along the I/O path
Tony Nguyen
2019-09-03
1
-6
/
+4
*
|
memory: Access MemoryRegion with endianness
Tony Nguyen
2019-09-03
1
-2
/
+4
*
|
hw/virtio: Access MemoryRegion with MemOp
Tony Nguyen
2019-09-03
1
-2
/
+5
|
/
*
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
2019-08-16
2
-2
/
+3
*
sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h
Markus Armbruster
2019-08-16
2
-0
/
+2
*
Include sysemu/hostmem.h less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
21
-3
/
+20
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
5
-0
/
+5
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
2
-2
/
+0
*
Include hw/irq.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
Include migration/qemu-file-types.h a lot less
Markus Armbruster
2019-08-16
4
-0
/
+4
*
Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"
Dr. David Alan Gilbert
2019-07-29
4
-47
/
+18
*
virtio-balloon: free pbp more aggressively
Michael S. Tsirkin
2019-07-25
1
-21
/
+16
*
virtio-balloon: don't track subpages for the PBP
David Hildenbrand
2019-07-25
1
-5
/
+3
*
virtio-balloon: Use temporary PBP only
David Hildenbrand
2019-07-25
1
-12
/
+9
*
virtio-balloon: Rework pbp tracking data
David Hildenbrand
2019-07-25
1
-23
/
+46
*
virtio-balloon: Better names for offset variables in inflate/deflate code
David Hildenbrand
2019-07-25
1
-13
/
+13
*
virtio-balloon: Simplify deflate with pbp
David Hildenbrand
2019-07-25
1
-21
/
+5
*
virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE
David Hildenbrand
2019-07-25
1
-6
/
+4
*
virtio-balloon: Fix wrong sign extension of PFNs
David Hildenbrand
2019-07-25
1
-1
/
+1
*
virtio pmem: remove transitional names
Pankaj Gupta
2019-07-12
1
-2
/
+0
*
virtio pmem: remove memdev null check
Pankaj Gupta
2019-07-12
1
-2
/
+2
*
virtio pmem: fix wrong mem region condition
Pankaj Gupta
2019-07-12
1
-1
/
+1
*
virtio-balloon: fix QEMU 4.0 config size migration incompatibility
Stefan Hajnoczi
2019-07-12
1
-3
/
+25
*
virtio-scsi: restart DMA after iothread
Stefan Hajnoczi
2019-07-08
1
-2
/
+2
*
virtio: Don't change "started" flag on virtio_vmstate_change()
Xie Yongji
2019-07-04
1
-1
/
+4
*
virtio: Make sure we get correct state of device on handle_aio_output()
Xie Yongji
2019-07-04
1
-3
/
+3
*
virtio: Set "start_on_kick" on virtio_set_features()
Xie Yongji
2019-07-04
1
-8
/
+20
*
virtio: Set "start_on_kick" for legacy devices
Xie Yongji
2019-07-04
1
-4
/
+2
*
virtio: add "use-started" property
Xie Yongji
2019-07-04
1
-11
/
+7
*
virtio-pci: fix missing device properties
Marc-André Lureau
2019-07-04
1
-14
/
+14
*
virtio-pci: Proxy for virtio-pmem
Pankaj Gupta
2019-07-04
3
-0
/
+166
*
virtio-pci: Allow to specify additional interfaces for the base type
David Hildenbrand
2019-07-02
2
-0
/
+2
*
virtio-pmem: add virtio device
Pankaj Gupta
2019-07-02
3
-0
/
+200
*
vhost: fix vhost_log size overflow during migration
Li Hangjing
2019-06-16
1
-0
/
+10
*
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-06-12
22
-2
/
+24
*
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2019-06-06
1
-2
/
+1
|
\
[prev]
[next]