summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2017-02-23util/cutils: Let qemu_strtosz*() optionally reject trailing crapMarkus Armbruster
2017-02-23util/cutils: Rename qemu_strtosz() to qemu_strtosz_MiB()Markus Armbruster
2017-02-21hw/mips_cmgcr: allow GCR base to be movedPaul Burton
2017-02-16report guest crash information in GUEST_PANICKED eventAnton Nefedov
2017-02-07hw/misc: New "unimplemented" sysbus devicePeter Maydell
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin
2017-01-27char: rename CharDriverState ChardevMarc-André Lureau
2017-01-24migration: disallow migrate_add_blocker during migrationAshijeet Acharya
2017-01-19kvm: move cpu synchronization codeVincent Palatin
2017-01-09i2c: Allow I2C devices to NAK start eventsCorey Minyard
2016-12-27aspeed/scu: fix SCU region sizeCédric Le Goater
2016-12-27aspeed: add the definitions for the AST2400 A1 SoCCédric Le Goater
2016-12-20Move target-* CPU file into a target/ folderThomas Huth
2016-11-17ivshmem: Fix 64 bit memory bar configurationZhuang Yanying
2016-10-28milkymist-pfpu: fix potential integer overflowMichael Walle
2016-10-24char: remove explicit_fe_open, use a set_handlers argumentMarc-André Lureau
2016-10-24char: use qemu_chr_fe* functions with CharBackend argumentMarc-André Lureau
2016-10-24char: replace PROP_CHR with CharBackendMarc-André Lureau
2016-10-04hw/misc/edu: support MSI interruptPeter Xu
2016-09-22imx: Use 'const char', not 'char const'Peter Maydell
2016-09-22aspeed: add a ram_size property to the memory controllerCédric Le Goater
2016-09-22aspeed: use error_report instead of LOG_GUEST_ERRORCédric Le Goater
2016-09-22aspeed: calculate the RAM size bits at realize timeCédric Le Goater
2016-09-22aspeed: add a ast2500 SoC and support to the SCU and SDMC controllersCédric Le Goater
2016-09-15ivshmem: Delete duplicate debug messageStefano Dong (董兴水)
2016-09-08Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.8-20160907' into...Peter Maydell
2016-09-07ppc: Fix macio ESCC legacy mappingBenjamin Herrenschmidt
2016-09-06ast2400: add a memory controller device modelCédric Le Goater
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu
2016-07-18dbdma: reset io->processing flag for unassigned DBDMA channel rw accessesMark Cave-Ayland
2016-07-18dbdma: set FLUSH bit upon reception of flush command for unassigned DBDMA cha...Mark Cave-Ayland
2016-07-18dbdma: fix load_word/store_word value endiannessMark Cave-Ayland
2016-07-18dbdma: fix endian of DBDMA_CMDPTR_LO during branchMark Cave-Ayland
2016-07-18dbdma: add per-channel debugging enabled via DEBUG_DBDMA_CHANMASKMark Cave-Ayland
2016-07-18dbdma: always define DBDMA_DPRINTF and enable debug with DEBUG_DBDMAMark Cave-Ayland
2016-07-14ast2400: externalize revision numbersCédric Le Goater
2016-07-14hw/misc: fix typo in Aspeed SCU hw-strap2 property nameCédric Le Goater
2016-07-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-07-13hostmem: detect host backend memory is being used properlyXiao Guangrong
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-12Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160712' into stagingPeter Maydell
2016-07-12hw/mips_cmgcr: implement RESET_BASE register in CM GCRLeon Alrae
2016-07-12hw/mips_cpc: make VP correctly start from the reset vectorLeon Alrae
2016-07-12hw/mips/cps: create GIC block inside CPSLeon Alrae
2016-07-07i.MX: split the GPT timer implementation into per SOC definitionsJean-Christophe Dubois
2016-07-07aux: Rename aux.[ch] to auxbus.[ch] for the benefit of WindowsPeter Maydell
2016-07-07aux: fix break that wanted to break two levels outPaolo Bonzini
2016-07-04ssi: change ssi_slave_init to be a realize opsCédric Le Goater