aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson9-11/+33
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-07Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-01-05' into st...Peter Maydell10-83/+92
2019-01-05nbd/client: Drop pointless buf variableEric Blake2-16/+9
2019-01-05qemu-nbd: Fail earlier for -c/-d on non-linuxEric Blake2-19/+20
2019-01-05nbd/client: More consistent error messagesEric Blake1-9/+12
2019-01-04nbd: Document timeline of various featuresEric Blake1-1/+18
2019-01-04qemu-nbd: Use program name in error messagesEric Blake2-1/+2
2019-01-04block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy3-32/+23
2019-01-04nbd/client: Trace all server option error messagesEric Blake2-0/+3
2019-01-04nbd: publish _lookup functionsVladimir Sementsov-Ogievskiy2-5/+5
2019-01-04Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-reques...Peter Maydell3-44/+32
2019-01-04fw_cfg: Make qemu_extra_params_fw locallyLi Qiang3-2/+1
2019-01-04fw_cfg: Fix -boot reboot-timeout error checkingLi Qiang2-15/+14
2019-01-04fw_cfg: Fix -boot bootsplash error checkingLi Qiang2-23/+14