aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-11Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell14-454/+1160
2016-07-11s390x/pci: make hot-unplug handler smootherYi Min Zhao2-1/+37
2016-07-11s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2-5/+6
2016-07-11s390x/pci: fix stpcifc_service_callYi Min Zhao1-1/+9
2016-07-11s390x/pci: refactor list_pciYi Min Zhao3-26/+45
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao1-20/+1
2016-07-11s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao1-0/+21
2016-07-11s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao1-46/+73
2016-07-11s390x/pci: enable uid-checkingYi Min Zhao3-5/+5
2016-07-11s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2-8/+261
2016-07-11s390x/pci: introduce S390PCIIOMMUYi Min Zhao2-10/+18
2016-07-11s390x/pci: introduce S390PCIBusYi Min Zhao2-0/+18
2016-07-11s390x/pci: enforce zPCI state checkingYi Min Zhao4-82/+229
2016-07-11s390x/pci: refactor s390_pci_find_dev_by_fhYi Min Zhao1-11/+4
2016-07-11s390x/pci: unify FH_ macrosYi Min Zhao3-15/+18
2016-07-11s390x/pci: write fid in CLP_QUERY_PCI_FNYi Min Zhao1-0/+1
2016-07-11s390x/pci: acceleration for getting S390pciStateYi Min Zhao1-33/+20
2016-07-11s390x/pci: fix failures of dma map/unmapYi Min Zhao1-4/+2
2016-07-11s390x/css: Unplug handler of virtual css bridgeJing Liu7-57/+164
2016-07-11s390x/css: Factor out virtual css bridge and busJing Liu5-88/+96
2016-07-11s390x/css: use define for "virtual-css-bridge" literalSascha Silbe3-3/+6
2016-07-11s390x/css: factor out some generic code from virtio_ccw_device_realize()Sascha Silbe3-110/+157
2016-07-11s390x/ipl: fix reboots for migration from different biosDavid Hildenbrand2-2/+11
2016-07-11s390x/ipl: Support IPL from selected SCSI deviceAlexander Yarygin2-0/+31
2016-07-07target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang1-0/+29
2016-07-07pc: Parse CPU features only onceIgor Mammedov1-9/+28
2016-07-07arm: virt: Parse cpu_model only onceIgor Mammedov1-21/+21
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov1-3/+4
2016-07-07vl: Set errp to &error_abort on machine compat_propsEduardo Habkost1-0/+2
2016-07-07machine: Add machine_register_compat_props() functionEduardo Habkost1-0/+16
2016-07-07qdev: GlobalProperty.errp fieldEduardo Habkost1-3/+8
2016-07-07qdev: Eliminate qemu_add_globals() functionEduardo Habkost1-20/+1
2016-07-07qdev: Don't stop applying globals on first errorEduardo Habkost1-1/+0
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois5-9/+72
2016-07-07hw/block/m25p80: fix resource leakShannon Zhao1-2/+4
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell3-4/+4
2016-07-07aux: fix break that wanted to break two levels outPaolo Bonzini1-6/+6
2016-07-07xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifoPaolo Bonzini1-4/+6
2016-07-07tap: vhost busy polling supportJason Wang4-3/+49
2016-07-06Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20160706-1' into ...Peter Maydell5-54/+96
2016-07-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-07-06' into ...Peter Maydell4-8/+9
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake1-4/+4
2016-07-06qapi: Add parameter to visit_end_*Eric Blake2-4/+4
2016-07-06qapi: Improve use of qmp/types.hEric Blake1-0/+1
2016-07-06virgl: pass whole GL scanout dimensionsMarc-André Lureau1-2/+3
2016-07-06virgl: count the calls to gl_blockMarc-André Lureau1-2/+8
2016-07-06spice: avoid .set_mm_time on >= 0.12.6John Snow1-0/+4
2016-07-06qxl: fix surface migrationGerd Hoffmann2-17/+22
2016-07-06qxl: store memory region and offset instead of pointer for guest slotsGerd Hoffmann2-5/+13
2016-07-06qxl: factor out qxl_get_check_slot_offsetGerd Hoffmann1-21/+38