aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann3-3/+4
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 Hoffmann1-7/+2
2020-07-06audio: deprecate -soundhw ac97Gerd Hoffmann1-7/+2
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-1/+23
2020-07-06hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()Thomas Huth1-11/+28
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell20-278/+672
2020-07-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200703' into stagingPeter Maydell2-15/+19
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+35
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell4-12/+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 Maydell1-2/+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 Maydell2-5/+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 Maydell2-24/+3
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell2-11/+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 Maydell1-1/+6
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-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones2-1/+7
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger1-0/+30
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 Auger2-4/+91
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger1-0/+89
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 Dubois1-0/+10
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois2-9/+19
2020-07-03vhost_net: introduce set_config & get_configCindy Lu2-0/+21
2020-07-03vhost: implement vhost_force_iommu methodCindy Lu1-0/+5
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-9/+19
2020-07-03vhost: implement vhost_dev_start methodCindy Lu1-1/+9
2020-07-03vhost: check the existence of vhost_set_iotlb_callbackJason Wang1-3/+6
2020-07-03virtio-pci: implement queue_enabled methodJason Wang1-0/+13
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+6
2020-07-03vhost_net: use the function qemu_get_peerCindy Lu1-6/+10
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand6-5/+12
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-1/+53