Age | Commit message (Expand) | Author | Files | Lines |
2020-01-30 | misc/pca9552: Add qom set and get | Joel Stanley | 1 | -0/+90 |
2020-01-27 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 32 | -36/+43 |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau | 32 | -34/+34 |
2020-01-24 | pvpanic: implement crashloaded event handling | zhenwei pi | 1 | -2/+9 |
2020-01-23 | hw/misc/stm32f4xx_syscfg: Fix copy/paste error | Philippe Mathieu-Daudé | 1 | -1/+1 |
2020-01-20 | migration: Define VMSTATE_INSTANCE_ID_ANY | Peter Xu | 1 | -1/+2 |
2020-01-17 | i.MX: add an emulation for RNGC | Martin Kaiser | 2 | -0/+279 |
2020-01-17 | hw/misc: Add the STM32F4xx EXTI device | Alistair Francis | 4 | -0/+197 |
2020-01-17 | hw/misc: Add the STM32F4xx Sysconfig device | Alistair Francis | 4 | -0/+181 |
2020-01-08 | mos6522: remove anh register | Laurent Vivier | 1 | -8/+8 |
2020-01-07 | q800: add a block backend to the PRAM | Laurent Vivier | 1 | -0/+65 |
2020-01-07 | q800: fix mac_via RTC PRAM commands | Laurent Vivier | 2 | -83/+210 |
2020-01-06 | vmstate: replace DeviceState with VMStateIf | Marc-André Lureau | 1 | -1/+1 |
2019-12-17 | hw/misc/ivshmem: Bury dead legacy INTx code | Markus Armbruster | 1 | -35/+0 |
2019-12-16 | aspeed/scu: Fix W1C behavior | Joel Stanley | 1 | -5/+14 |
2019-12-16 | aspeed/sdmc: Make ast2600 default 1G | Joel Stanley | 1 | -3/+3 |
2019-11-26 | mos6522: update counters when timer interrupts are off | Laurent Vivier | 1 | -2/+6 |
2019-11-18 | Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ... | Peter Maydell | 1 | -15/+52 |
2019-11-18 | mos6522: fix T1 and T2 timers | Laurent Vivier | 1 | -15/+52 |
2019-11-05 | hw/misc/grlib_ahb_apb_pnp: Fix 8-bit accesses | Philippe Mathieu-Daudé | 1 | -0/+4 |
2019-11-05 | hw/misc/grlib_ahb_apb_pnp: Avoid crash when writing to PnP registers | Philippe Mathieu-Daudé | 1 | -0/+8 |
2019-10-29 | Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i... | Peter Maydell | 3 | -0/+970 |
2019-10-28 | hw/m68k: implement ADB bus support for via | Laurent Vivier | 2 | -0/+198 |
2019-10-28 | hw/m68k: add VIA support | Laurent Vivier | 3 | -0/+772 |
2019-10-26 | Merge commit 'df84f17' into HEAD | Paolo Bonzini | 1 | -2/+2 |
2019-10-25 | hw/misc/bcm2835_thermal: Add a dummy BCM2835 thermal sensor | Philippe Mathieu-Daudé | 2 | -0/+136 |
2019-10-22 | Do not use %m in common code to print error messages | Thomas Huth | 1 | -2/+2 |
2019-10-15 | hw/misc/vmcoreinfo: Add comment about reset handler | Philippe Mathieu-Daudé | 1 | -0/+4 |
2019-10-15 | hw/misc/bcm2835_mbox: Add trace events | Philippe Mathieu-Daudé | 3 | -0/+13 |
2019-10-15 | hw/arm/bcm2835_peripherals: Name various address spaces | Philippe Mathieu-Daudé | 2 | -2/+2 |
2019-10-15 | hw/arm/bcm2835_peripherals: Improve logging | Philippe Mathieu-Daudé | 2 | -9/+14 |
2019-10-15 | aspeed/sdmc: Add AST2600 support | Joel Stanley | 2 | -0/+84 |
2019-10-15 | aspeed/sdmc: Introduce an object class per SoC | Cédric Le Goater | 1 | -63/+105 |
2019-10-15 | hw: aspeed_scu: Add AST2600 support | Joel Stanley | 1 | -7/+185 |
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 |