summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* s390x/pci: unify FH_ macrosYi Min Zhao2016-07-113-15/+18
* s390x/pci: write fid in CLP_QUERY_PCI_FNYi Min Zhao2016-07-111-0/+1
* s390x/pci: acceleration for getting S390pciStateYi Min Zhao2016-07-111-33/+20Star
* s390x/pci: fix failures of dma map/unmapYi Min Zhao2016-07-111-4/+2Star
* s390x/css: Unplug handler of virtual css bridgeJing Liu2016-07-117-57/+164
* s390x/css: Factor out virtual css bridge and busJing Liu2016-07-115-88/+96
* s390x/css: use define for "virtual-css-bridge" literalSascha Silbe2016-07-113-3/+6
* s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe2016-07-113-110/+157
* s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand2016-07-112-2/+11
* s390x/ipl: Support IPL from selected SCSI deviceAlexander Yarygin2016-07-112-0/+31
* i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois2016-07-075-9/+72
* hw/block/m25p80: fix resource leakShannon Zhao2016-07-071-2/+4
* aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell2016-07-073-4/+4
* aux: fix break that wanted to break two levels outPaolo Bonzini2016-07-071-6/+6
* xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini2016-07-071-4/+6
* tap: vhost busy polling supportJason Wang2016-07-074-3/+49
* Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell2016-07-065-54/+96
|\
| * virgl: pass whole GL scanout dimensionsMarc-André Lureau2016-07-061-2/+3
| * virgl: count the calls to gl_blockMarc-André Lureau2016-07-061-2/+8
| * spice: avoid .set_mm_time on >= 0.12.6John Snow2016-07-061-0/+4
| * qxl: fix surface migrationGerd Hoffmann2016-07-062-17/+22
| * qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann2016-07-062-5/+13
| * qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann2016-07-061-21/+38
| * qxl: handle no updates in interface_update_area_completeGerd Hoffmann2016-07-061-1/+2
| * qxl: use uint64_t for vram sizeGerd Hoffmann2016-07-062-6/+6
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell2016-07-064-8/+9
|\ \
| * | opts-visitor: Favor new visit_free() functionEric Blake2016-07-061-4/+4
| * | qapi: Add parameter to visit_end_*Eric Blake2016-07-062-4/+4
| * | qapi: Improve use of qmp/types.hEric Blake2016-07-061-0/+1
| |/
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2016-07-053-13/+14
|\ \ | |/ |/|
| * block/qdev: Fix NULL access when using BB twiceKevin Wolf2016-07-051-1/+1
| * block: Switch transfer length bounds to byte-basedEric Blake2016-07-052-10/+11
| * block: Give nonzero result to blk_get_max_transfer_length()Eric Blake2016-07-052-8/+7Star
| * scsi: Advertise limits by blocksize, not 512Eric Blake2016-07-051-1/+2
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2016-07-0529-333/+403
|\ \ | |/ |/|
| * vmw_pvscsi: remove unnecessary internal msi state flagCao jin2016-07-051-6/+3Star
| * e1000e: remove unnecessary internal msi state flagCao jin2016-07-051-26/+7Star
| * vmxnet3: remove unnecessary internal msi state flagCao jin2016-07-051-11/+6Star
| * mptsas: remove unnecessary internal msi state flagCao jin2016-07-052-14/+6Star
| * megasas: remove unnecessary megasas_use_msi()Cao jin2016-07-051-9/+2Star
| * pci: Convert msi_init() to Error and fix callers to check itCao jin2016-07-0514-66/+148
| * pci bridge dev: change msi property typeCao jin2016-07-051-6/+7
| * megasas: change msi/msix property typeCao jin2016-07-051-17/+11Star
| * mptsas: change msi property typeCao jin2016-07-052-3/+5
| * intel-hda: change msi property typeCao jin2016-07-051-4/+5
| * usb xhci: change msi/msix property typeCao jin2016-07-051-7/+9
| * change pvscsi_init_msi() type to voidCao jin2016-07-051-3/+1Star
| * range: Eliminate direct Range member accessMarkus Armbruster2016-07-044-46/+73
| * pci_register_bar: cleanupCao jin2016-07-041-8/+8
| * Revert "virtio-net: unbreak self announcement and guest offloads after migrat...Michael S. Tsirkin2016-07-041-23/+17Star