Browse Source
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>pull/262/head
committed by
Kevin Wolf
4 changed files with 16 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||
#include "qemu/osdep.h" |
|||
#include "qemu-common.h" |
|||
#include "qemu/main-loop.h" |
|||
|
|||
AioContext *iohandler_get_aio_context(void) |
|||
{ |
|||
abort(); |
|||
} |
|||
Loading…
Reference in new issue