summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland1-8/+7
2016-07-14ast2400: externalize revision numbersCédric Le Goater1-3/+1
2016-07-14hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater1-1/+1
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-4/+10
2016-07-13hostmem: detect host backend memory is being used properlyXiao Guangrong1-4/+10
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-1/+1
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell2-4/+88
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 Alrae1-0/+33
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois1-0/+6
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell2-3/+3
2016-07-07aux: fix break that wanted to break two levels outPaolo Bonzini1-6/+6
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater1-6/+6
2016-06-29Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+0
2016-06-29vmport: identify vmport type by macro TYPE_VMPORTEfimov Vasily1-1/+0
2016-06-28misc/aspeed_scu: Fix build error caused by missing headerPranith Kumar1-0/+1
2016-06-27hw/misc: Add a model for the ASPEED System Control UnitAndrew Jeffery3-0/+287
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+52
2016-06-20trace: split out trace events for hw/misc/ directoryDaniel P. Berrange1-0/+52
2016-06-20milkymist: update specification URLsMichael Walle2-2/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini2-5/+0
2016-06-14introduce aux-busKONRAD Frederic2-0/+293
2016-06-14hw/misc: QOM'ify mst_fpga.cxiaoqiang zhao1-7/+6
2016-06-14hw/misc: QOM'ify exynos4210_pmu.cxiaoqiang zhao1-6/+5
2016-06-14hw/misc: QOM'ify arm_l2x0.cxiaoqiang zhao1-6/+5
2016-06-07dbdma: use DMA memory interface for memory accessesMark Cave-Ayland1-6/+7
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-3/+2
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini19-0/+19
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini2-0/+2
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini1-0/+1
2016-05-12i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS2-0/+265
2016-05-12bcm2835_property: use cached values when querying framebufferSylvain Garrigues1-9/+24
2016-04-19cuda: fix off-by-one error in SET_TIME commandAurelien Jarno1-2/+2
2016-04-13ivshmem: fix ivshmem-{plain,doorbell} crash without argMarc-André Lureau1-0/+30
2016-04-08Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into stagingPeter Maydell1-8/+3
2016-04-08hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae1-8/+3
2016-04-07pci-testdev: fast mmio supportMichael S. Tsirkin1-1/+6
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae1-0/+27
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae1-0/+68
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae1-0/+113
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae1-0/+104
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae2-0/+215
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae1-0/+53
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae2-0/+178
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim2-0/+108
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell8-11/+19
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa2-0/+2
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah3-10/+11