main-loop: create main-loop.h

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2011-09-12 16:44:30 +02:00
parent fbdc14ebf8
commit 44a9b356ad
12 changed files with 336 additions and 64 deletions

View file

@ -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;