aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2019-01-09ppc/spapr: Receive and store device tree blob from SLOFAlexey Kardashevskiy3-1/+87
2019-01-09spapr: Add H-Call H_HOME_NODE_ASSOCIATIVITYLaurent Vivier2-0/+41
2019-01-08Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190108-pull-request' ...Peter Maydell7-59/+74
2019-01-08usb: move ehci_create_ich9_with_companions to hw/i386Paolo Bonzini2-53/+53
2019-01-08hw/usb: Add generic sys-bus EHCI controllerHongbo Zhang2-0/+18
2019-01-08usb: dev-mtp: fix memory leak in error pathLi Qiang1-0/+1
2019-01-08usb: drop unnecessary usb_device_post_load checksJonathan Davies1-6/+0
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell1-20/+27
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell24-42/+1172
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.Nick Hudson8-10/+27
2019-01-07hw/misc/tz-mpc: Fix value of BLK_MAX registerPeter Maydell1-1/+1
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz1-0/+26
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz1-0/+26
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz3-0/+399
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz1-0/+16
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz3-0/+308
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz1-0/+16
2019-01-07hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz2-0/+263
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz1-21/+12
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé1-0/+6
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 Michel1-4/+19
2019-01-07hw/cpu: introduce CPU clustersLuc Michel2-1/+51
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é Lureau1-0/+8
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau1-22/+2
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau1-2/+2
2019-01-07qdev-props: convert global_props to GPtrArrayMarc-André Lureau1-9/+20
2019-01-07qdev: all globals are now user-providedMarc-André Lureau1-4/+0
2019-01-07qdev: make a separate helper function to apply compat propertiesMarc-André Lureau1-1/+5
2019-01-07compat: remove remaining PC_COMPAT macrosMarc-André Lureau2-37/+252
2019-01-07include: remove compat.hMarc-André Lureau3-3/+0
2019-01-07compat: replace PC_COMPAT_2_1 & HW_COMPAT_2_1 macrosMarc-André Lureau4-12/+54
2019-01-07compat: replace PC_COMPAT_2_2 & HW_COMPAT_2_2 macrosMarc-André Lureau4-8/+104
2019-01-07compat: replace PC_COMPAT_2_3 & HW_COMPAT_2_3 macrosMarc-André Lureau4-9/+133
2019-01-07compat: replace PC_COMPAT_2_4 & HW_COMPAT_2_4 macrosMarc-André Lureau6-13/+106
2019-01-07compat: replace PC_COMPAT_2_5 & HW_COMPAT_2_5 macrosMarc-André Lureau6-14/+35
2019-01-07compat: replace PC_COMPAT_2_6 & HW_COMPAT_2_6 macrosMarc-André Lureau7-14/+47
2019-01-07compat: replace PC_COMPAT_2_7 & HW_COMPAT_2_7 macrosMarc-André Lureau7-19/+66
2019-01-07compat: replace PC_COMPAT_2_8 & HW_COMPAT_2_8 macrosMarc-André Lureau7-16/+82
2019-01-07compat: replace PC_COMPAT_2_9 & HW_COMPAT_2_9 macrosMarc-André Lureau7-17/+37
2019-01-07compat: replace PC_COMPAT_2_10 & HW_COMPAT_2_10 macrosMarc-André Lureau7-25/+37
2019-01-07compat: replace PC_COMPAT_2_11 & HW_COMPAT_2_11 macrosMarc-André Lureau7-19/+41
2019-01-07compat: replace PC_COMPAT_2_12 & HW_COMPAT_2_12 macrosMarc-André Lureau7-20/+57
2019-01-07compat: replace PC_COMPAT_3_0 & HW_COMPAT_3_0 macrosMarc-André Lureau7-23/+27
2019-01-07compat: replace PC_COMPAT_3_1 & HW_COMPAT_3_1 macrosMarc-André Lureau7-25/+29
2019-01-07machine: move compat properties out of globalsMarc-André Lureau6-716/+637
2019-01-07hw: apply machine compat properties without touching globalsMarc-André Lureau7-90/+147
2019-01-07machines: replace COMPAT define with a static arrayMarc-André Lureau5-431/+574