aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-03-11migration: merge qemu_popen_cmd with qemu_popenPaolo Bonzini
2013-03-11qemu-file: make qemu_fflush and qemu_file_set_error private againPaolo Bonzini
2013-03-11migration: yay, buffering is gonePaolo Bonzini
2013-03-11migration: run setup callbacks out of big lockPaolo Bonzini
2013-03-11migration: run pending/iterate callbacks out of big lockPaolo Bonzini
2013-03-11migration: reorder SaveVMHandlers membersPaolo Bonzini
2013-03-11block-migration: add lockPaolo Bonzini
2013-03-11migration: cleanup migration (including thread) in the iothreadPaolo Bonzini
2013-03-11migration: simplify error handlingPaolo Bonzini
2013-03-11qemu-file: temporarily expose qemu_file_set_error and qemu_fflushPaolo Bonzini
2013-03-11migration: use qemu_file_set_error to pass error codes back to qemu_savevm_statePaolo Bonzini
2013-03-10Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2013-03-10Merge remote-tracking branch 'bonzini/hw-dirs' into stagingAnthony Liguori
2013-03-09tcg: Don't make exitreq flag a local temporaryRichard Henderson
2013-03-08qemu-char: make char drivers dynamically registerableAnthony Liguori
2013-03-08qemu-char: remove use of QEMUTimer in favor of glib idle functionAnthony Liguori
2013-03-08qemu-char: add watch supportAnthony Liguori
2013-03-04Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-03-04Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-03-04move socket_set_nodelay to osdep.cMORITA Kazutaka
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-03-03tcg: Document tcg_qemu_tb_exec() and provide constants for low bit usesPeter Maydell
2013-03-01hw: move qdev-monitor.o to toplevel directoryPaolo Bonzini
2013-03-01hw: move fifo.[ch] to libqemuutilPaolo Bonzini
2013-03-01hw: move char backends to backends/Paolo Bonzini
2013-02-27net: reduce the unnecessary memory allocation of multiqueueJason Wang
2013-02-26glib: Add compat wrapper for g_poll on old glibAlexander Graf
2013-02-26qemu-log: default to stderr for logging outputPeter Maydell
2013-02-26Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-02-26Merge remote-tracking branch 'quintela/stats.next' into stagingAnthony Liguori
2013-02-23Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp()Peter Maydell
2013-02-23qemu-log: Remove qemu_log_try_set_file() and its usersPeter Maydell
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini
2013-02-22qemu-img: Add "Quiet mode" optionMiroslav Rezanina
2013-02-22block: Add synchronous wrapper for bdrv_co_is_allocated_aboveMiroslav Rezanina
2013-02-22qemu-img: add compressed clusters to BlockFragInfoStefan Hajnoczi
2013-02-22qemu-img: find the image end offset during checkFederico Simoncelli
2013-02-22migration: calculate expected_downtimeJuan Quintela
2013-02-21ui: add basic GTK gui (v5)Anthony Liguori
2013-02-21console: allow VCs to be overridden by UIAnthony Liguori
2013-02-21vga: fix byteswapping.Gerd Hoffmann
2013-02-21aio: convert aio_poll() to g_poll(3)Stefan Hajnoczi
2013-02-21iohandler: switch to GPollFDStefan Hajnoczi
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau
2013-02-18Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-02-17host-utils: Use __int128_t for mul[us]64Richard Henderson
2013-02-16cpu: Add CPUArchState pointer to CPUStateAndreas Färber
2013-02-16cpu: Move current_tb field to CPUStateAndreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber