]> git.proxmox.com Git - qemu.git/commit - Makefile
link the main loop and its dependencies into the tools
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 12 Sep 2011 14:20:11 +0000 (16:20 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 22 Dec 2011 10:53:58 +0000 (11:53 +0100)
commitcbcfa0418f0c196afa765f5c9837b9344d1adcf3
treed6d9700577d061ddde7e7bf860a72b0de9a2aaed
parentd9a73806585fd89f75f0c411839151863dac7f61
link the main loop and its dependencies into the tools

Using the main loop code from QEMU enables tools to operate fully
asynchronously.  Advantages include better Windows portability (for some
definition of portability) over glib's.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
main-loop.h
os-posix.c
os-win32.c
oslib-posix.c
oslib-win32.c
qemu-tool.c