sev/i386: Enable an SEV-ES guest based on SEV policy
[qemu/ar7.git] / stubs / io_uring.c
blob622d1e464855f594258d73b76e88f736286c260c
1 /*
2 * Linux io_uring support.
4 * Copyright (C) 2009 IBM, Corp.
5 * Copyright (C) 2009 Red Hat, Inc.
7 * This work is licensed under the terms of the GNU GPL, version 2 or later.
8 * See the COPYING file in the top-level directory.
9 */
10 #include "qemu/osdep.h"
11 #include "block/aio.h"
12 #include "block/raw-aio.h"
14 void luring_detach_aio_context(LuringState *s, AioContext *old_context)
16 abort();
19 void luring_attach_aio_context(LuringState *s, AioContext *new_context)
21 abort();
24 LuringState *luring_init(Error **errp)
26 abort();
29 void luring_cleanup(LuringState *s)
31 abort();