summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2013-03-18lm32_uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18milkymist-uart: fix receive bufferingMichael Walle1-0/+1
2013-03-18console: stop using DisplayState in gfx hardware emulationGerd Hoffmann27-367/+452
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-4/+1
2013-03-18spice: stop using DisplayStateGerd Hoffmann2-2/+3
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann1-4/+5
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann5-33/+18
2013-03-18qxl: better vga init in enter_vga_modeGerd Hoffmann1-1/+1
2013-03-18qxl: zap qxl0 globalGerd Hoffmann1-13/+15
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-6/+12
2013-03-15xilinx_spips: QOM styling fixesPeter Crosthwaite1-13/+16
2013-03-15xilinx_spips: Add missing dual-bus snoop commandsNathan Rossi1-6/+23
2013-03-15xilinx_spips: Fix bus setup conditional checkNathan Rossi1-2/+2
2013-03-15xilinx_spips: Set unused IRQs to NULLPeter Crosthwaite1-1/+1
2013-03-15xilinx_zynq: added pl330 to machine modelPeter Crosthwaite1-0/+24
2013-03-15pl330: Initial versionPeter Crosthwaite2-0/+1655
2013-03-15hw/vexpress: Set reset values for daughterboard oscillatorsPeter Maydell1-0/+32
2013-03-15hw/arm_sysctl: Implement SYS_CFG_OSC functionPeter Maydell1-1/+56
2013-03-15hw/vexpress: Pass voltage sensor properties to sysctl devicePeter Maydell1-0/+30
2013-03-15hw/arm_sysctl: Implement SYS_CFG_VOLTPeter Maydell1-0/+26
2013-03-15qdev: Implement (variable length) array propertiesPeter Maydell3-0/+146
2013-03-15hw/arm_sysctl: Convert from qdev init to instance_initPeter Maydell1-8/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-opPeter Maydell1-0/+8
2013-03-15hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-opPeter Maydell1-0/+11
2013-03-15hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured wayPeter Maydell1-11/+132
2013-03-15hw/vexpress: Pass proc_id via VEDBoardInfoPeter Maydell1-11/+8
2013-03-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2-3/+16
2013-03-15Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-1/+62
2013-03-15dataplane: fix hang introduced by AioContext transitionPaolo Bonzini1-2/+15
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-1/+1
2013-03-12virtio-ccw: Wire up virtio-rng.Cornelia Huck2-0/+62
2013-03-12virtio-ccw: remove qdev_unparent in unplug routingChristian Borntraeger1-1/+0
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber24-59/+59
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber18-51/+84
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber16-52/+86
2013-03-12target-sh4: Move PVR/PRR/CVR into SuperHCPUClassAndreas Färber1-3/+7
2013-03-11arm: fix compilation with CONFIG_FDTPaolo Bonzini1-1/+0
2013-03-10Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori11-27/+128
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori523-3434/+1771
2013-03-10Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori4-19/+0
2013-03-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2-8/+32
2013-03-10baum: fix buildBlue Swirl1-1/+0
2013-03-09Merge branch 's390-for-upstream' of git://github.com/agraf/qemuBlue Swirl3-5/+8
2013-03-09Merge branch 'ppc-for-upstream' of git://github.com/agraf/qemuBlue Swirl8-22/+120
2013-03-08s390/virtio-ccw: remove redundant call to blockdev_mark_auto_delChristian Borntraeger1-1/+0
2013-03-08s390/css: Fix subchannel detectionChristian Borntraeger1-4/+7
2013-03-08Allow virtio-net features for legacy s390 virtio busChristian Borntraeger1-0/+1
2013-03-08pseries: Add compatible property to root of device treeDavid Gibson1-0/+1
2013-03-08PPC: xnu kernel expects FLUSH to be cleared on STOPAmadeusz Sławiński1-0/+4
2013-03-08PPC: Fix dma interruptAmadeusz Sławiński1-1/+1