diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-12 16:44:30 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-10-21 18:14:30 +0200 |
commit | 44a9b356ad12e63acc1198d1fc356870050a214d (patch) | |
tree | 7bcd02e086c3cc48152bdffe3d6e51d0a8f15bb6 /async.c | |
parent | fbdc14ebf8d16f00a87b6f4cdb4799ccfb6469be (diff) | |
download | hqemu-44a9b356ad12e63acc1198d1fc356870050a214d.zip hqemu-44a9b356ad12e63acc1198d1fc356870050a214d.tar.gz |
main-loop: create main-loop.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'async.c')
-rw-r--r-- | async.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #include "qemu-common.h" #include "qemu-aio.h" +#include "main-loop.h" /* Anchor of the list of Bottom Halves belonging to the context */ static struct QEMUBH *first_bh; |