summaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)Author
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/misc/ directoryDaniel P. Berrange
2016-06-20milkymist: update specification URLsMichael Walle
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-14introduce aux-busKONRAD Frederic
2016-06-14hw/misc: QOM'ify mst_fpga.cxiaoqiang zhao
2016-06-14hw/misc: QOM'ify exynos4210_pmu.cxiaoqiang zhao
2016-06-14hw/misc: QOM'ify arm_l2x0.cxiaoqiang zhao
2016-06-07dbdma: use DMA memory interface for memory accessesMark Cave-Ayland
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19hw: explicitly include qemu/log.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-19dma: do not depend on kvm_enabled()Paolo Bonzini
2016-05-12i.MX: Add i.MX6 System Reset Controller device.Jean-Christophe DUBOIS
2016-05-12bcm2835_property: use cached values when querying framebufferSylvain Garrigues
2016-04-19cuda: fix off-by-one error in SET_TIME commandAurelien Jarno
2016-04-13ivshmem: fix ivshmem-{plain,doorbell} crash without argMarc-André Lureau
2016-04-08Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into stagingPeter Maydell
2016-04-08hw/mips_itu: fix off-by-one reported by CoverityLeon Alrae
2016-04-07pci-testdev: fast mmio supportMichael S. Tsirkin
2016-03-30hw/mips: implement ITC Storage - Bypass ViewLeon Alrae
2016-03-30hw/mips: implement ITC Storage - P/V Sync and Try ViewsLeon Alrae
2016-03-30hw/mips: implement ITC Storage - Empty/Full Sync and Try ViewsLeon Alrae
2016-03-30hw/mips: implement ITC Storage - Control ViewLeon Alrae
2016-03-30hw/mips: implement ITC Configuration Tags and Storage CellsLeon Alrae
2016-03-30hw/mips/cps: create CPC block inside CPSLeon Alrae
2016-03-30hw/mips: add initial Cluster Power Controller supportLeon Alrae
2016-03-30hw/mips: add initial Global Config Register supportYongbok Kim
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah
2016-03-22include/hw/hw.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-21ivshmem: Require master to have ID zeroMarkus Armbruster
2016-03-21ivshmem: Drop ivshmem property x-memdevMarkus Armbruster
2016-03-21ivshmem: Clean up after the previous commitMarkus Armbruster
2016-03-21ivshmem: Split ivshmem-plain, ivshmem-doorbell off ivshmemMarkus Armbruster
2016-03-21ivshmem: Replace int role_val by OnOffAuto masterMarkus Armbruster
2016-03-21ivshmem: Inline check_shm_size() into its only callerMarkus Armbruster
2016-03-21ivshmem: Simplify memory regions for BAR 2 (shared memory)Markus Armbruster
2016-03-21ivshmem: Implement shm=... with a memory backendMarkus Armbruster
2016-03-21ivshmem: Tighten check of property "size"Markus Armbruster
2016-03-21ivshmem: Simplify how we cope with short reads from serverMarkus Armbruster
2016-03-21ivshmem: Drop the hackish test for UNIX domain chardevMarkus Armbruster
2016-03-21ivshmem: Rely on server sending the ID right after the versionMarkus Armbruster
2016-03-21ivshmem: Propagate errors through ivshmem_recv_setup()Markus Armbruster
2016-03-21ivshmem: Receive shared memory synchronously in realize()Markus Armbruster
2016-03-21ivshmem: Plug leaks on unplug, fix peer disconnectMarkus Armbruster
2016-03-21ivshmem: Disentangle ivshmem_read()Markus Armbruster