aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-07-10qemu-option: Use returned bool to check for failureMarkus Armbruster2-19/+10
2020-07-10virtio-crypto-pci: Tidy up virtio_crypto_pci_realize()Markus Armbruster1-1/+3
2020-07-10macio: Tidy up error handling in macio_newworld_realize()Markus Armbruster1-1/+3
2020-07-10qdev: Use returned bool to check for qdev_realize() etc. failureMarkus Armbruster64-493/+247
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell1-0/+35
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell4-18/+33
2020-07-09Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...Peter Maydell1-1/+1
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell14-59/+69
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell27-111/+1828
2020-07-07vga: build virtio-gpu as moduleGerd Hoffmann1-10/+13
2020-07-07vga: build virtio-gpu only onceGerd Hoffmann1-6/+6
2020-07-07vga: build qxl as moduleGerd Hoffmann2-1/+5
2020-07-07usb: build usb-redir as moduleGerd Hoffmann1-3/+6
2020-07-07ccid: build smartcard as moduleGerd Hoffmann2-1/+4
2020-07-07qdev: device module supportGerd Hoffmann1-2/+4
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu5-6/+513
2020-07-07intel_iommu: "aw-bits" error message still refers to "x-aw-bits"Menno Lageman1-1/+1
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-1/+1
2020-07-06audio: deprecate -soundhw pcspkGerd Hoffmann2-3/+23
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-1/+2
2020-07-06audio: rework pcspk_init()Gerd Hoffmann3-3/+3
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann3-4/+1
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann3-4/+3
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