diff options
Diffstat (limited to 'target/s390x/kvm/pv.c')
| -rw-r--r-- | target/s390x/kvm/pv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/s390x/kvm/pv.c b/target/s390x/kvm/pv.c index dde836d21a..69c1811e15 100644 --- a/target/s390x/kvm/pv.c +++ b/target/s390x/kvm/pv.c @@ -16,10 +16,10 @@ #include "qemu/units.h" #include "qapi/error.h" #include "qemu/error-report.h" -#include "sysemu/kvm.h" -#include "sysemu/cpus.h" +#include "system/kvm.h" +#include "system/cpus.h" #include "qom/object_interfaces.h" -#include "exec/confidential-guest-support.h" +#include "system/confidential-guest-support.h" #include "hw/s390x/ipl.h" #include "hw/s390x/sclp.h" #include "target/s390x/kvm/kvm_s390x.h" |