aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-tool.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19qemu-tool: Fix mixup of int64 and int64_tAndreas Färber1-2/+2
2012-01-13prepare for future GPLv2+ relicensingPaolo Bonzini1-0/+2
2011-12-22link the main loop and its dependencies into the toolsPaolo Bonzini1-19/+23
2011-11-21qed: add migration blocker (v2)Anthony Liguori1-0/+9
2011-09-23core: remove qemu_service_ioFrediano Ziglio1-4/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-2/+2
2011-05-18qemu-tool: Stub out qemu-timer functionsStefan Hajnoczi1-0/+25
2011-04-15Remove unused sysemu.h include directivesBlue Swirl1-1/+0
2011-03-15tools: Use real async.c instead of stubsKevin Wolf1-43/+4
2010-10-30Move qemu_gettimeofday() to OS specific filesJes Sorensen1-0/+1
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-7/+0
2010-03-27error: Link qemu-img, qemu-nbd, qemu-io with qemu-error.oMarkus Armbruster1-34/+15
2010-03-19rename IOCanRWHandler to IOCanReadHandlerJuan Quintela1-1/+1
2010-03-16error: Infrastructure to track locations for error reportingMarkus Armbruster1-0/+24
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-1/+1
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-1/+1
2010-03-16tools: Remove unused cur_mon from qemu-tool.cMarkus Armbruster1-2/+0
2009-12-03QMP: Asynchronous events infrastructureLuiz Capitulino1-0/+4
2009-11-09Added imlpementation for qemu_error for non-qemu executablesNaphtali Sprei1-0/+9
2009-10-27Introduce contexts for asynchronous callbacksKevin Wolf1-0/+13
2009-07-20Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl1-0/+3
2009-03-05monitor: Rework API (Jan Kiszka)aliguori1-3/+5
2009-02-05toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori1-4/+2
2008-11-30Fix warning from sparse (wrong declaration)aurel321-1/+1
2008-10-29Use qemu_gettimeofday.pbrook1-1/+1
2008-10-08Fix IO performance regression in sparcaliguori1-0/+4
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori1-0/+83