summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* bcm2835_aux: Swap RX and TX interrupt assignmentsGuenter Roeck2018-07-161-2/+2
* hw/arm/bcm2836: Mark the bcm2836 / bcm2837 devices with user_creatable = falseThomas Huth2018-07-161-0/+2
* hw/intc/arm_gic: Fix handling of GICD_ITARGETSRPeter Maydell2018-07-161-2/+4
* hw/intc/arm_gic: Check interrupt number in gic_deactivate_irq()Peter Maydell2018-07-161-1/+15
* aspeed: Implement write-1-{set, clear} for AST2500 strappingAndrew Jeffery2018-07-161-2/+17
* sm501: Fix warning about unreachable codeBALATON Zoltan2018-07-161-1/+1
* sam460ex: Correct use after free errorBALATON Zoltan2018-07-161-1/+2
* etsec: fix IRQ (un)maskingMichael Davidsaver2018-07-164-43/+49
* ppc/xics: fix ICP reset pathGreg Kurz2018-07-161-3/+11
* spapr: Correct inverted test in spapr_pc_dimm_node()David Gibson2018-07-161-1/+1
* sm501: Update screen on frame buffer address changeBALATON Zoltan2018-07-161-0/+2
* scsi-disk: Block Device Characteristics emulation fixDaniel Henrique Barboza2018-07-121-3/+4
* Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20180712' into stagingPeter Maydell2018-07-123-6/+6
|\
| * error: Remove NULL checks on error_propagate() callsPhilippe Mathieu-Daudé2018-07-111-3/+1Star
| * s390x/storage attributes: fix CMMA_BLOCK_SIZE usageClaudio Imbrenda2018-07-112-3/+5
* | vfio/pci: do not set the PCIDevice 'has_rom' attributeCédric Le Goater2018-07-111-1/+0Star
|/
* Revert "block: Remove deprecated -drive geometry options"Cornelia Huck2018-07-101-0/+14
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-106-0/+18
* Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-07-091-3/+3
|\
| * hw/machine: Remove the Zero check of nb_numa_nodes for numa_complete_configur...Dou Liyang2018-07-091-3/+2Star
| * machine: properly free device_memoryDavid Hildenbrand2018-07-091-0/+1
* | hw/net/dp8393x: don't make prom region 'nomigrate'Peter Maydell2018-07-091-1/+1
* | hw/sd/omap_mmc: Split 'pseudo-reset' from 'power-on-reset'Philippe Mathieu-Daudé2018-07-091-3/+11
* | hw/timer/cmsdk-apb-timer: run or stop timer on writes to RELOAD and VALUEPeter Maydell2018-07-091-0/+16
* | hw/timer/cmsdk-apb-timer: Correctly identify and set one-shot modeGuenter Roeck2018-07-091-1/+1
* | hw/timer/cmsdk-apb-timer: Correct ptimer policy settingsPeter Maydell2018-07-091-1/+1
* | ptimer: Add TRIGGER_ONLY_ON_DECREMENT policy optionPeter Maydell2018-07-091-1/+21
* | hw/arm/smmu-common: Fix devfn computation in smmu_iommu_mrEric Auger2018-07-091-1/+1
* | sam460ex: Make sam460ex_load_device_tree() handle all errors internallyDavid Gibson2018-07-091-12/+6Star
* | sam460ex: Don't check for errors from qemu_fdt_*()David Gibson2018-07-091-20/+6Star
* | sam460ex: Check for errors from libfdt functionsDavid Gibson2018-07-091-2/+3
* | ppc: fix default VGA display for PReP machinesMark Cave-Ayland2018-07-071-0/+2
* | ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé2018-07-071-1/+1
* | sm501: Set updated region dirty after 2D operationBALATON Zoltan2018-07-071-2/+15
* | sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan2018-07-071-3/+16
* | sm501: Log unimplemented raster operation modesSebastian Bauer2018-07-071-0/+23
* | sm501: Implement negated destination raster operation modeSebastian Bauer2018-07-071-1/+11
* | sm501: Use values from the pitch register for 2D operationsSebastian Bauer2018-07-071-2/+2
* | sm501: Perform a full update after palette changeSebastian Bauer2018-07-071-0/+8
* | sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan2018-07-071-4/+143
* | spapr/vio: quiet down the "irq" property accessorsCédric Le Goater2018-07-071-3/+12
* | ppc: fix default VGA display for Mac machinesMark Cave-Ayland2018-07-072-0/+2
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-061-1/+1
|\
| * ioapic: remove useless lower bounds checkPaolo Bonzini2018-07-061-1/+1
* | hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis2018-07-061-0/+50
* | hw/riscv/sifive_u: Move the uart device tree node under /soc/Alistair Francis2018-07-061-1/+1
* | hw/riscv/sifive_u: Set the interrupt controller number of interruptsAlistair Francis2018-07-061-1/+1
* | hw/riscv/sifive_u: Set the soc device tree node as a simple-busAlistair Francis2018-07-061-1/+1
* | hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis2018-07-064-11/+9Star
* | hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis2018-07-061-25/+69