On Wed, Mar 21, 2018 at 07:55:19AM -0500, Eric Blake wrote:
> On 03/21/2018 01:55 AM, Peter Xu wrote:
> > Add "id" fields to the commands, and check that the command returns are
> > in order.
> >
> > Signed-off-by: Peter Xu
> > ---
> > tests/qmp-test.c | 8 +++-
> > 1 file changed, 7 inser
On 03/21/2018 01:55 AM, Peter Xu wrote:
Add "id" fields to the commands, and check that the command returns are
in order.
Signed-off-by: Peter Xu
---
tests/qmp-test.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
+++ b/tests/qmp-test.c
@@ -83,6 +83,7 @@ static void test_qm
Add "id" fields to the commands, and check that the command returns are
in order.
Signed-off-by: Peter Xu
---
tests/qmp-test.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/tests/qmp-test.c b/tests/qmp-test.c
index 07c0b87e27..c861c3b550 100644
--- a/tests/qmp-test.c