summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* main_loop_wait: block indefinitelyStefano Stabellini2012-04-261-0/+4
* qemu-tool: map vm_clock to rt_clockPaolo Bonzini2012-04-191-2/+1
* qemu-tool: revert cpu_get_clock() abort(3)Stefan Hajnoczi2012-02-291-1/+1
* main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth2012-02-011-1/+2
* qemu-tool: Fix mixup of int64 and int64_tAndreas Färber2012-01-191-2/+2
* prepare for future GPLv2+ relicensingPaolo Bonzini2012-01-131-0/+2
* link the main loop and its dependencies into the toolsPaolo Bonzini2011-12-221-19/+23
* qed: add migration blocker (v2)Anthony Liguori2011-11-211-0/+9
* core: remove qemu_service_ioFrediano Ziglio2011-09-231-4/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-2/+2
* qemu-tool: Stub out qemu-timer functionsStefan Hajnoczi2011-05-181-0/+25
* Remove unused sysemu.h include directivesBlue Swirl2011-04-151-1/+0
* tools: Use real async.c instead of stubsKevin Wolf2011-03-151-43/+4
* Move qemu_gettimeofday() to OS specific filesJes Sorensen2010-10-301-0/+1
* qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-7/+0
* error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster2010-03-271-34/+15
* rename IOCanRWHandler to IOCanReadHandlerJuan Quintela2010-03-191-1/+1
* error: Infrastructure to track locations for error reportingMarkus Armbruster2010-03-161-0/+24
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-1/+1
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-1/+1
* tools: Remove unused cur_mon from qemu-tool.cMarkus Armbruster2010-03-161-2/+0
* QMP: Asynchronous events infrastructureLuiz Capitulino2009-12-031-0/+4
* Added imlpementation for qemu_error for non-qemu executablesNaphtali Sprei2009-11-091-0/+9
* Introduce contexts for asynchronous callbacksKevin Wolf2009-10-271-0/+13
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-0/+3
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-3/+5
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-4/+2
* Fix warning from sparse (wrong declaration)aurel322008-11-301-1/+1
* Use qemu_gettimeofday.pbrook2008-10-291-1/+1
* Fix IO performance regression in sparcaliguori2008-10-081-0/+4
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-0/+83