Age | Commit message (Expand) | Author | Files | Lines |
2019-09-18 | trace: Remove trailing newline in events | Philippe Mathieu-Daudé | 1 | -5/+5 |
2019-09-13 | aspeed/scu: Introduce a aspeed_scu_get_apb_freq() routine | Cédric Le Goater | 1 | -16/+9 |
2019-09-13 | aspeed/scu: Introduce per-SoC SCU types | Cédric Le Goater | 1 | -36/+47 |
2019-09-10 | hw/misc: Mark most objects as "common" code to speed up compilation a litte bit | Thomas Huth | 1 | -45/+45 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1/+1 |
2019-08-20 | hw/misc: Add a config switch for the "unimplemented" device | Thomas Huth | 2 | -1/+4 |
2019-08-16 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190816'... | Peter Maydell | 1 | -236/+236 |
2019-08-16 | hw/misc/zynq_slcr: use standard register definition | Damien Hedde | 1 | -236/+236 |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster | 10 | -10/+10 |
2019-08-16 | sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.h | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster | 9 | -9/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 30 | -1/+29 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 28 | -27/+1 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 49 | -0/+49 |
2019-08-16 | Include hw/irq.h a lot less | Markus Armbruster | 23 | -0/+25 |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster | 1 | -0/+1 |
2019-07-01 | hw/misc/aspeed_xdma: New device | Eddie James | 3 | -0/+169 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 2 | -0/+2 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 68 | -0/+78 |
2019-06-03 | edu: uses uint64_t in dma operation | Li Qiang | 1 | -8/+9 |
2019-06-03 | edu: mmio: allow 64-bit access in read dispatch | Li Qiang | 1 | -1/+5 |
2019-06-03 | edu: mmio: allow 64-bit access | Li Qiang | 1 | -0/+9 |
2019-05-24 | hw/misc/macio: Use object_initialize_child for correct ref. counting | Philippe Mathieu-Daudé | 1 | -4/+4 |
2019-05-22 | hw/misc/exynos4210_rng: Use qemu_guest_getrandom | Richard Henderson | 1 | -7/+4 |
2019-05-22 | hw/misc/bcm2835_rng: Use qemu_guest_getrandom_nofail | Richard Henderson | 1 | -19/+15 |
2019-05-22 | hw/misc/nrf51_rng: Use qemu_guest_getrandom_nofail | Richard Henderson | 1 | -2/+2 |
2019-05-22 | aspeed/scu: Use qemu_guest_getrandom_nofail | Richard Henderson | 1 | -8/+2 |
2019-05-17 | leon3: introduce the plug and play mechanism | KONRAD Frederic | 2 | -0/+271 |
2019-05-13 | hw/arm: Express dependencies of the fsl-imx31 machine with Kconfig | Thomas Huth | 1 | -0/+2 |
2019-04-29 | hw/devices: Move CBus declarations into a new header | Philippe Mathieu-Daudé | 1 | -1/+1 |
2019-03-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+2 |
2019-03-22 | trace-events: Fix attribution of trace points to source | Markus Armbruster | 1 | -3/+5 |
2019-03-22 | trace-events: Delete unused trace points | Markus Armbruster | 2 | -3/+0 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 2 | -22/+22 |
2019-03-18 | kconfig: add dependencies on CONFIG_MSI_NONBROKEN | Paolo Bonzini | 1 | -2/+2 |
2019-03-07 | sparc-softmmu.mak: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | ppc: Express dependencies of the Mac machines with kconfig | Thomas Huth | 1 | -0/+6 |
2019-03-07 | ptimer: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+1 |
2019-03-07 | i2c: express dependencies with Kconfig | Paolo Bonzini | 1 | -0/+4 |
2019-03-07 | isa: express dependencies with kconfig | Paolo Bonzini | 1 | -0/+6 |
2019-03-07 | build: convert pci.mak to Kconfig | Paolo Bonzini | 1 | -1/+5 |
2019-03-07 | build: switch to Kconfig | Paolo Bonzini | 1 | -0/+2 |
2019-03-07 | kconfig: introduce kconfig files | Paolo Bonzini | 2 | -0/+105 |
2019-03-01 | Merge remote-tracking branch 'remotes/cminyard/tags/i2c-for-release-20190228'... | Peter Maydell | 3 | -3/+3 |
2019-02-28 | hw/arm/armsse: Unify init-svtor and cpuwait handling | Peter Maydell | 1 | -12/+8 |
2019-02-28 | hw/arm/iotkit-sysctl: Implement CPUWAIT and INITSVTOR* | Peter Maydell | 1 | -4/+37 |
2019-02-28 | hw/arm/iotkit-sysctl: Add SSE-200 registers | Peter Maydell | 1 | -5/+240 |
2019-02-28 | hw/misc/iotkit-sysctl: Correct typo in INITSVTOR0 register name | Peter Maydell | 1 | -8/+8 |
2019-02-28 | hw/misc/armsse-mhu.c: Model the SSE-200 Message Handling Unit | Peter Maydell | 3 | -0/+203 |