summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* virtio-s390-device: create a virtio-s390-bus during init.KONRAD Frederic2013-01-212-0/+3
* virtio-s390-bus: add virtio-s390-bus.KONRAD Frederic2013-01-212-0/+46
* virtio-pci: refactor virtio-pci device.KONRAD Frederic2013-01-212-2/+139
* virtio-pci-bus: introduce virtio-pci-bus.KONRAD Frederic2013-01-212-0/+52
* virtio-device: refactor virtio-device.KONRAD Frederic2013-01-214-12/+130
* virtio-bus: introduce virtio-busKONRAD Frederic2013-01-213-0/+217
* qdev: add a maximum device allowed field for the bus.KONRAD Frederic2013-01-212-0/+14
* hw/tpci200: Fix compiler warning (redefined symbol with MinGW)Stefan Weil2013-01-211-3/+3
* acpitable: open the data file in binary modeMichael Tokarev2013-01-211-1/+1
* hw: Spelling fix in log messageStefan Weil2013-01-211-1/+1
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-01-203-5/+8
|\
| * dataplane: support viostor virtio-pci status bit settingStefan Hajnoczi2013-01-181-1/+2
| * dataplane: avoid reentrancy during virtio_blk_data_plane_stop()Stefan Hajnoczi2013-01-181-3/+6
| * ide: Remove wrong assertionKevin Wolf2013-01-171-1/+0
* | usb: Fix compilation for MinGW (regression)Stefan Weil2013-01-191-1/+1
* | vl: Use size_t for sizes in get_boot_devices_list()Markus Armbruster2013-01-191-1/+1
* | fw_cfg: Use void *, size_t instead of uint8_t *, uint32_t for blobsMarkus Armbruster2013-01-193-26/+26
* | pc: Clean up bochs_bios_init()'s (non-)use of sizeofMarkus Armbruster2013-01-191-3/+3
* | sun4: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2013-01-192-12/+4
* | pc: Fix unchecked strdup() by switching to fw_cfg_add_string()Markus Armbruster2013-01-191-3/+1
* | fw_cfg: New fw_cfg_add_string()Markus Armbruster2013-01-192-0/+8
* | fw_cfg: Dumb down fw_cfg_add_*() not to return success / failureMarkus Armbruster2013-01-192-35/+24
* | fw_cfg: Replace debug prints by tracepointsMarkus Armbruster2013-01-191-19/+6
* | Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agrafBlue Swirl2013-01-194-21/+55
|\ \
| * | PPC: KVM: Add support for EPR with KVMAlexander Graf2013-01-181-0/+6
| * | openpic: export e500 epr enable into a ppc.c functionAlexander Graf2013-01-183-6/+18
| * | PPC: e500: Change in-memory order of load blobsAlexander Graf2013-01-181-1/+6
| * | PPC: E500: Calculate loading blob offsets properlyAlexander Graf2013-01-181-4/+8
| * | openpic: set mixed mode as supportedAlexander Graf2013-01-181-0/+1
| * | openpic: unify gcr mode mask updatesAlexander Graf2013-01-181-12/+13
| * | openpic: move gcr write into a functionAlexander Graf2013-01-181-17/+22
* | | s390: Add a hypercall registration interface.Cornelia Huck2013-01-184-42/+107
* | | S390: Enable -cpu help and QMP query-cpu-definitionsViktor Mihajlovski2013-01-181-1/+5
* | | s390: Move IPL code into a separate deviceChristian Borntraeger2013-01-183-88/+185
|/ /
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-01-1715-23/+24
|\ \
| * | HMP: add QDict to info callback handlerWenchao Xia2013-01-1715-23/+24
| |/
* | virtio-pci: fix irqfd cleanup argument orderMichael S. Tsirkin2013-01-171-3/+3
* | qom: Extend documentation on QOM method conceptsAndreas Färber2013-01-171-4/+10
|/
* tmp105: Add temperature QOM propertyAndreas Färber2013-01-162-20/+29
* tmp105: QOM'ifyAndreas Färber2013-01-162-24/+39
* tmp105: Fix I2C protocol bugAndreas Färber2013-01-161-3/+6
* tmp105: Split out I2C message constants from headerAndreas Färber2013-01-162-33/+51
* usb-storage: Drop useless null test in usb_msd_handle_data()Markus Armbruster2013-01-161-1/+1
* pseries: Replace non-portable asprintf by g_strdup_printfStefan Weil2013-01-162-28/+8
* Add new DEFAULT_MACHINE_OPTIONS to q35 and ppc405Knut Omang2013-01-162-0/+2
* qdev: Prepare "realized" propertyAndreas Färber2013-01-152-24/+122
* qdev: Fold state enum into bool realizedAndreas Färber2013-01-155-29/+31
* pseries: set no default boot orderAvik Sil2013-01-151-2/+4
* Make default boot order machine specificAvik Sil2013-01-1556-6/+106
* Merge remote-tracking branch 'afaerber/memory-ioport' into stagingAnthony Liguori2013-01-153-73/+62
|\
OpenPOWER on IntegriCloud