aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07hw/misc/tz-mpc: Fix value of BLK_MAX registerPeter Maydell1-1/+1
2019-01-07target/arm: Emit barriers for A32/T32 load-acquire/store-release insnsPeter Maydell1-7/+26
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz2-0/+27
2019-01-07tests/microbit-test: Add Tests for nRF51 TimerSteffen Görtz1-0/+95
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz2-0/+30
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz4-0/+479
2019-01-07tests/microbit-test: Add Tests for nRF51 GPIOSteffen Görtz2-0/+162
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz2-0/+18
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz5-0/+378
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz2-0/+18
2019-01-07hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz3-0/+346
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz3-22/+57
2019-01-07qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz3-0/+66
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé2-0/+7
2019-01-07cpus.c: Fix race condition in cpu_stop_current()Peter Maydell1-1/+2
2019-01-07MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/Thomas Huth1-2/+14
2019-01-07hw/arm: versal: Plug memory leaksEdgar E. Iglesias1-0/+2
2019-01-07Revert "armv7m: Guard against no -kernel argument"Stefan Hajnoczi1-5/+0
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel2-4/+22
2019-01-07gdbstub: add multiprocess extension supportLuc Michel1-0/+6
2019-01-07gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel1-0/+10
2019-01-07gdbstub: processes initialization on new peer connectionLuc Michel1-5/+15
2019-01-07gdbstub: add support for vAttach packetsLuc Michel1-0/+35
2019-01-07gdbstub: add support for extended mode packetLuc Michel1-0/+3
2019-01-07gdbstub: add multiprocess support to 'D' packetsLuc Michel1-7/+53
2019-01-07gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel1-3/+12
2019-01-07gdbstub: add multiprocess support to Xfer:features:read:Luc Michel1-20/+28
2019-01-07gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel1-10/+27
2019-01-07gdbstub: add multiprocess support to 'sC' packetsLuc Michel1-3/+9
2019-01-07gdbstub: add multiprocess support to vCont packetsLuc Michel1-15/+100
2019-01-07gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel1-18/+136
2019-01-07gdbstub: add multiprocess support to '?' packetsLuc Michel1-2/+64
2019-01-07gdbstub: introduce GDB processesLuc Michel1-0/+97
2019-01-07hw/cpu: introduce CPU clustersLuc Michel4-1/+111
2019-01-07target/arm: SVE brk[ab] merging does not have s bitRichard Henderson1-2/+3
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson4-135/+78
2019-01-07hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé1-0/+2
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau6-11/+55
2019-01-07arm: replace instance_post_init()Marc-André Lureau4-10/+49
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau2-23/+13
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau6-12/+4
2019-01-07qdev-props: convert global_props to GPtrArrayMarc-André Lureau1-9/+20
2019-01-07qdev: all globals are now user-providedMarc-André Lureau4-59/+6
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau2-1/+7
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau3-258/+267
2019-01-07include: remove compat.hMarc-André Lureau5-8/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau7-57/+60
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau7-105/+110
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau7-133/+139
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau9-111/+112