Age | Commit message (Expand) | Author | Files | Lines |
2019-01-09 | ppc/spapr: Receive and store device tree blob from SLOF | Alexey Kardashevskiy | 1 | -1/+6 |
2019-01-09 | spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITY | Laurent Vivier | 1 | -0/+1 |
2019-01-08 | Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ... | Peter Maydell | 1 | -2/+0 |
2019-01-08 | usb: move ehci_create_ich9_with_companions to hw/i386 | Paolo Bonzini | 1 | -2/+0 |
2019-01-07 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'... | Peter Maydell | 10 | -2/+354 |
2019-01-07 | Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel. | Nick Hudson | 1 | -1/+6 |
2019-01-07 | Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request... | Peter Maydell | 7 | -971/+109 |
2019-01-07 | arm: Add Clock peripheral stub to NRF51 SOC | Steffen Görtz | 1 | -0/+1 |
2019-01-07 | arm: Instantiate NRF51 Timers | Steffen Görtz | 1 | -0/+4 |
2019-01-07 | hw/timer/nrf51_timer: Add nRF51 Timer peripheral | Steffen Görtz | 1 | -0/+80 |
2019-01-07 | arm: Instantiate NRF51 general purpose I/O | Steffen Görtz | 1 | -0/+2 |
2019-01-07 | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheral | Steffen Görtz | 1 | -0/+69 |
2019-01-07 | arm: Instantiate NRF51 random number generator | Steffen Görtz | 1 | -0/+2 |
2019-01-07 | hw/misc/nrf51_rng: Add NRF51 random number generator peripheral | Steffen Görtz | 1 | -0/+83 |
2019-01-07 | arm: Add header to host common definition for nRF51 SOC peripherals | Steffen Görtz | 2 | -1/+45 |
2019-01-07 | hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controller | Philippe Mathieu-Daudé | 1 | -0/+1 |
2019-01-07 | arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clusters | Luc Michel | 1 | -0/+3 |
2019-01-07 | hw/cpu: introduce CPU clusters | Luc Michel | 1 | -0/+58 |
2019-01-07 | hostmem: use object id for memory region name with >= 4.0 | Marc-André Lureau | 1 | -1/+2 |
2019-01-07 | qdev-props: remove errp from GlobalProperty | Marc-André Lureau | 1 | -6/+2 |
2019-01-07 | qdev: all globals are now user-provided | Marc-André Lureau | 1 | -3/+0 |
2019-01-07 | qdev: make a separate helper function to apply compat properties | Marc-André Lureau | 1 | -0/+2 |
2019-01-07 | compat: remove remaining PC_COMPAT macros | Marc-André Lureau | 1 | -221/+15 |
2019-01-07 | include: remove compat.h | Marc-André Lureau | 2 | -5/+0 |
2019-01-07 | compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macros | Marc-André Lureau | 3 | -45/+6 |
2019-01-07 | compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macros | Marc-André Lureau | 3 | -97/+6 |
2019-01-07 | compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macros | Marc-André Lureau | 3 | -124/+6 |
2019-01-07 | compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macros | Marc-André Lureau | 3 | -98/+6 |
2019-01-07 | compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macros | Marc-André Lureau | 3 | -26/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macros | Marc-André Lureau | 3 | -36/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macros | Marc-André Lureau | 3 | -55/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macros | Marc-André Lureau | 3 | -70/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macros | Marc-André Lureau | 3 | -26/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macros | Marc-André Lureau | 3 | -26/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macros | Marc-André Lureau | 3 | -30/+5 |
2019-01-07 | compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macros | Marc-André Lureau | 3 | -46/+5 |
2019-01-07 | compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macros | Marc-André Lureau | 3 | -18/+5 |
2019-01-07 | compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macros | Marc-André Lureau | 3 | -18/+5 |
2019-01-07 | hw: remove SET_MACHINE_COMPAT | Marc-André Lureau | 1 | -12/+0 |
2019-01-07 | hw: apply machine compat properties without touching globals | Marc-André Lureau | 1 | -2/+1 |
2019-01-07 | machines: replace COMPAT define with a static array | Marc-André Lureau | 1 | -7/+3 |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau | 3 | -3/+14 |
2019-01-07 | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-05' into st... | Peter Maydell | 1 | -0/+5 |
2019-01-04 | nbd: publish _lookup functions | Vladimir Sementsov-Ogievskiy | 1 | -0/+5 |
2019-01-04 | fw_cfg: Make qemu_extra_params_fw locally | Li Qiang | 1 | -1/+0 |
2019-01-04 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-december-2018... | Peter Maydell | 1 | -2/+3 |
2019-01-03 | atomics: Set ATOMIC_REG_SIZE=8 for MIPS n32 | Paul Burton | 1 | -2/+3 |
2019-01-03 | Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'... | Peter Maydell | 3 | -3/+18 |
2018-12-26 | tcg: Add TCG_CALL_NO_RETURN | Richard Henderson | 2 | -7/+27 |
2018-12-26 | exec: Add RISC-V GCC poison macro | Alistair Francis | 1 | -0/+1 |