summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-1236-101/+102
* Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell2016-07-128-14/+711
|\
| * hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae2016-07-121-1/+53
| * hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae2016-07-121-3/+2Star
| * hw/mips/cps: create GIC block inside CPSLeon Alrae2016-07-123-10/+52
| * hw/mips: implement Global Interrupt ControllerYongbok Kim2016-07-122-0/+461
| * hw/mips: implement GIC Interval TimerYongbok Kim2016-07-122-0/+143
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...Peter Maydell2016-07-122-2/+4
|\ \
| * | xen-usb: Fix 32bit buildAnthony PERARD2016-07-121-1/+2
| * | nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi2016-07-121-1/+2
* | | input: add trace events for full queuesGerd Hoffmann2016-07-123-2/+10
|/ /
* | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160711' into stagingPeter Maydell2016-07-1114-454/+1160
|\ \
| * | s390x/pci: make hot-unplug handler smootherYi Min Zhao2016-07-112-1/+37
| * | s390x/pci: replace fid with idx in msg data of msixYi Min Zhao2016-07-112-5/+6
| * | s390x/pci: fix stpcifc_service_callYi Min Zhao2016-07-111-1/+9
| * | s390x/pci: refactor list_pciYi Min Zhao2016-07-113-26/+45
| * | s390x/pci: refactor s390_pci_find_dev_by_idxYi Min Zhao2016-07-111-20/+1Star
| * | s390x/pci: add checkings in CLP_SET_PCI_FNYi Min Zhao2016-07-111-0/+21
| * | s390x/pci: enable zpci hot-plug/hot-unplugYi Min Zhao2016-07-111-46/+73
| * | s390x/pci: enable uid-checkingYi Min Zhao2016-07-113-5/+5
| * | s390x/pci: introduce S390PCIBusDevice qdevYi Min Zhao2016-07-112-8/+261
| * | s390x/pci: introduce S390PCIIOMMUYi Min Zhao2016-07-112-10/+18
| * | s390x/pci: introduce S390PCIBusYi Min Zhao2016-07-112-0/+18
| * | s390x/pci: enforce zPCI state checkingYi Min Zhao2016-07-114-82/+229
| * | s390x/pci: refactor s390_pci_find_dev_by_fhYi Min Zhao2016-07-111-11/+4Star
| * | 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
* | | target-i386: Publish advised value of MSR_IA32_FEATURE_CONTROL via fw_cfgHaozhong Zhang2016-07-071-0/+29
* | | pc: Parse CPU features only onceIgor Mammedov2016-07-071-9/+28
* | | arm: virt: Parse cpu_model only onceIgor Mammedov2016-07-071-21/+21
* | | cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov2016-07-071-3/+4
* | | vl: Set errp to &error_abort on machine compat_propsEduardo Habkost2016-07-071-0/+2
* | | machine: Add machine_register_compat_props() functionEduardo Habkost2016-07-071-0/+16
* | | qdev: GlobalProperty.errp fieldEduardo Habkost2016-07-071-3/+8
* | | qdev: Eliminate qemu_add_globals() functionEduardo Habkost2016-07-071-20/+1Star
* | | qdev: Don't stop applying globals on first errorEduardo Habkost2016-07-071-1/+0Star
|/ /
* | 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