aboutsummaryrefslogtreecommitdiff
path: root/hw/s390-virtio-bus.c
AgeCommit message (Expand)Author
2013-01-29s390: Move hw files to hw/s390xAlexander Graf
2013-01-29virtio-s390: add a reset function to virtio-s390 devicesPaolo Bonzini
2013-01-21virtio-s390-device: create a virtio-s390-bus during init.KONRAD Frederic
2013-01-21virtio-s390-bus: add virtio-s390-bus.KONRAD Frederic
2013-01-10Make all static TypeInfos constAndreas Färber
2013-01-02Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2012-12-23Merge branch 'master' of git://git.qemu.org/qemu into qom-cpuAndreas Färber
2012-12-20virtio: make bindings typesafeMichael S. Tsirkin
2012-12-19kvm: Pass CPUState to kvm_vcpu_ioctl()Andreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini
2012-12-19block: move include files to include/block/Paolo Bonzini
2012-12-19net: do not include net.h everywherePaolo Bonzini
2012-11-16virtio-rng: hardware random number generator deviceAmit Shah
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-07-17virtio-blk: qdev properties for disk geometryMarkus Armbruster
2012-06-18qbus: Make child devices linksAnthony Liguori
2012-06-18qdev: Convert busses to QEMU Object ModelAnthony Liguori
2012-06-11s390-virtio: Let s390_cpu_addr2state() return S390CPUAndreas Färber
2012-05-21virtio-blk: always enable VIRTIO_BLK_F_SCSIPaolo Bonzini
2012-05-21virtio-blk: define VirtIOBlkConfPaolo Bonzini
2012-05-01s390: reset avail and used index on rebootJens Freimann
2012-05-01S390: reboot: reset device pages on rebootJens Freimann
2012-03-14s390x hw/: Don't use CPUStateAndreas Färber
2012-02-22virtio-scsi: Add virtio-scsi stub deviceStefan Hajnoczi
2012-02-15qom: Unify type registrationAndreas Färber
2012-02-06s390x: fix qom-ification fall-outAnthony Liguori
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-01-27virtio-s390: convert to QEMU Object ModelAnthony Liguori
2012-01-27sysbus: apic: ioapic: convert to QEMU Object ModelAnthony Liguori
2012-01-04[S390] Add hotplug supportAlexander Graf
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini
2011-10-28qdev: switch children device list to QTAILQPaolo Bonzini
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf
2011-07-05virtio-blk: Turn drive serial into a qdev propertyMarkus Armbruster
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf
2011-04-18s390x: Dispatch interrupts to KVM or the real CPUAlexander Graf
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil
2011-04-10s390x: fix virtio feature bitmapAlexander Graf
2011-04-04s390x: fix s390-virtio-serialAlexander Graf
2011-04-04virtio: use generic name when possibleAlexander Graf
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson
2010-04-09Implement virtio resetAlexander Graf
2010-04-01virtio: add set_status callbackMichael S. Tsirkin
2010-03-06s390-virtio: Fix compile error for virtio-block initAmit Shah
2010-02-10block: add topology qdev propertiesChristoph Hellwig