summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2018-07-12scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza1-3/+4
2018-07-12Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180712' into stagingPeter Maydell3-6/+6
2018-07-11vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater1-1/+0
2018-07-11error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé1-3/+1
2018-07-11s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda2-3/+5
2018-07-10Revert "block: Remove deprecated -drive geometry options"Cornelia Huck1-0/+14
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck6-0/+18
2018-07-09Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell1-3/+3
2018-07-09hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang1-3/+2
2018-07-09machine: properly free device_memoryDavid Hildenbrand1-0/+1
2018-07-09hw/net/dp8393x: don't make prom region 'nomigrate'Peter Maydell1-1/+1
2018-07-09hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'Philippe Mathieu-Daudé1-3/+11
2018-07-09hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUEPeter Maydell1-0/+16
2018-07-09hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot modeGuenter Roeck1-1/+1
2018-07-09hw/timer/cmsdk-apb-timer: Correct ptimer policy settingsPeter Maydell1-1/+1
2018-07-09ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell1-1/+21
2018-07-09hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mrEric Auger1-1/+1
2018-07-09sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson1-12/+6
2018-07-09sam460ex: Don't check for errors from qemu_fdt_*()David Gibson1-20/+6
2018-07-09sam460ex: Check for errors from libfdt functionsDavid Gibson1-2/+3
2018-07-07ppc: fix default VGA display for PReP machinesMark Cave-Ayland1-0/+2
2018-07-07ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé1-1/+1
2018-07-07sm501: Set updated region dirty after 2D operationBALATON Zoltan1-2/+15
2018-07-07sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan1-3/+16
2018-07-07sm501: Log unimplemented raster operation modesSebastian Bauer1-0/+23
2018-07-07sm501: Implement negated destination raster operation modeSebastian Bauer1-1/+11
2018-07-07sm501: Use values from the pitch register for 2D operationsSebastian Bauer1-2/+2
2018-07-07sm501: Perform a full update after palette changeSebastian Bauer1-0/+8
2018-07-07sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan1-4/+143
2018-07-07spapr/vio: quiet down the "irq" property accessorsCédric Le Goater1-3/+12
2018-07-07ppc: fix default VGA display for Mac machinesMark Cave-Ayland2-0/+2
2018-07-06Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2018-07-06ioapic: remove useless lower bounds checkPaolo Bonzini1-1/+1
2018-07-05hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis1-0/+50
2018-07-05hw/riscv/sifive_u: Move the uart device tree node under /soc/Alistair Francis1-1/+1
2018-07-05hw/riscv/sifive_u: Set the interrupt controller number of interruptsAlistair Francis1-1/+1
2018-07-05hw/riscv/sifive_u: Set the soc device tree node as a simple-busAlistair Francis1-1/+1
2018-07-05hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis4-11/+9
2018-07-05hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis1-25/+69
2018-07-05hw/riscv/sifive_u: Create a SiFive U SoC objectAlistair Francis1-22/+65
2018-07-04Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180703-pull-request...Peter Maydell1-1/+4
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...Peter Maydell10-32/+68
2018-07-03Merge remote-tracking branch 'remotes/kraxel/tags/usb-20180703-pull-request' ...Peter Maydell2-2/+8
2018-07-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180703' into...Peter Maydell15-275/+724
2018-07-03audio/hda: fix CID 1393631Gerd Hoffmann1-1/+1
2018-07-03audio/hda: adjust larger gaps fasterGerd Hoffmann1-0/+3
2018-07-03vga: disable global_vmstate for 3.0+ machine typesGerd Hoffmann9-13/+23
2018-07-03virtio-gpu: disable scanout when backing resource is destroyedGerd Hoffmann1-0/+10
2018-07-03virtio-gpu: update old resource too.Gerd Hoffmann1-1/+6
2018-07-03virtio-gpu: tweak scanout disable.Gerd Hoffmann1-18/+29