summaryrefslogtreecommitdiff
path: root/hw/virtio/virtio-pci.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-02virtio-pci: fix migration for pci bus masterMichael S. Tsirkin1-18/+11
2014-10-30virtio: link the rng backend through an alias propertyPaolo Bonzini1-5/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-10-16Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' ...Peter Maydell1-0/+4
2014-10-15virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390Gonglei1-0/+2
2014-10-15virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390Gonglei1-0/+2
2014-10-15virtio-pci: Drop BusState::allow_hotplugIgor Mammedov1-3/+0
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-24/+24
2014-09-30virtio-scsi: Add 'iothread' property to virtio-scsiFam Zheng1-0/+2
2014-09-30virtio: add a wrapper for virtio-backend initializationGonglei1-28/+21
2014-09-30virtio-9p: fix virtio-9p child refcount in transportsGonglei1-0/+1
2014-09-30virtio-9p: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-balloon: fix virtio-balloon child refcount in transportsGonglei1-1/+1
2014-09-30virtio-rng: fix virtio-rng child refcount in transportsGonglei1-0/+1
2014-09-30virtio-rng: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio-serial: fix virtio-serial child refcount in transportsGonglei1-0/+1
2014-09-30virtio-serial: use aliases instead of duplicate qdev propertiesGonglei1-1/+1
2014-09-30virtio/vhost-scsi: fix virtio-scsi/vhost-scsi child refcount in transportsGonglei1-0/+2
2014-09-30virtio/vhost-scsi: use aliases instead of duplicate qdev propertiesGonglei1-2/+2
2014-09-30virtio-net: fix virtio-net child refcount in transportsGonglei1-0/+1
2014-09-30virtio-net: use aliases instead of duplicate qdev propertiesGonglei1-2/+1
2014-09-29Revert "virtio-pci: fix migration for pci bus master"Michael S. Tsirkin1-20/+19
2014-09-18virtio-pci: fix migration for pci bus masterMichael S. Tsirkin1-19/+20
2014-09-18virtio-pci: enable bus master for old guestsMichael S. Tsirkin1-0/+10
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-07-06virtio-pci: fix MSI memory region use after freePaolo Bonzini1-2/+2
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei1-6/+6
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi1-0/+2
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi1-0/+1
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi1-2/+1
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi1-3/+0
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz1-4/+4
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz1-3/+0
2014-06-23virtio-pci: Report an error when msix vectors init failsFam Zheng1-0/+2
2014-03-19qom: Add check() argument to object_property_add_link()Stefan Hajnoczi1-0/+1
2014-03-19qom: Make QOM link property unref optionalStefan Hajnoczi1-1/+2
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini1-3/+3
2013-12-09virtio-pci: add device_unplugged callbackPaolo Bonzini1-2/+10
2013-12-09virtio-pci: remove vdev fieldPaolo Bonzini1-45/+65
2013-12-09virtio-bus: remove vdev fieldPaolo Bonzini1-1/+1
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-2/+2
2013-09-03Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+1
2013-09-01virtio_pci: fix level interrupts with irqfdMichael S. Tsirkin1-2/+1
2013-08-30qom: Pass available size to object_initialize()Andreas Färber1-8/+8
2013-08-30qdev: Pass size to qbus_create_inplace()Andreas Färber1-1/+1
2013-08-30virtio-pci: Pass size to virtio_pci_bus_new()Andreas Färber1-3/+5
2013-08-30virtio: Remove unnecessary OBJECT() castsPeter Maydell1-8/+8
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori1-1/+1
2013-08-09kvm: add KVM_IRQFD_FLAG_RESAMPLE supportVincenzo Maffione1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+8