aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann4-5/+1
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann4-5/+3
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann4-4/+6
2020-07-06audio: deprecate -soundhw hdaGerd Hoffmann1-0/+3
2020-07-06audio: deprecate -soundhw sb16Gerd Hoffmann1-7/+2
2020-07-06audio: deprecate -soundhw gusGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw cs4231aGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw adlibGerd Hoffmann1-7/+1
2020-07-06audio: deprecate -soundhw es1370Gerd Hoffmann2-7/+3
2020-07-06audio: deprecate -soundhw ac97Gerd Hoffmann2-7/+3
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann2-1/+25
2020-07-06stubs: add pci_create_simpleGerd Hoffmann2-0/+8
2020-07-06stubs: add isa_create_simpleGerd Hoffmann2-0/+8
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell45-311/+973
2020-07-04Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200703a'...Peter Maydell6-13/+80
2020-07-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200703' into stagingPeter Maydell22-126/+136
2020-07-03Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell4-64/+51
2020-07-03Deprecate TileGX portPeter Maydell1-0/+11
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell5-14/+22
2020-07-03hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtgPeter Maydell1-8/+15
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2-3/+7
2020-07-03hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-5/+7
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell3-8/+10
2020-07-03hw/arm/spitz: Encapsulate misc GPIO handling in a devicePeter Maydell1-43/+88
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell4-24/+60
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell3-14/+14
2020-07-03hw/arm/spitz: Use max111x properties to set initial valuesPeter Maydell1-4/+7
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell2-1/+32
2020-07-03hw/misc/max111x: Don't use vmstate_register()Peter Maydell1-2/+1
2020-07-03hw/misc/max111x: provide QOM properties for setting initial valuesPeter Maydell1-10/+47
2020-07-03hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signalsPeter Maydell1-16/+12
2020-07-03hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineStatePeter Maydell1-17/+21
2020-07-03hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineStatePeter Maydell1-26/+32
2020-07-03hw/arm/spitz: Create SpitzMachineClass abstract base classPeter Maydell1-35/+54
2020-07-03hw/arm/spitz: DetabifyPeter Maydell1-79/+79
2020-07-03hw/display/bcm2835_fb.c: Initialize all fields of structPeter Maydell1-0/+4
2020-07-03target/arm: Fix temp double-free in sve ldr/strRichard Henderson3-6/+9
2020-07-03tests/acpi: virt: update golden masters for DSDTAndrew Jones4-3/+0
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones3-1/+8
2020-07-03tests/acpi: virt: allow DSDT acpi table changesAndrew Jones1-0/+3
2020-07-03tests/acpi: remove stale allowed tablesAndrew Jones1-18/+0
2020-07-03target/arm: kvm: Handle misconfigured dabt injectionBeata Michalska5-1/+124
2020-07-03target/arm: kvm: Handle DABT with no valid ISSBeata Michalska1-0/+52
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger2-0/+37
2020-07-03virtio-iommu-pci: Add array of Interval propertiesEric Auger1-0/+11
2020-07-03virtio-iommu: Handle reserved regions in the translation processEric Auger1-0/+20
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger3-4/+93
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger4-0/+99
2020-07-03Select MDIO device 2 and 1 as PHY devices for i.MX6UL EVK board.Jean-Christophe Dubois1-0/+2
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois2-0/+12