summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18gtk: stop using DisplayStateGerd Hoffmann1-60/+80
2013-03-18console: add surface_*() gettersGerd Hoffmann1-8/+38
2013-03-18console: rework DisplaySurface handling [dcl/ui side]Gerd Hoffmann9-55/+43
2013-03-18console: rework DisplaySurface handling [vga emu side]Gerd Hoffmann8-84/+54
2013-03-18sdl: drop dead codeGerd Hoffmann1-5/+0
2013-03-18qxl: better vga init in enter_vga_modeGerd Hoffmann1-1/+1
2013-03-18qxl: zap qxl0 globalGerd Hoffmann1-13/+15
2013-03-18spice: zap sdpy globalGerd Hoffmann1-14/+16
2013-03-18console: kill DisplayState->opaqueGerd Hoffmann4-25/+20
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann12-228/+345
2013-03-17s390: Fix cpu refactoring fallout.Cornelia Huck1-2/+1
2013-03-17Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl14-78/+2234
2013-03-17target-mips: fix rndrashift_short_acc and code for EXTR_ instructionsPetar Jovanovic4-14/+101
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 Crosthwaite3-0/+1656
2013-03-15iov: Factor out hexdumperPeter Crosthwaite4-25/+55
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-15Fix TAGS creationDavid Gibson1-1/+2
2013-03-15Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori49-233/+702
2013-03-15Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-1/+62
2013-03-15blockdev: Fix up copyright and permission noticeMarkus Armbruster1-0/+23
2013-03-15qemu-iotests: use -nographic in test case 007Stefan Hajnoczi1-4/+3
2013-03-15qemu-iotests: add tests for rebasing zero clustersPaolo Bonzini3-0/+93
2013-03-15dataplane: fix hang introduced by AioContext transitionPaolo Bonzini1-2/+15
2013-03-15coroutine: use AioContext for CoQueue BHStefan Hajnoczi2-17/+39
2013-03-15threadpool: drop global thread poolStefan Hajnoczi5-46/+43
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi2-0/+13
2013-03-15aio: add a ThreadPool instance to AioContextStefan Hajnoczi2-0/+17
2013-03-15threadpool: add thread_pool_new() and thread_pool_free()Stefan Hajnoczi2-4/+53
2013-03-15threadpool: move globals into struct ThreadPoolStefan Hajnoczi2-82/+112
2013-03-15main-loop: add qemu_get_aio_context()Stefan Hajnoczi2-0/+10
2013-03-15sheepdog: set io_flush handler in do_co_reqMORITA Kazutaka1-2/+11
2013-03-15sheepdog: use non-blocking fd in coroutine contextMORITA Kazutaka1-4/+2
2013-03-15qcow2: make is_allocated return true for zero clustersPaolo Bonzini2-5/+4
2013-03-15qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi1-4/+0
2013-03-15qcow2: drop flush in update_cluster_refcount()Stefan Hajnoczi1-2/+0
2013-03-15qcow2: flush in qcow2_update_snapshot_refcount()Stefan Hajnoczi2-6/+1