aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-03Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-3/+17
2018-07-03xhci: fix guest-triggerable assertGerd Hoffmann1-1/+6
2018-07-03ehci: Don't fetch a NULL current qtd but advance the queue instead.Sebastian Bauer1-1/+2
2018-07-03ppc: Include vga cirrus card into the compiling processSebastian Bauer1-0/+1
2018-07-03spapr: compute default value of "hpt-max-page-size" laterGreg Kurz2-7/+19
2018-07-03ppc440_uc: Basic emulation of PPC440 DMA controllerBALATON Zoltan3-0/+226
2018-07-03sam460ex: Add RTC deviceBALATON Zoltan1-0/+1
2018-07-03hw/timer: Add basic M41T80 emulationBALATON Zoltan2-0/+118
2018-07-03ppc4xx_i2c: Rewrite to model hardware more closelyBALATON Zoltan1-142/+157
2018-07-03hw/ppc: Give sam46ex its own config optionDavid Gibson1-1/+2
2018-07-03ppc/pnv: fix pnv_core_realize() error handlingCédric Le Goater1-0/+1
2018-07-03ppc/xics: rework the ICS classes inheritance treeCédric Le Goater2-8/+6
2018-07-03ppc/xics: move the vmstate structures under the ics-base classCédric Le Goater1-56/+56
2018-07-03ppx/xics: introduce a parent_reset in ICSStateClassCédric Le Goater2-31/+40
2018-07-03ppc/xics: move the instance_init handler under the ics-base classCédric Le Goater1-8/+8
2018-07-03ppc/xics: introduce a parent_realize in ICSStateClassCédric Le Goater2-20/+37
2018-07-03ppc/xics: introduce ICP DeviceRealize and DeviceReset handlersCédric Le Goater3-19/+40
2018-07-03sam460ex: Fix sam460ex device tree when booting the Linux kernelGuenter Roeck1-0/+28
2018-07-03mac_newworld: always enable disable_direct_reg3_writes for ADB machinesMark Cave-Ayland1-2/+2
2018-07-03mac_dbdma: only dump commands for debug enabled channelsMark Cave-Ayland1-10/+11