aboutsummaryrefslogtreecommitdiff
path: root/hw/ppc/pef.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ppc/pef.c')
-rw-r--r--hw/ppc/pef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ppc/pef.c b/hw/ppc/pef.c
index cc44d5e..d28ed3b 100644
--- a/hw/ppc/pef.c
+++ b/hw/ppc/pef.c
@@ -63,7 +63,7 @@ static int kvmppc_svm_init(ConfidentialGuestSupport *cgs, Error **errp)
/* add migration blocker */
error_setg(&pef_mig_blocker, "PEF: Migration is not implemented");
/* NB: This can fail if --only-migratable is used */
- migrate_add_blocker(pef_mig_blocker, &error_fatal);
+ migrate_add_blocker(&pef_mig_blocker, &error_fatal);
cgs->ready = true;