Age | Commit message (Expand) | Author |
2015-07-13 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-07-13 | virtio-pci: don't crash on illegal length | Michael S. Tsirkin |
2015-07-08 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-07-08 | virtio fix cfg endian-ness for BE targets | Michael S. Tsirkin |
2015-07-08 | virtio-pci: implement cfg capability | Michael S. Tsirkin |
2015-07-07 | Revert "dataplane: allow virtio-1 devices" | Cornelia Huck |
2015-07-07 | dataplane: fix cross-endian issues | Greg Kurz |
2015-07-06 | kvm: rename kvm_irqchip_[add,remove]_irqfd_notifier with gsi suffix | Eric Auger |
2015-06-26 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-23 | vhost: correctly pass error to caller in vhost_dev_enable_notifiers() | Jason Wang |
2015-06-23 | balloon: add a feature bit to let Guest OS deflate balloon on oom | Denis V. Lunev |
2015-06-23 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150623-1' into... | Peter Maydell |
2015-06-23 | virtio-input: evdev passthrough | Gerd Hoffmann |
2015-06-23 | virtio-input: move properties, use virtio_instance_init_common | Gerd Hoffmann |
2015-06-23 | virito-pci: fix OVERRUN problem | Gonglei |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-19 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-19 | vhost: enable vhost without without MSI-X | Pankaj Gupta |
2015-06-17 | vhost: set vring endianness for legacy virtio | Greg Kurz |
2015-06-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150615-1' into s... | Peter Maydell |
2015-06-12 | virtio-gpu-pci: add virtio pci support | Gerd Hoffmann |
2015-06-12 | migration: Use normal VMStateDescriptions for Subsections | Juan Quintela |
2015-06-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-06-10 | virtio-rng: move qdev properties into virtio-rng.c | Shannon Zhao |
2015-06-10 | virtio-input: emulated devices [pci] | Gerd Hoffmann |
2015-06-10 | virtio-input: core code & base class [pci] | Gerd Hoffmann |
2015-06-10 | virtio-pci: fill VirtIOPCIRegions early. | Gerd Hoffmann |
2015-06-10 | virtio-pci: drop identical virtio_pci_cap | Gerd Hoffmann |
2015-06-10 | virtio-pci: move cap type to VirtIOPCIRegion | Gerd Hoffmann |
2015-06-10 | virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map | Gerd Hoffmann |
2015-06-10 | virtio-pci: add virtio_pci_modern_region_map() | Gerd Hoffmann |
2015-06-10 | virtio-pci: add virtio_pci_modern_regions_init() | Gerd Hoffmann |
2015-06-10 | virtio-pci: add struct VirtIOPCIRegion for virtio-1 regions | Gerd Hoffmann |
2015-06-10 | virtio-balloon: switch to virtio_add_feature | Cornelia Huck |
2015-06-10 | virtio-pci: correctly set host notifiers for modern bar | Jason Wang |
2015-06-10 | virtio-pci: make modern bar 64bit + prefetchable | Gerd Hoffmann |
2015-06-10 | virtio-pci: change & document virtio pci bar layout. | Gerd Hoffmann |
2015-06-10 | virtio-pci: make QEMU_VIRTIO_PCI_QUEUE_MEM_MULT smaller | Gerd Hoffmann |
2015-06-10 | virtio-pci: add flags to enable/disable legacy/modern | Gerd Hoffmann |
2015-06-10 | virtio-pci: switch to modern accessors for 1.0 | Michael S. Tsirkin |
2015-06-10 | virtio: add modern config accessors | Michael S. Tsirkin |
2015-06-10 | virtio: generation counter support | Michael S. Tsirkin |
2015-06-10 | virtio-pci: initial virtio 1.0 support | Michael S. Tsirkin |
2015-06-10 | linux-headers: add virtio_pci | Michael S. Tsirkin |
2015-06-10 | vhost: 64 bit features | Cornelia Huck |
2015-06-10 | virtio: allow to fail setting status | Cornelia Huck |
2015-06-10 | virtio: disallow late feature changes for virtio-1 | Cornelia Huck |
2015-06-10 | dataplane: allow virtio-1 devices | Cornelia Huck |
2015-06-10 | virtio: allow virtio-1 queue layout | Cornelia Huck |
2015-06-10 | virtio: endianness checks for virtio 1.0 devices | Cornelia Huck |