qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_ar


From: Richard Henderson
Subject: Re: [RFC v11 32/55] target/arm: move kvm-const.h, kvm.c, kvm64.c, kvm_arm.h to kvm/
Date: Wed, 24 Mar 2021 16:35:08 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/23/21 9:46 AM, Claudio Fontana wrote:
  target/arm/kvm-stub.c             | 24 ------------------------

Can you really get rid of this?
If so, I think this should be a separate step.


--- a/target/arm/kvm/meson.build
+++ b/target/arm/kvm/meson.build
@@ -1,3 +1,8 @@
  arm_ss.add(when: 'CONFIG_TCG', if_false: files(
    'helper-stubs.c',
  ))
+
+arm_ss.add(when: 'CONFIG_KVM', if_true: files(
+  'kvm.c',
+  'kvm64.c',
+))
\ No newline at end of file

Watch the whitespace warnings.


r~



reply via email to

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