[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc()
From: |
David Hildenbrand |
Subject: |
[PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc() |
Date: |
Wed, 3 Mar 2021 14:09:14 +0100 |
Let's finally get rid of the alternative allocation function. Outcome of
a discussion in:
20210303123517.04729c1e.cohuck@redhat.com">https://lkml.kernel.org/r/20210303123517.04729c1e.cohuck@redhat.com
David Hildenbrand (2):
s390x/kvm: Get rid of legacy_s390_alloc()
exec: Get rid of phys_mem_set_alloc()
include/sysemu/kvm.h | 4 ----
softmmu/physmem.c | 36 +++---------------------------------
target/s390x/kvm.c | 43 +++++--------------------------------------
3 files changed, 8 insertions(+), 75 deletions(-)
--
2.29.2
- [PATCH v1 0/2] Get rid of legacy_s390_alloc() and phys_mem_set_alloc(),
David Hildenbrand <=