aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-07net/tap-solaris.c: Include qemu-common.h for TFR macroPeter Maydell1-0/+1
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman1-1/+1
2020-07-07util/qemu-option: Document the get_opt_value() functionPhilippe Mathieu-Daudé1-0/+13
2020-07-07MAINTAINERS: Update Radoslaw Biernacki email addressRadoslaw Biernacki2-1/+2
2020-07-07.mailmap: Update Alexander Graf email addressPhilippe Mathieu-Daudé1-0/+1
2020-07-07trivial: Respect alphabetical order of .o files in Makefile.objsChristophe de Dinechin1-1/+1
2020-07-06fix the prototype of muls64/mulu64Lijun Pan1-2/+2
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
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois3-9/+20
2020-07-03Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20200...Peter Maydell15-51/+9535
2020-07-03migration: Count new_dirty instead of real_dirtyKeqian Zhu2-7/+6
2020-07-03migration: postcopy take proper error returnDr. David Alan Gilbert1-1/+1
2020-07-03virtiofsd: Allow addition or removal of capabilitiesDr. David Alan Gilbert3-2/+58
2020-07-03virtiofsd: Check capability callsDr. David Alan Gilbert1-3/+13