[kvm-unit-tests PATCH 24/32] common/sieve: Use vmalloc.h for setup_mmu definition
Andrew Jones
andrew.jones at linux.dev
Wed Feb 28 23:03:05 AEDT 2024
On Mon, Feb 26, 2024 at 08:12:10PM +1000, Nicholas Piggin wrote:
> There is no good reason to put setup_vm in libcflat.h when it's
> defined in vmalloc.h.
>
> Cc: Paolo Bonzini <pbonzini at redhat.com>
> Cc: Thomas Huth <thuth at redhat.com>
> Cc: Andrew Jones <andrew.jones at linux.dev>
> Cc: Janosch Frank <frankja at linux.ibm.com>
> Cc: Claudio Imbrenda <imbrenda at linux.ibm.com>
> Cc: Nico Böhr <nrb at linux.ibm.com>
> Cc: David Hildenbrand <david at redhat.com>
> Cc: kvm at vger.kernel.org
> Cc: linux-s390 at vger.kernel.org
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>
> ---
> common/sieve.c | 1 +
> lib/libcflat.h | 2 --
> lib/s390x/io.c | 1 +
> lib/s390x/uv.h | 1 +
> lib/x86/vm.h | 1 +
> s390x/mvpg.c | 1 +
> s390x/selftest.c | 1 +
> x86/pmu.c | 1 +
> x86/pmu_lbr.c | 1 +
> x86/vmexit.c | 1 +
> x86/vmware_backdoors.c | 1 +
> 11 files changed, 10 insertions(+), 2 deletions(-)
>
Acked-by: Andrew Jones <andrew.jones at linux.dev>
More information about the Linuxppc-dev
mailing list