summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2016-11-17ivshmem: Fix 64 bit memory bar configurationZhuang Yanying1-1/+3
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle1-1/+1
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau1-1/+1
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau1-10/+11
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau1-9/+9
2016-10-04hw/misc/edu: support MSI interruptPeter Xu1-2/+16
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell4-5/+5
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater1-10/+13
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater1-8/+9
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater1-2/+14
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater2-1/+45
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)1-1/+0
2016-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160907' into...Peter Maydell1-16/+10
2016-09-07ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt1-16/+10
2016-09-06ast2400: add a memory controller device modelCédric Le Goater2-1/+264
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier1-1/+1
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-2/+1
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland1-0/+1
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland1-0/+10
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland1-19/+5
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland1-1/+1
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland1-33/+42
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