summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2016-07-14Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160714'...Peter Maydell7-36/+100
2016-07-14ast2400: externalize revision numbersCédric Le Goater2-5/+1
2016-07-14ast2400: pretend DMAs are done for U-bootCédric Le Goater1-0/+4
2016-07-14ast2400: replace aspeed_smc_is_implemented()Cédric Le Goater1-20/+15
2016-07-14hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater1-1/+1
2016-07-14m25p80: Fix QIOR/DIOR handling for WinbondMarcin Krzeminski1-2/+4
2016-07-14hw/arm/virt: tcg: adjust MPIDR like KVMAndrew Jones1-1/+24
2016-07-14Revert "hw/ptimer: Perform counter wrap around if timer already expired"Dmitry Osipenko1-7/+2
2016-07-14virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek1-0/+49
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-fwcfg' into s...Peter Maydell2-3/+9
2016-07-14Merge remote-tracking branch 'remotes/xtensa/tags/20160714-xtensa' into stagingPeter Maydell1-1/+1
2016-07-14Add optionrom compatible with fw_cfg DMA versionMarc Marí2-3/+9
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell3-12/+61
2016-07-14target-xtensa: xtfpga: fix FLASH interface widthMax Filippov1-1/+1
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf5-0/+28
2016-07-13block/qdev: Allow configuring WCE with qdev propertiesKevin Wolf6-0/+21
2016-07-13hostmem: detect host backend memory is being used properlyXiao Guangrong2-11/+21
2016-07-13block/qdev: Allow node name for drive propertiesKevin Wolf2-7/+37
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini2-4/+4
2016-07-12scsi-bus: Use longer sense buffer with scannersJarkko Lavinen1-1/+9
2016-07-12scsi-bus: Add SCSI scanner supportJarkko Lavinen1-0/+31
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