aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann
2020-07-07vga: build virtio-gpu only onceGerd Hoffmann
2020-07-07vga: build qxl as moduleGerd Hoffmann
2020-07-07usb: build usb-redir as moduleGerd Hoffmann
2020-07-07ccid: build smartcard as moduleGerd Hoffmann
2020-07-07qdev: device module supportGerd Hoffmann
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann
2020-07-06audio: create pcspk device earlyGerd Hoffmann
2020-07-06audio: rework pcspk_init()Gerd Hoffmann
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann
2020-07-06audio: deprecate -soundhw hdaGerd Hoffmann
2020-07-06audio: deprecate -soundhw sb16Gerd Hoffmann
2020-07-06audio: deprecate -soundhw gusGerd Hoffmann
2020-07-06audio: deprecate -soundhw cs4231aGerd Hoffmann
2020-07-06audio: deprecate -soundhw adlibGerd Hoffmann
2020-07-06audio: deprecate -soundhw es1370Gerd Hoffmann
2020-07-06audio: deprecate -soundhw ac97Gerd Hoffmann
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann
2020-07-06hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()Thomas Huth
2020-07-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell
2020-07-04Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200703' into stagingPeter Maydell
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell
2020-07-03hw/arm/spitz: Provide usual QOM macros for corgi-ssp and spitz-lcdtgPeter Maydell
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/arm/spitz: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell
2020-07-03hw/arm/spitz: Encapsulate misc GPIO handling in a devicePeter Maydell
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell
2020-07-03hw/arm/spitz: Use max111x properties to set initial valuesPeter Maydell
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell
2020-07-03hw/misc/max111x: Don't use vmstate_register()Peter Maydell
2020-07-03hw/misc/max111x: provide QOM properties for setting initial valuesPeter Maydell
2020-07-03hw/arm/spitz: Implement inbound GPIO lines for bit5 and power signalsPeter Maydell
2020-07-03hw/arm/spitz: Keep pointers to scp0, scp1 in SpitzMachineStatePeter Maydell
2020-07-03hw/arm/spitz: Keep pointers to MPU and SSI devices in SpitzMachineStatePeter Maydell
2020-07-03hw/arm/spitz: Create SpitzMachineClass abstract base classPeter Maydell
2020-07-03hw/arm/spitz: DetabifyPeter Maydell