Age | Commit message (Expand) | Author |
2019-10-28 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-25 | virtio: drop unused virtio_device_stop_ioeventfd() function | Stefan Hajnoczi |
2019-10-25 | virtio: event suppression support for packed ring | Jason Wang |
2019-10-25 | virtio: basic packed virtqueue support | Jason Wang |
2019-10-25 | virtio: Free rnd virqueue at unrealize() | Eugenio Pérez |
2019-10-25 | virtio: device/driver area size calculation refactor for split ring | Wei Xu |
2019-10-25 | virtio: basic structure for packed ring | Wei Xu |
2019-10-22 | hw/virtio: Factorize virtio-mmio headers | Sergio Lopez |
2019-10-17 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-10-05 | virtio: add vhost-user-fs-pci device | Dr. David Alan Gilbert |
2019-10-05 | virtio: add vhost-user-fs base device | Dr. David Alan Gilbert |
2019-10-04 | memory: allow memory_region_register_iommu_notifier() to fail | Eric Auger |
2019-09-25 | vhost: Fix memory region section comparison | Dr. David Alan Gilbert |
2019-09-16 | virtio-mmio: implement modern (v2) personality (virtio-1) | Sergio Lopez |
2019-09-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-09-04 | virtio-pci: Add Function Level Reset support | Julia Suvorova |
2019-09-04 | virtio-rng: change default backend to rng-builtin | Laurent Vivier |
2019-09-04 | virtio-rng: Keep the default backend out of VirtIORNGConf | Markus Armbruster |
2019-09-03 | memory: Single byte swap along the I/O path | Tony Nguyen |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | hw/virtio: Access MemoryRegion with MemOp | Tony Nguyen |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster |
2019-08-16 | Include sysemu/hostmem.h less | Markus Armbruster |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-07-29 | Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" | Dr. David Alan Gilbert |
2019-07-25 | virtio-balloon: free pbp more aggressively | Michael S. Tsirkin |
2019-07-25 | virtio-balloon: don't track subpages for the PBP | David Hildenbrand |
2019-07-25 | virtio-balloon: Use temporary PBP only | David Hildenbrand |
2019-07-25 | virtio-balloon: Rework pbp tracking data | David Hildenbrand |
2019-07-25 | virtio-balloon: Better names for offset variables in inflate/deflate code | David Hildenbrand |
2019-07-25 | virtio-balloon: Simplify deflate with pbp | David Hildenbrand |
2019-07-25 | virtio-balloon: Fix QEMU crashes on pagesize > BALLOON_PAGE_SIZE | David Hildenbrand |
2019-07-25 | virtio-balloon: Fix wrong sign extension of PFNs | David Hildenbrand |
2019-07-12 | virtio pmem: remove transitional names | Pankaj Gupta |
2019-07-12 | virtio pmem: remove memdev null check | Pankaj Gupta |
2019-07-12 | virtio pmem: fix wrong mem region condition | Pankaj Gupta |
2019-07-12 | virtio-balloon: fix QEMU 4.0 config size migration incompatibility | Stefan Hajnoczi |
2019-07-08 | virtio-scsi: restart DMA after iothread | Stefan Hajnoczi |
2019-07-04 | virtio: Don't change "started" flag on virtio_vmstate_change() | Xie Yongji |
2019-07-04 | virtio: Make sure we get correct state of device on handle_aio_output() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" on virtio_set_features() | Xie Yongji |
2019-07-04 | virtio: Set "start_on_kick" for legacy devices | Xie Yongji |
2019-07-04 | virtio: add "use-started" property | Xie Yongji |
2019-07-04 | virtio-pci: fix missing device properties | Marc-André Lureau |
2019-07-04 | virtio-pci: Proxy for virtio-pmem | Pankaj Gupta |