[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v1 0/2] s390x/kvm: legacy_s390_alloc() fixes
From: |
Cornelia Huck |
Subject: |
Re: [qemu-s390x] [PATCH v1 0/2] s390x/kvm: legacy_s390_alloc() fixes |
Date: |
Thu, 28 Jun 2018 17:22:15 +0200 |
On Thu, 28 Jun 2018 13:38:15 +0200
David Hildenbrand <address@hidden> wrote:
> Two patches for legacy_s390_alloc(), only relevant under old z/VM versions.
Those teddy bears are really looking a bit scruffy... but the patches
look sane.
>
> Patch #1 is relevant when trying to allocate memory for more than one
> memory region. Patch #2 is only for completeness, to make it behave
> more similar to qemu_anon_ram_alloc().
>
> David Hildenbrand (2):
> s390x/kvm: legacy_s390_alloc() only supports one allocation
> s390x/kvm: indicate alignment in legacy_s390_alloc()
>
> target/s390x/kvm.c | 15 +++++++++++++--
> 1 file changed, 13 insertions(+), 2 deletions(-)
>
Thanks, applied.