Age | Commit message (Expand) | Author |
2013-03-18 | console: zap displaystate from dcl callbacks | Gerd Hoffmann |
2013-03-18 | cocoa: stop using DisplayState | Gerd Hoffmann |
2013-03-18 | spice: stop using DisplayState | Gerd Hoffmann |
2013-03-18 | sdl: stop using DisplayState | Gerd Hoffmann |
2013-03-18 | vnc: stop using DisplayState | Gerd Hoffmann |
2013-03-18 | gtk: stop using DisplayState | Gerd Hoffmann |
2013-03-18 | console: add surface_*() getters | Gerd Hoffmann |
2013-03-18 | console: rework DisplaySurface handling [dcl/ui side] | Gerd Hoffmann |
2013-03-18 | console: rework DisplaySurface handling [vga emu side] | Gerd Hoffmann |
2013-03-18 | sdl: drop dead code | Gerd Hoffmann |
2013-03-18 | qxl: better vga init in enter_vga_mode | Gerd Hoffmann |
2013-03-18 | qxl: zap qxl0 global | Gerd Hoffmann |
2013-03-18 | spice: zap sdpy global | Gerd Hoffmann |
2013-03-18 | console: kill DisplayState->opaque | Gerd Hoffmann |
2013-03-18 | console: fix displaychangelisteners interface | Gerd Hoffmann |
2013-03-17 | s390: Fix cpu refactoring fallout. | Cornelia Huck |
2013-03-17 | Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm | Blue Swirl |
2013-03-17 | target-mips: fix rndrashift_short_acc and code for EXTR_ instructions | Petar Jovanovic |
2013-03-15 | xilinx_spips: QOM styling fixes | Peter Crosthwaite |
2013-03-15 | xilinx_spips: Add missing dual-bus snoop commands | Nathan Rossi |
2013-03-15 | xilinx_spips: Fix bus setup conditional check | Nathan Rossi |
2013-03-15 | xilinx_spips: Set unused IRQs to NULL | Peter Crosthwaite |
2013-03-15 | xilinx_zynq: added pl330 to machine model | Peter Crosthwaite |
2013-03-15 | pl330: Initial version | Peter Crosthwaite |
2013-03-15 | iov: Factor out hexdumper | Peter Crosthwaite |
2013-03-15 | hw/vexpress: Set reset values for daughterboard oscillators | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Implement SYS_CFG_OSC function | Peter Maydell |
2013-03-15 | hw/vexpress: Pass voltage sensor properties to sysctl device | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Implement SYS_CFG_VOLT | Peter Maydell |
2013-03-15 | qdev: Implement (variable length) array properties | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Convert from qdev init to instance_init | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-op | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-op | Peter Maydell |
2013-03-15 | hw/arm_sysctl: Handle SYS_CFGCTRL in a more structured way | Peter Maydell |
2013-03-15 | hw/vexpress: Pass proc_id via VEDBoardInfo | Peter Maydell |
2013-03-15 | Fix TAGS creation | David Gibson |
2013-03-15 | Merge remote-tracking branch 'stefanha/block' into staging | Anthony Liguori |
2013-03-15 | Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into staging | Anthony Liguori |
2013-03-15 | blockdev: Fix up copyright and permission notice | Markus Armbruster |
2013-03-15 | qemu-iotests: use -nographic in test case 007 | Stefan Hajnoczi |
2013-03-15 | qemu-iotests: add tests for rebasing zero clusters | Paolo Bonzini |
2013-03-15 | dataplane: fix hang introduced by AioContext transition | Paolo Bonzini |
2013-03-15 | coroutine: use AioContext for CoQueue BH | Stefan Hajnoczi |
2013-03-15 | threadpool: drop global thread pool | Stefan Hajnoczi |
2013-03-15 | block: add bdrv_get_aio_context() | Stefan Hajnoczi |
2013-03-15 | aio: add a ThreadPool instance to AioContext | Stefan Hajnoczi |
2013-03-15 | threadpool: add thread_pool_new() and thread_pool_free() | Stefan Hajnoczi |
2013-03-15 | threadpool: move globals into struct ThreadPool | Stefan Hajnoczi |
2013-03-15 | main-loop: add qemu_get_aio_context() | Stefan Hajnoczi |
2013-03-15 | sheepdog: set io_flush handler in do_co_req | MORITA Kazutaka |