aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-09ioapic: use TYPE_FOO MACRO than constant stringLi Qiang1-0/+3
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes1-0/+1
2019-01-09typedefs: (Re-)sort entries alphabeticallyEric Blake1-5/+5
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell1-2/+0
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini1-2/+0
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell10-2/+354
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson1-1/+6
2019-01-07Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request...Peter Maydell7-971/+109
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz1-0/+1
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz1-0/+4
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz1-0/+80
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz1-0/+2
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz1-0/+69
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz1-0/+2
2019-01-07hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz1-0/+83
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz2-1/+45
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé1-0/+1
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel1-0/+3
2019-01-07hw/cpu: introduce CPU clustersLuc Michel1-0/+58
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau1-1/+2
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-6/+2
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-3/+0
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau1-0/+2
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau1-221/+15
2019-01-07include: remove compat.hMarc-André Lureau2-5/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau3-45/+6
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau3-97/+6
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau3-124/+6
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau3-98/+6
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau3-26/+5
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau3-36/+5
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau3-55/+5
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau3-70/+5
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau3-26/+5
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau3-26/+5
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau3-30/+5
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau3-46/+5
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau3-18/+5
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau3-18/+5
2019-01-07hw: remove SET_MACHINE_COMPATMarc-André Lureau1-12/+0
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau1-2/+1
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau1-7/+3
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau3-3/+14
2019-01-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-05' into st...Peter Maydell1-0/+5
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy1-0/+5
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang1-1/+0
2019-01-04Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-december-2018...Peter Maydell1-2/+3
2019-01-03atomics: Set ATOMIC_REG_SIZE=8 for MIPS n32Paul Burton1-2/+3
2019-01-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...Peter Maydell3-3/+18
2018-12-26tcg: Add TCG_CALL_NO_RETURNRichard Henderson2-7/+27