On Wed, 3 Mar 2021 14:09:14 +0100 David Hildenbrand <david@xxxxxxxxxx> wrote: > Let's finally get rid of the alternative allocation function. Outcome of > a discussion in: > https://lkml.kernel.org/r/20210303123517.04729c1e.cohuck@xxxxxxxxxx > > 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(-) > Thanks, applied.