qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH-for-9.1 07/18] target/i386/kvm: Remove x86_cpu_change_kvm_def


From: Thomas Huth
Subject: Re: [PATCH-for-9.1 07/18] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
Date: Wed, 6 Mar 2024 17:53:07 +0100
User-agent: Mozilla Thunderbird

On 05/03/2024 14.42, Philippe Mathieu-Daudé wrote:
x86_cpu_change_kvm_default() was only used out of kvm-cpu.c by
the pc-i440fx-2.1 machine, which got removed. Inline it, and

s/Inline/Make it static/ ?
(since it is not a real inlining here)

remove its declaration. "kvm-cpu.h" is now empty, remove it too.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  target/i386/kvm/kvm-cpu.h | 41 ---------------------------------------
  target/i386/kvm/kvm-cpu.c |  3 +--
  2 files changed, 1 insertion(+), 43 deletions(-)
  delete mode 100644 target/i386/kvm/kvm-cpu.h

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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