Age | Commit message (Expand) | Author |
2015-02-11 | vhost-scsi: add bootindex property | Gonglei |
2014-11-02 | virtio-pci: fix migration for pci bus master | Michael S. Tsirkin |
2014-10-30 | virtio: link the rng backend through an alias property | Paolo Bonzini |
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-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 | 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-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-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-07-06 | virtio-pci: fix MSI memory region use after free | Paolo Bonzini |
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 |
2014-07-01 | virtio: fix virtio-blk child refcount in transports | Stefan Hajnoczi |
2014-07-01 | virtio-blk: use aliases instead of duplicate qdev properties | Stefan Hajnoczi |
2014-07-01 | virtio-blk: move x-data-plane qdev property to virtio-blk.h | Stefan Hajnoczi |
2014-06-29 | virtio: add endian-ambivalent support to VirtIODevice | Greg Kurz |
2014-06-29 | exec: introduce target_words_bigendian() helper | Greg Kurz |
2014-06-23 | virtio-pci: Report an error when msix vectors init fails | Fam Zheng |
2014-03-19 | qom: Add check() argument to object_property_add_link() | Stefan Hajnoczi |
2014-03-19 | qom: Make QOM link property unref optional | Stefan Hajnoczi |
2014-02-14 | qdev: Remove hex8/32/64 property types | Paolo Bonzini |
2013-12-09 | virtio-pci: add device_unplugged callback | Paolo Bonzini |
2013-12-09 | virtio-pci: remove vdev field | Paolo Bonzini |
2013-12-09 | virtio-bus: remove vdev field | Paolo Bonzini |
2013-10-14 | hw: set interrupts using pci irq wrappers | Marcel Apfelbaum |
2013-09-03 | Merge remote-tracking branch 'mst/tags/for_anthony' into staging | Anthony Liguori |
2013-09-01 | virtio_pci: fix level interrupts with irqfd | Michael S. Tsirkin |
2013-08-30 | qom: Pass available size to object_initialize() | Andreas Färber |
2013-08-30 | qdev: Pass size to qbus_create_inplace() | Andreas Färber |
2013-08-30 | virtio-pci: Pass size to virtio_pci_bus_new() | Andreas Färber |
2013-08-30 | virtio: Remove unnecessary OBJECT() casts | Peter Maydell |
2013-08-29 | Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 | Anthony Liguori |
2013-08-09 | kvm: add KVM_IRQFD_FLAG_RESAMPLE support | Vincenzo Maffione |