Re: [Qemu-devel] [PATCH 01/24] tests: start generic qemu-qmp tests

2016-10-10 Thread Eric Blake
On 10/10/2016 04:22 AM, Marc-André Lureau wrote: > These 2 tests exhibit two qmp bugs fixed by the previous patches. It looks like this is a respin because it was removed from an earlier pull request; now that the previous patches mentioned have landed and this is no longer immediately adjacent to

[Qemu-devel] [PATCH 01/24] tests: start generic qemu-qmp tests

2016-10-10 Thread Marc-André Lureau
These 2 tests exhibit two qmp bugs fixed by the previous patches. Signed-off-by: Marc-André Lureau Reviewed-by: Daniel P. Berrange Reviewed-by: Eric Blake Message-Id: <20160922203927.28241-4-marcandre.lur...@redhat.com> [Rename tests/test-qemu-qmp.c to tests/qmp-test.c, cover it in MAINTAINERS,