summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Merge remote-tracking branch 'remotes/armbru/tags/pull-include-2016-07-12' in...Peter Maydell90-238/+216
2016-07-12cris: Fix broken header guard in hw/cris/boot.hMarkus Armbruster1-2/+2
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster16-16/+17
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster26-67/+70
2016-07-12Clean up header guards that don't match their file nameMarkus Armbruster9-24/+25
2016-07-12Drop Emacs local variables lists redundant with .dir-locals.elMarkus Armbruster3-28/+0
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster36-101/+102
2016-07-12hw/bt: Don't use cpu_to_*w() and *_to_cpup()Peter Maydell2-13/+9
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell8-14/+711
2016-07-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160712-1' into s...Peter Maydell2-2/+4
2016-07-12xen-usb: Fix 32bit buildAnthony PERARD1-1/+2
2016-07-12nec-usb-xhci: set the device state to USB_STATE_DEFAULTZhang Shuaiyi1-1/+2
2016-07-12hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae1-1/+53
2016-07-12hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae1-3/+2
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae3-10/+52
2016-07-12hw/mips: implement Global Interrupt ControllerYongbok Kim2-0/+461
2016-07-12hw/mips: implement GIC Interval TimerYongbok Kim2-0/+143
2016-07-12input: add trace events for full queuesGerd Hoffmann3-2/+10
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