aboutsummaryrefslogtreecommitdiff
path: root/backends/confidential-guest-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'backends/confidential-guest-support.c')
-rw-r--r--backends/confidential-guest-support.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/confidential-guest-support.c b/backends/confidential-guest-support.c
index 052fde8..8ff7bfa 100644
--- a/backends/confidential-guest-support.c
+++ b/backends/confidential-guest-support.c
@@ -13,14 +13,15 @@
#include "qemu/osdep.h"
-#include "exec/confidential-guest-support.h"
+#include "system/confidential-guest-support.h"
OBJECT_DEFINE_ABSTRACT_TYPE(ConfidentialGuestSupport,
confidential_guest_support,
CONFIDENTIAL_GUEST_SUPPORT,
OBJECT)
-static void confidential_guest_support_class_init(ObjectClass *oc, void *data)
+static void confidential_guest_support_class_init(ObjectClass *oc,
+ const void *data)
{
}