summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2019-01-083-0/+42
* Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell2019-01-088-61/+74
|\
| * usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2019-01-083-55/+53Star
| * hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang2019-01-082-0/+18
| * usb: dev-mtp: fix memory leak in error pathLi Qiang2019-01-081-0/+1
| * usb: drop unnecessary usb_device_post_load checksJonathan Davies2019-01-081-6/+0Star
| * hw/usb: fix mistaken de-initialization of CCID stateDaniel P. Berrangé2019-01-071-0/+2
* | qemu-thread: Don't block SEGV, ILL and FPERoman Bolshakov2019-01-081-0/+5
* | util: Implement debug-threads for macOSRoman Bolshakov2019-01-083-9/+33
* | ui/cocoa: Include less of the generated modular QAPI headersMarkus Armbruster2019-01-081-1/+2
* | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190108' into stagingPeter Maydell2019-01-084-23/+30
|\ \
| * | pc-bios: Update palcode-clipperRichard Henderson2019-01-082-0/+0
| * | target/alpha: Fix user-only initialization of fpcrRichard Henderson2019-01-081-3/+3
| * | hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell2019-01-081-20/+27
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell2019-01-0748-267/+2563
|\ \
| * | Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson2019-01-079-11/+33
| * | hw/misc/tz-mpc: Fix value of BLK_MAX registerPeter Maydell2019-01-071-1/+1
| * | target/arm: Emit barriers for A32/T32 load-acquire/store-release insnsPeter Maydell2019-01-071-7/+26
| * | arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz2019-01-072-0/+27
| * | tests/microbit-test: Add Tests for nRF51 TimerSteffen Görtz2019-01-071-0/+95
| * | arm: Instantiate NRF51 TimersSteffen Görtz2019-01-072-0/+30
| * | hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz2019-01-074-0/+479
| * | tests/microbit-test: Add Tests for nRF51 GPIOSteffen Görtz2019-01-072-0/+162
| * | arm: Instantiate NRF51 general purpose I/OSteffen Görtz2019-01-072-0/+18
| * | hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz2019-01-075-0/+378
| * | arm: Instantiate NRF51 random number generatorSteffen Görtz2019-01-072-0/+18
| * | hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz2019-01-073-0/+346
| * | arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz2019-01-073-22/+57
| * | qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz2019-01-073-0/+66
| * | hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé2019-01-072-0/+7
| * | cpus.c: Fix race condition in cpu_stop_current()Peter Maydell2019-01-071-1/+2
| * | MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/Thomas Huth2019-01-071-2/+14
| * | hw/arm: versal: Plug memory leaksEdgar E. Iglesias2019-01-071-0/+2
| * | Revert "armv7m: Guard against no -kernel argument"Stefan Hajnoczi2019-01-071-5/+0Star
| * | arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel2019-01-072-4/+22
| * | gdbstub: add multiprocess extension supportLuc Michel2019-01-071-0/+6
| * | gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel2019-01-071-0/+10
| * | gdbstub: processes initialization on new peer connectionLuc Michel2019-01-071-5/+15
| * | gdbstub: add support for vAttach packetsLuc Michel2019-01-071-0/+35
| * | gdbstub: add support for extended mode packetLuc Michel2019-01-071-0/+3
| * | gdbstub: add multiprocess support to 'D' packetsLuc Michel2019-01-071-7/+53
| * | gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel2019-01-071-3/+12
| * | gdbstub: add multiprocess support to Xfer:features:read:Luc Michel2019-01-071-20/+28
| * | gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel2019-01-071-10/+27
| * | gdbstub: add multiprocess support to 'sC' packetsLuc Michel2019-01-071-3/+9
| * | gdbstub: add multiprocess support to vCont packetsLuc Michel2019-01-071-15/+100
| * | gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel2019-01-071-18/+136
| * | gdbstub: add multiprocess support to '?' packetsLuc Michel2019-01-071-2/+64
| * | gdbstub: introduce GDB processesLuc Michel2019-01-071-0/+97
| * | hw/cpu: introduce CPU clustersLuc Michel2019-01-074-1/+111