summaryrefslogtreecommitdiffstats
path: root/hw/misc
Commit message (Expand)AuthorAgeFilesLines
...
* aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater2019-09-131-16/+9Star
* aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater2019-09-131-36/+47
* hw/misc: Mark most objects as "common" code to speed up compilation a litte bitThomas Huth2019-09-101-45/+45
* hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2019-08-202-1/+4
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell2019-08-161-236/+236
|\
| * hw/misc/zynq_slcr: use standard register definitionDamien Hedde2019-08-161-236/+236
* | sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-1610-10/+10
* | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-0/+1
* | Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-169-9/+0Star
* | Include hw/qdev-properties.h lessMarkus Armbruster2019-08-1630-1/+29
* | Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* | Include hw/hw.h exactly where neededMarkus Armbruster2019-08-1628-27/+1Star
* | Include migration/vmstate.h lessMarkus Armbruster2019-08-1649-0/+49
* | Include hw/irq.h a lot lessMarkus Armbruster2019-08-1623-0/+25
* | Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
|/
* hw/misc/aspeed_xdma: New deviceEddie James2019-07-013-0/+169
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-122-0/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-1268-0/+78
* edu: uses uint64_t in dma operationLi Qiang2019-06-031-8/+9
* edu: mmio: allow 64-bit access in read dispatchLi Qiang2019-06-031-1/+5
* edu: mmio: allow 64-bit accessLi Qiang2019-06-031-0/+9
* hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2019-05-241-4/+4
* hw/misc/exynos4210_rng: Use qemu_guest_getrandomRichard Henderson2019-05-221-7/+4Star
* hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofailRichard Henderson2019-05-221-19/+15Star
* hw/misc/nrf51_rng: Use qemu_guest_getrandom_nofailRichard Henderson2019-05-221-2/+2
* aspeed/scu: Use qemu_guest_getrandom_nofailRichard Henderson2019-05-221-8/+2Star
* leon3: introduce the plug and play mechanismKONRAD Frederic2019-05-172-0/+271
* hw/arm: Express dependencies of the fsl-imx31 machine with KconfigThomas Huth2019-05-131-0/+2
* hw/devices: Move CBus declarations into a new headerPhilippe Mathieu-Daudé2019-04-291-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-03-281-2/+2
|\
| * kconfig: add dependencies on CONFIG_MSI_NONBROKENPaolo Bonzini2019-03-181-2/+2
* | trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-3/+5
* | trace-events: Delete unused trace pointsMarkus Armbruster2019-03-222-3/+0Star
* | trace-events: Shorten file names in commentsMarkus Armbruster2019-03-222-22/+22
|/
* sparc-softmmu.mak: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* ppc: Express dependencies of the Mac machines with kconfigThomas Huth2019-03-071-0/+6
* ptimer: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+1
* i2c: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+4
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+6
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-1/+5
* build: switch to KconfigPaolo Bonzini2019-03-071-0/+2
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-072-0/+105
* Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'...Peter Maydell2019-03-013-3/+3
|\
| * i2c: have I2C receive operation return uint8_tCorey Minyard2019-02-283-3/+3
* | hw/arm/armsse: Unify init-svtor and cpuwait handlingPeter Maydell2019-02-281-12/+8Star
* | hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR*Peter Maydell2019-02-281-4/+37
* | hw/arm/iotkit-sysctl: Add SSE-200 registersPeter Maydell2019-02-281-5/+240
* | hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register namePeter Maydell2019-02-281-8/+8
* | hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling UnitPeter Maydell2019-02-283-0/+203
|/