aboutsummaryrefslogtreecommitdiff
path: root/hw/misc
AgeCommit message (Expand)AuthorFilesLines
2019-12-17hw/misc/ivshmem: Bury dead legacy INTx codeMarkus Armbruster1-35/+0
2019-12-16aspeed/scu: Fix W1C behaviorJoel Stanley1-5/+14
2019-12-16aspeed/sdmc: Make ast2600 default 1GJoel Stanley1-3/+3
2019-11-26mos6522: update counters when timer interrupts are offLaurent Vivier1-2/+6
2019-11-18Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...Peter Maydell1-15/+52
2019-11-18mos6522: fix T1 and T2 timersLaurent Vivier1-15/+52
2019-11-05hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accessesPhilippe Mathieu-Daudé1-0/+4
2019-11-05hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registersPhilippe Mathieu-Daudé1-0/+8
2019-10-29Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...Peter Maydell3-0/+970
2019-10-28hw/m68k: implement ADB bus support for viaLaurent Vivier2-0/+198
2019-10-28hw/m68k: add VIA supportLaurent Vivier3-0/+772
2019-10-26Merge commit 'df84f17' into HEADPaolo Bonzini1-2/+2
2019-10-25hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensorPhilippe Mathieu-Daudé2-0/+136
2019-10-22Do not use %m in common code to print error messagesThomas Huth1-2/+2
2019-10-15hw/misc/vmcoreinfo: Add comment about reset handlerPhilippe Mathieu-Daudé1-0/+4
2019-10-15hw/misc/bcm2835_mbox: Add trace eventsPhilippe Mathieu-Daudé3-0/+13
2019-10-15hw/arm/bcm2835_peripherals: Name various address spacesPhilippe Mathieu-Daudé2-2/+2
2019-10-15hw/arm/bcm2835_peripherals: Improve loggingPhilippe Mathieu-Daudé2-9/+14
2019-10-15aspeed/sdmc: Add AST2600 supportJoel Stanley2-0/+84
2019-10-15aspeed/sdmc: Introduce an object class per SoCCédric Le Goater1-63/+105
2019-10-15hw: aspeed_scu: Add AST2600 supportJoel Stanley1-7/+185
2019-09-18trace: Remove trailing newline in eventsPhilippe Mathieu-Daudé1-5/+5
2019-09-13aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routineCédric Le Goater1-16/+9
2019-09-13aspeed/scu: Introduce per-SoC SCU typesCédric Le Goater1-36/+47
2019-09-10hw/misc: Mark most objects as "common" code to speed up compilation a litte bitThomas Huth1-45/+45
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20hw/misc: Add a config switch for the "unimplemented" deviceThomas Huth2-1/+4
2019-08-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'...Peter Maydell1-236/+236
2019-08-16hw/misc/zynq_slcr: use standard register definitionDamien Hedde1-236/+236
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster10-10/+10
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster9-9/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster30-1/+29
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster28-27/+1
2019-08-16Include migration/vmstate.h lessMarkus Armbruster49-0/+49
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster23-0/+25
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-07-01hw/misc/aspeed_xdma: New deviceEddie James3-0/+169
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster2-0/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster68-0/+78
2019-06-03edu: uses uint64_t in dma operationLi Qiang1-8/+9
2019-06-03edu: mmio: allow 64-bit access in read dispatchLi Qiang1-1/+5
2019-06-03edu: mmio: allow 64-bit accessLi Qiang1-0/+9
2019-05-24hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-4/+4
2019-05-22hw/misc/exynos4210_rng: Use qemu_guest_getrandomRichard Henderson1-7/+4
2019-05-22hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofailRichard Henderson1-19/+15
2019-05-22hw/misc/nrf51_rng: Use qemu_guest_getrandom_nofailRichard Henderson1-2/+2
2019-05-22aspeed/scu: Use qemu_guest_getrandom_nofailRichard Henderson1-8/+2
2019-05-17leon3: introduce the plug and play mechanismKONRAD Frederic2-0/+271