hw/misc/iotkit-sysctl: Handle INITSVTOR* for SSE-300
[qemu/ar7.git] / backends / confidential-guest-support.c
blob052fde8db0492daee9ad09b2ac3e5d9dee56f486
1 /*
2 * QEMU Confidential Guest support
4 * Copyright Red Hat.
6 * Authors:
7 * David Gibson <david@gibson.dropbear.id.au>
9 * This work is licensed under the terms of the GNU GPL, version 2 or
10 * later. See the COPYING file in the top-level directory.
14 #include "qemu/osdep.h"
16 #include "exec/confidential-guest-support.h"
18 OBJECT_DEFINE_ABSTRACT_TYPE(ConfidentialGuestSupport,
19 confidential_guest_support,
20 CONFIDENTIAL_GUEST_SUPPORT,
21 OBJECT)
23 static void confidential_guest_support_class_init(ObjectClass *oc, void *data)
27 static void confidential_guest_support_init(Object *obj)
31 static void confidential_guest_support_finalize(Object *obj)