[PATCH for-5.0 0/2] fix qemu crash with memory-backend-* prealloc=yes

Igor Mammedov posted 2 patches 4 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200325094423.24293-1-imammedo@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Thomas Huth <thuth@redhat.com>, Igor Mammedov <imammedo@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Eduardo Habkost <ehabkost@redhat.com>
backends/hostmem.c      | 1 +
tests/qtest/numa-test.c | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
[PATCH for-5.0 0/2] fix qemu crash with memory-backend-* prealloc=yes
Posted by Igor Mammedov 4 years, 1 month ago
Igor Mammedov (2):
  hostmem: set default prealloc_threads to valid value
  tests: numa: test one backend with prealloc enabled

 backends/hostmem.c      | 1 +
 tests/qtest/numa-test.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.18.1


Re: [PATCH for-5.0 0/2] fix qemu crash with memory-backend-* prealloc=yes
Posted by Igor Mammedov 4 years ago
On Wed, 25 Mar 2020 05:44:21 -0400
Igor Mammedov <imammedo@redhat.com> wrote:

> Igor Mammedov (2):
>   hostmem: set default prealloc_threads to valid value
>   tests: numa: test one backend with prealloc enabled
> 
>  backends/hostmem.c      | 1 +
>  tests/qtest/numa-test.c | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 

it looks like it's fallen through cracks.

Peter, Paolo

Could you pick it up for 5.0, pls?