aboutsummaryrefslogtreecommitdiffstats
path: root/hw/s390-virtio-bus.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-22virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi1-0/+33
2012-02-15qom: Unify type registrationAndreas Färber1-11/+6
2012-02-06s390x: fix qom-ification fall-outAnthony Liguori1-0/+1
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori1-3/+0
2012-02-03qdev: kill off DeviceInfoAnthony Liguori1-1/+1
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori1-69/+69
2012-01-27virtio-s390: convert to QEMU Object ModelAnthony Liguori1-28/+65
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori1-5/+12
2012-01-04[S390] Add hotplug supportAlexander Graf1-5/+19
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini1-4/+1
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini1-2/+2
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf1-5/+5
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster1-1/+3
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf1-0/+3
2011-04-18s390x: Dispatch interrupts to KVM or the real CPUAlexander Graf1-2/+8
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil1-1/+2
2011-04-10s390x: fix virtio feature bitmapAlexander Graf1-2/+2
2011-04-04s390x: fix s390-virtio-serialAlexander Graf1-3/+3
2011-04-04virtio: use generic name when possibleAlexander Graf1-0/+2
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson1-0/+1
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson1-0/+2
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson1-1/+4
2010-04-09Implement virtio resetAlexander Graf1-2/+1
2010-04-01virtio: add set_status callbackMichael S. Tsirkin1-1/+1
2010-03-06s390-virtio: Fix compile error for virtio-block initAmit Shah1-1/+1
2010-02-10block: add topology qdev propertiesChristoph Hellwig1-2/+2
2010-01-20virtio-console: qdev conversion, new virtio-serial-busAmit Shah1-7/+10
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin1-3/+9
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin1-1/+1
2009-12-18S390: Don't tell guest we're updating config spaceAlexander Graf1-1/+1
2009-12-05Add S390x virtio machine busAlexander Graf1-0/+395