2 * QEMU Confidential Guest support
4 * Copyright (C) 2024 Red Hat, Inc.
7 * Paolo Bonzini <pbonzini@redhat.com>
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 "confidential-guest.h"
18 OBJECT_DEFINE_ABSTRACT_TYPE(X86ConfidentialGuest
,
19 x86_confidential_guest
,
20 X86_CONFIDENTIAL_GUEST
,
21 CONFIDENTIAL_GUEST_SUPPORT
)
23 static void x86_confidential_guest_class_init(ObjectClass
*oc
, void *data
)
27 static void x86_confidential_guest_init(Object
*obj
)
31 static void x86_confidential_guest_finalize(Object
*obj
)