On Thu, 28 Jun 2018 13:38:15 +0200
David Hildenbrand <david@redhat.com> 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.