diff options
Diffstat (limited to 'hw/ppc/pef.c')
-rw-r--r-- | hw/ppc/pef.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ppc/pef.c b/hw/ppc/pef.c index 4755334..254f570 100644 --- a/hw/ppc/pef.c +++ b/hw/ppc/pef.c @@ -12,9 +12,9 @@ #include "qapi/error.h" #include "qom/object_interfaces.h" -#include "sysemu/kvm.h" +#include "system/kvm.h" #include "migration/blocker.h" -#include "exec/confidential-guest-support.h" +#include "system/confidential-guest-support.h" #define TYPE_PEF_GUEST "pef-guest" OBJECT_DECLARE_SIMPLE_TYPE(PefGuest, PEF_GUEST) @@ -128,7 +128,7 @@ OBJECT_DEFINE_TYPE_WITH_INTERFACES(PefGuest, { TYPE_USER_CREATABLE }, { NULL }) -static void pef_guest_class_init(ObjectClass *oc, void *data) +static void pef_guest_class_init(ObjectClass *oc, const void *data) { ConfidentialGuestSupportClass *klass = CONFIDENTIAL_GUEST_SUPPORT_CLASS(oc); |