aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-05-14hw/arm/virt: Introduce a RAS machine optionDongjiu Geng1-0/+23
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng1-7/+3
2020-05-14aspeed: Add support for the sonorapass-bmc boardPatrick Williams1-0/+78
2020-05-14xen-9pfs: Fix log messages of reply errorsChristian Schoenebeck1-4/+5
2020-05-149pfs: local: ignore O_NOATIME if we don't have permissionsOmar Sandoval1-0/+13
2020-05-12Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-08-1...Peter Maydell1-2/+2
2020-05-12hw/tpm: fix usage of bool in tpm-tis.cJafar Abdi1-2/+2
2020-05-11hw/arm/musicpal: Map the UART devices unconditionallyPhilippe Mathieu-Daudé1-8/+4
2020-05-11hw/timer/nrf51_timer: Add trace event of counter value updatePhilippe Mathieu-Daudé2-0/+2
2020-05-11hw/timer/nrf51_timer: Display timer ID in trace eventsPhilippe Mathieu-Daudé3-4/+16
2020-05-11hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definitionPhilippe Mathieu-Daudé3-4/+4
2020-05-11aspeed: sdmc: Implement AST2600 locking behaviourJoel Stanley1-10/+45
2020-05-11aspeed: Support AST2600A1 silicon revisionJoel Stanley3-13/+12
2020-05-11aspeed: Add boot stub for smp bootingJoel Stanley1-0/+65
2020-05-07Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200507' into...Peter Maydell5-77/+103
2020-05-07spapr_nvdimm: Tweak error messagesDavid Gibson1-3/+3
2020-05-07spapr_nvdimm.c: make 'label-size' mandatoryDaniel Henrique Barboza1-0/+6
2020-05-07spapr: Don't allow unplug of NVLink2 devicesDavid Gibson1-0/+4
2020-05-07spapr: Drop CAS reboot flagGreg Kurz2-33/+18
2020-05-07spapr/cas: Separate CAS handling from rebuilding the FDTAlexey Kardashevskiy2-27/+41
2020-05-07spapr: Simplify selection of radix/hash during CASGreg Kurz2-5/+2
2020-05-07ppc/pnv: Add support for NMI interfaceNicholas Piggin1-0/+29
2020-05-07ppc/spapr: tweak change system reset helperNicholas Piggin1-3/+6
2020-05-07spapr: Don't check capabilities removed between CAS callsGreg Kurz1-13/+1
2020-05-06Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-05-06-1...Peter Maydell8-12/+65
2020-05-06hw: add compat machines for 5.1Cornelia Huck7-6/+64
2020-05-06hw/arm/virt: Remove the compat forcing tpm-tis-device PPI to offEric Auger1-5/+0
2020-05-06tpm: tpm-tis-device: set PPI to false by defaultEric Auger1-1/+1
2020-05-05hw/core/register: Add register_init_block8 helper.Joaquin de Andres1-10/+36
2020-05-05Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell14-37/+22
2020-05-04Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell5-61/+55
2020-05-04lockable: Replace locks with lock guard macrosSimran Singhal3-35/+33
2020-05-04lockable: replaced locks with lock guard macros where appropriateDaniel Brodsky2-26/+22
2020-05-04hw/i386: Make vmmouse helpers staticPhilippe Mathieu-Daudé2-23/+22
2020-05-04hw/i386: Add 'vmport.h' local headerPhilippe Mathieu-Daudé4-0/+37
2020-05-04hw/i386/vmport: Remove unused 'hw/input/i8042.h' includePhilippe Mathieu-Daudé1-1/+0
2020-05-04hw/i386/pc: Create 'vmport' device in placePhilippe Mathieu-Daudé1-1/+1
2020-05-04acpi: Add Windows ACPI Emulated Device Table (WAET)Liran Alon1-0/+31
2020-05-04Refactor vhost_user_set_mem_table functionsRaphael Norwitz1-76/+67
2020-05-04hw/arm/virt: Add nvdimm hotplug supportShameer Kolothum2-6/+25
2020-05-04hw/arm/virt: Add nvdimm hot-plug infrastructureKwangwoo Lee4-1/+27
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee5-10/+35
2020-05-04hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer lengthShameer Kolothum1-3/+37
2020-05-04vhost-user-blk: fix invalid memory accessLi Feng2-1/+5
2020-05-04virtio-pci: update virtio pci bar layout documentationAnthoine Bourgeois1-0/+1
2020-05-04virtio-vga: fix virtio-vga bar orderingAnthoine Bourgeois1-0/+1
2020-05-04rtc: add RTC_ISA_BASEGerd Hoffmann1-3/+2
2020-05-04acpi: add ISADeviceClass->build_aml()Gerd Hoffmann2-0/+16
2020-05-04acpi: drop pointless _STA methodGerd Hoffmann1-11/+3
2020-05-04acpi: add aml builder stubsGerd Hoffmann2-2/+81