Age | Commit message (Expand) | Author |
2014-10-30 | virtio: link the rng backend through an alias property | Paolo Bonzini |
2014-10-23 | virtio-balloon: Tweak recent fix for integer overflow | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-16 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ... | Peter Maydell |
2014-10-15 | virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390 | Gonglei |
2014-10-15 | virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390 | Gonglei |
2014-10-15 | virtio-mmio: Drop useless bus->allow_hotplug = 0 | Igor Mammedov |
2014-10-15 | virtio-pci: Drop BusState::allow_hotplug | Igor Mammedov |
2014-09-30 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-09-30 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-09-30 | virtio-scsi: Add 'iothread' property to virtio-scsi | Fam Zheng |
2014-09-30 | virtio: add a wrapper for virtio-backend initialization | Gonglei |
2014-09-30 | virtio-9p: fix virtio-9p child refcount in transports | Gonglei |
2014-09-30 | virtio-9p: use aliases instead of duplicate qdev properties | Gonglei |
2014-09-30 | virtio-balloon: fix virtio-balloon child refcount in transports | Gonglei |
2014-09-30 | virtio-rng: fix virtio-rng child refcount in transports | Gonglei |
2014-09-30 | virtio-rng: use aliases instead of duplicate qdev properties | Gonglei |
2014-09-30 | virtio-serial: fix virtio-serial child refcount in transports | Gonglei |
2014-09-30 | virtio-serial: use aliases instead of duplicate qdev properties | Gonglei |
2014-09-30 | virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transports | Gonglei |
2014-09-30 | virtio/vhost-scsi: use aliases instead of duplicate qdev properties | Gonglei |
2014-09-30 | virtio-net: fix virtio-net child refcount in transports | Gonglei |
2014-09-30 | virtio-net: use aliases instead of duplicate qdev properties | Gonglei |
2014-09-29 | Revert "virtio-pci: fix migration for pci bus master" | Michael S. Tsirkin |
2014-09-26 | virtio-balloon: fix integer overflow in memory stats feature | Luiz Capitulino |
2014-09-22 | block: Always compile virtio-blk dataplane | Fam Zheng |
2014-09-22 | vring: Better error handling if num is too large | Fam Zheng |
2014-09-18 | virtio-pci: fix migration for pci bus master | Michael S. Tsirkin |
2014-09-18 | virtio-pci: enable bus master for old guests | Michael S. Tsirkin |
2014-09-18 | Revert "virtio: don't call device on !vm_running" | Michael S. Tsirkin |
2014-09-04 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell |
2014-09-04 | virtio: don't call device on !vm_running | Michael S. Tsirkin |
2014-09-03 | vhost_net: start/stop guest notifiers properly | Jason Wang |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-15 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2014-08-12 | virtio-rng: add some trace events | Amit Shah |
2014-08-09 | virtio: Move extern declaration to header file | Stefan Weil |
2014-08-04 | virtio-rng: replace error_set calls with error_setg | John Snow |
2014-08-04 | virtio-rng: Move error-checking forward to prevent memory leak | John Snow |
2014-07-22 | virtio-rng: Add human-readable error message for negative max-bytes parameter | John Snow |
2014-07-18 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2014-07-18 | vhost-user: minor cleanups | Michael S. Tsirkin |
2014-07-18 | vhost-user: Fix VHOST_SET_MEM_TABLE processing | Nikolay Nikolaev |
2014-07-14 | virtio-blk: embed VirtQueueElement in VirtIOBlockReq | Stefan Hajnoczi |
2014-07-14 | dataplane: do not free VirtQueueElement in vring_push() | Stefan Hajnoczi |
2014-07-06 | virtio-pci: fix MSI memory region use after free | Paolo Bonzini |
2014-07-06 | hw/virtio: enable common virtio feature for mmio device | Ming Lei |
2014-07-06 | virtio: move common virtio properties to bus class device | Ming Lei |
2014-07-01 | virtio-blk: replace x-iothread with iothread link property | Stefan Hajnoczi |