Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / target / i386 / confidential-guest.c
blobb3727845adc3719e19b5a704a8ea33a53aebda7b
1 /*
2 * QEMU Confidential Guest support
4 * Copyright (C) 2024 Red Hat, Inc.
6 * Authors:
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)