qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/10] hw/s390x: Rename pv.c -> pv-kvm.c


From: Thomas Huth
Subject: Re: [PATCH 10/10] hw/s390x: Rename pv.c -> pv-kvm.c
Date: Thu, 6 Apr 2023 09:50:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 05/04/2023 18.04, Philippe Mathieu-Daudé wrote:
Protected Virtualization is specific to KVM.
Rename the file as 'pv-kvm.c' to make this clearer.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  hw/s390x/{pv.c => pv-kvm.c} | 0
  hw/s390x/meson.build        | 2 +-
  2 files changed, 1 insertion(+), 1 deletion(-)
  rename hw/s390x/{pv.c => pv-kvm.c} (100%)

diff --git a/hw/s390x/pv.c b/hw/s390x/pv-kvm.c
similarity index 100%
rename from hw/s390x/pv.c
rename to hw/s390x/pv-kvm.c
diff --git a/hw/s390x/meson.build b/hw/s390x/meson.build
index f291016fee..2f43b6c473 100644
--- a/hw/s390x/meson.build
+++ b/hw/s390x/meson.build
@@ -22,7 +22,7 @@ s390x_ss.add(when: 'CONFIG_KVM', if_true: files(
    'tod-kvm.c',
    's390-skeys-kvm.c',
    's390-stattrib-kvm.c',
-  'pv.c',
+  'pv-kvm.c',
    's390-pci-kvm.c',
  ))
  s390x_ss.add(when: 'CONFIG_TCG', if_true: files(

Hmmm, maybe we should rather move it to target/s390x/kvm/ instead?

Janosch, what's your opinion?

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]