mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
main-loop: create main-loop.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fbdc14ebf8
commit
44a9b356ad
12 changed files with 336 additions and 64 deletions
1
async.c
1
async.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue