summaryrefslogtreecommitdiff
path: root/qemu-tool.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-30qemu-tool: do not depend on qemu-timer.cPaolo Bonzini1-1/+1
2012-10-30main-loop: unify qemu_init_main_loop between QEMU and toolsPaolo Bonzini1-7/+0
2012-10-30fdsets: use weak aliases instead of qemu-tool.c/qemu-user.cPaolo Bonzini1-20/+0
2012-10-30sockets: use weak aliases instead of qemu-tool.cPaolo Bonzini1-6/+0
2012-10-23qemu-sockets: add socket_listen, socket_connect, socket_parsePaolo Bonzini1-0/+6
2012-09-28iostatus: reorganize io error codePaolo Bonzini1-0/+6
2012-08-15block: Enable qemu_open/close to work with fd setsCorey Bryant1-0/+20
2012-08-09iscsi: Pick default initiator-name based on the name of the VMRonnie Sahlberg1-0/+5
2012-06-21qemu-log: cleanupBlue Swirl1-2/+0
2012-04-26main_loop_wait: block indefinitelyStefano Stabellini1-0/+4
2012-04-19qemu-tool: map vm_clock to rt_clockPaolo Bonzini1-2/+1
2012-02-29qemu-tool: revert cpu_get_clock() abort(3)Stefan Hajnoczi1-1/+1
2012-02-01main-loop: For tools, initialize timers as part of qemu_init_main_loop()Michael Roth1-1/+2
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