Re: [PATCH for-5.2 1/4] ivshmem-test: do not use short-form boolean option

2020-11-04 Thread Markus Armbruster
Paolo Bonzini writes: > This QemuOpts idiom will be deprecated, so get rid of it in the tests. > > Signed-off-by: Paolo Bonzini > --- > tests/qtest/ivshmem-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/qtest/ivshmem-test.c b/tests/qtest/ivshmem-test.c > i

Re: [PATCH for-5.2 1/4] ivshmem-test: do not use short-form boolean option

2020-11-03 Thread Thomas Huth
On 03/11/2020 16.14, Paolo Bonzini wrote: > This QemuOpts idiom will be deprecated, so get rid of it in the tests. > > Signed-off-by: Paolo Bonzini > --- > tests/qtest/ivshmem-test.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/qtest/ivshmem-test.c b/tests/qtes

[PATCH for-5.2 1/4] ivshmem-test: do not use short-form boolean option

2020-11-03 Thread Paolo Bonzini
This QemuOpts idiom will be deprecated, so get rid of it in the tests. Signed-off-by: Paolo Bonzini --- tests/qtest/ivshmem-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qtest/ivshmem-test.c b/tests/qtest/ivshmem-test.c index d5c8b9f128..dfa69424ed 100644 --- a