Age | Commit message (Expand) | Author |
2013-03-19 | char: Fix return type of qemu_chr_fe_add_watch() | Kevin Wolf |
2013-03-18 | console: remove ds_get_* helper functions | Gerd Hoffmann |
2013-03-18 | console: stop using DisplayState in gfx hardware emulation | Gerd Hoffmann |
2013-03-18 | console: zap displaystate from dcl callbacks | Gerd Hoffmann |
2013-03-18 | spice: 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 | console: kill DisplayState->opaque | Gerd Hoffmann |
2013-03-18 | console: fix displaychangelisteners interface | Gerd Hoffmann |
2013-03-15 | iov: Factor out hexdumper | Peter Crosthwaite |
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 | main-loop: add qemu_get_aio_context() | Stefan Hajnoczi |
2013-03-15 | blockdev: Keep a copy of DriveInfo.serial | Kevin Wolf |
2013-03-15 | qemu-option: Add qemu_opts_absorb_qdict() | Kevin Wolf |
2013-03-15 | Add qdict_clone_shallow() | Kevin Wolf |
2013-03-15 | block: Add options QDict to bdrv_open() prototype | Kevin Wolf |
2013-03-15 | block: Add options QDict to .bdrv_open() | Kevin Wolf |
2013-03-14 | Merge remote-tracking branch 'kraxel/chardev.5' into staging | Anthony Liguori |
2013-03-14 | Merge remote-tracking branch 'afaerber/qom-cpu' into staging | Anthony Liguori |
2013-03-13 | chardev: add udp support to qapi | Gerd Hoffmann |
2013-03-13 | chardev: add vc support to qapi | Gerd Hoffmann |
2013-03-13 | chardev: add spice support to qapi | Gerd Hoffmann |
2013-03-13 | chardev: add braille support to qapi | Gerd Hoffmann |
2013-03-13 | chardev: add msmouse support to qapi | Gerd Hoffmann |
2013-03-13 | chardev: add support for qapi-based chardev initialization | Gerd Hoffmann |
2013-03-12 | Add a TPM Passthrough backend driver implementation | Stefan Berger |
2013-03-12 | Support for TPM command line options | Stefan Berger |
2013-03-12 | cpu: Replace do_interrupt() by CPUClass::do_interrupt method | Andreas Färber |
2013-03-12 | cpu: Pass CPUState to cpu_interrupt() | Andreas Färber |
2013-03-12 | exec: Pass CPUState to cpu_reset_interrupt() | Andreas Färber |
2013-03-12 | cpu: Move halted and interrupt_request fields to CPUState | Andreas Färber |
2013-03-12 | cpu: Introduce cpu_class_set_vmsd() | Andreas Färber |
2013-03-12 | cpu: Register VMStateDescription through CPUState | Andreas Färber |
2013-03-12 | stubs: Add a vmstate_dummy struct for CONFIG_USER_ONLY | Andreas Färber |
2013-03-12 | vmstate: Make vmstate_register() static inline | Andreas Färber |
2013-03-11 | page_cache: dup memory on insert | Peter Lieven |
2013-03-11 | migration: eliminate s->migration_file | Paolo Bonzini |
2013-03-11 | migration: move rate limiting to QEMUFile | Paolo Bonzini |
2013-03-11 | migration: use QEMUFile for writing outgoing migration data | Paolo Bonzini |
2013-03-11 | migration: use QEMUFile for migration channel lifetime | Paolo Bonzini |
2013-03-11 | qemu-file: add writable socket QEMUFile | Paolo Bonzini |
2013-03-11 | qemu-file: check exit status when closing a pipe QEMUFile | Paolo Bonzini |
2013-03-11 | migration: merge qemu_popen_cmd with qemu_popen | Paolo Bonzini |
2013-03-11 | qemu-file: make qemu_fflush and qemu_file_set_error private again | Paolo Bonzini |
2013-03-11 | migration: yay, buffering is gone | Paolo Bonzini |