mbox series

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

Message ID 20200325094423.24293-1-imammedo@redhat.com (mailing list archive)
Headers show
Series fix qemu crash with memory-backend-* prealloc=yes | expand

Message

Igor Mammedov March 25, 2020, 9:44 a.m. UTC
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(-)

Comments

Igor Mammedov April 9, 2020, 1:03 p.m. UTC | #1
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?