summaryrefslogtreecommitdiffstats
path: root/hw/s390-virtio-bus.c
Commit message (Expand)AuthorAgeFilesLines
* s390: Move hw files to hw/s390xAlexander Graf2013-01-291-623/+0
* virtio-s390: add a reset function to virtio-s390 devicesPaolo Bonzini2013-01-291-0/+8
* virtio-s390-device: create a virtio-s390-bus during init.KONRAD Frederic2013-01-211-0/+2
* virtio-s390-bus: add virtio-s390-bus.KONRAD Frederic2013-01-211-0/+29
* Make all static TypeInfos constAndreas Färber2013-01-101-7/+7
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-01-021-5/+19
|\
| * virtio: make bindings typesafeMichael S. Tsirkin2012-12-201-5/+19
* | Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber2012-12-231-5/+4
|\ \ | |/
| * softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
| * monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-1/+1
| * block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
| * net: do not include net.h everywherePaolo Bonzini2012-12-191-1/+0
* | kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber2012-12-191-6/+6
|/
* virtio-rng: hardware random number generator deviceAmit Shah2012-11-161-0/+37
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* virtio-blk: qdev properties for disk geometryMarkus Armbruster2012-07-171-0/+1
* qbus: Make child devices linksAnthony Liguori2012-06-181-13/+12
* qdev: Convert busses to QEMU Object ModelAnthony Liguori2012-06-181-5/+7
* s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber2012-06-111-2/+4
* virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini2012-05-211-0/+3
* virtio-blk: define VirtIOBlkConfPaolo Bonzini2012-05-211-4/+3
* s390: reset avail and used index on rebootJens Freimann2012-05-011-1/+18
* S390: reboot: reset device pages on rebootJens Freimann2012-05-011-0/+7
* s390x hw/: Don't use CPUStateAndreas Färber2012-03-141-3/+3
* virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi2012-02-221-0/+33
* qom: Unify type registrationAndreas Färber2012-02-151-11/+6
* s390x: fix qom-ification fall-outAnthony Liguori2012-02-061-0/+1
* qdev: remove baked in notion of aliases (v2)Anthony Liguori2012-02-031-3/+0
* qdev: kill off DeviceInfoAnthony Liguori2012-02-031-1/+1
* qdev: register all types natively through QEMU Object ModelAnthony Liguori2012-02-031-69/+69
* virtio-s390: convert to QEMU Object ModelAnthony Liguori2012-01-271-28/+65
* sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori2012-01-271-5/+12
* [S390] Add hotplug supportAlexander Graf2012-01-041-5/+19
* virtio: add and use virtio_set_featuresPaolo Bonzini2011-11-281-4/+1
* qdev: switch children device list to QTAILQPaolo Bonzini2011-10-281-2/+2
* s390-virtio: use specific endian ld/st_physAlexander Graf2011-07-121-5/+5
* virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster2011-07-051-1/+3
* s390x: keep hint on virtio managing sizeAlexander Graf2011-05-201-0/+3
* s390x: Dispatch interrupts to KVM or the real CPUAlexander Graf2011-04-181-2/+8
* Replace cpu_physical_memory_rw were possibleStefan Weil2011-04-121-1/+2
* s390x: fix virtio feature bitmapAlexander Graf2011-04-101-2/+2
* s390x: fix s390-virtio-serialAlexander Graf2011-04-041-3/+3
* virtio: use generic name when possibleAlexander Graf2011-04-041-0/+2
* virtio-net: Introduce a new bottom half packet TXAlex Williamson2010-09-071-0/+1
* virtio-net: Limit number of packets sent per TX flushAlex Williamson2010-09-071-0/+2
* virtio-net: Make tx_timer timeout configurableAlex Williamson2010-09-071-1/+4
* Implement virtio resetAlexander Graf2010-04-091-2/+1
* virtio: add set_status callbackMichael S. Tsirkin2010-04-011-1/+1
* s390-virtio: Fix compile error for virtio-block initAmit Shah2010-03-061-1/+1
* block: add topology qdev propertiesChristoph Hellwig2010-02-101-2/+2
OpenPOWER on IntegriCloud