summary refs log tree commit diff stats
path: root/hw/s390x/tod-kvm.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-06-24 22:06:44 +0200
committerThomas Huth <thuth@redhat.com>2023-07-10 15:34:23 +0200
commitf5f9c6ea11bc807664fdeb9354915c2c9cdcbd89 (patch)
tree3efa00a507db50969144f2002629d1aaca0c6a82 /hw/s390x/tod-kvm.c
parentfcb237e64f9d026c03d635579c7b288d0008a6e5 (diff)
downloadfocaccia-qemu-f5f9c6ea11bc807664fdeb9354915c2c9cdcbd89.tar.gz
focaccia-qemu-f5f9c6ea11bc807664fdeb9354915c2c9cdcbd89.zip
hw/s390x: Move KVM specific PV from hw/ to target/s390x/kvm/
Protected Virtualization (PV) is not a real hardware device:
it is a feature of the firmware on s390x that is exposed to
userspace via the KVM interface.

Move the pv.c/pv.h files to target/s390x/kvm/ to make this clearer.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230624200644.23931-1-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/s390x/tod-kvm.c')
-rw-r--r--hw/s390x/tod-kvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/tod-kvm.c b/hw/s390x/tod-kvm.c
index e2202dae2d..9588b90f2b 100644
--- a/hw/s390x/tod-kvm.c
+++ b/hw/s390x/tod-kvm.c
@@ -13,7 +13,7 @@
 #include "qemu/module.h"
 #include "sysemu/runstate.h"
 #include "hw/s390x/tod.h"
-#include "hw/s390x/pv.h"
+#include "target/s390x/kvm/pv.h"
 #include "kvm/kvm_s390x.h"
 
 static void kvm_s390_get_tod_raw(S390TOD *tod, Error **errp)