qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 04/56] qmp-cmd-test: Split off qmp-test


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 04/56] qmp-cmd-test: Split off qmp-test
Date: Thu, 9 Aug 2018 08:38:06 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 08/08/2018 07:02 AM, Markus Armbruster wrote:
qmp-test is for QMP protocol tests.  Commit e4a426e75ef added generic,
basic tests of query commands to it.  Move them to their own test
program qmp-cmd-test, to keep qmp-test focused on the protocol.

Signed-off-by: Markus Armbruster <address@hidden>
---
  MAINTAINERS            |   1 +
  tests/Makefile.include |   3 +
  tests/qmp-cmd-test.c   | 213 +++++++++++++++++++++++++++++++++++++++++
  tests/qmp-test.c       | 191 +-----------------------------------
  4 files changed, 218 insertions(+), 190 deletions(-)
  create mode 100644 tests/qmp-cmd-test.c


+++ b/tests/qmp-cmd-test.c
@@ -0,0 +1,213 @@
+/*
+ * QMP command test cases
+ *
+ * Copyright (c) 2017 Red Hat Inc.

Worth adding 2018?

+ *
+ * Authors:
+ *  Markus Armbruster <address@hidden>,
+ *

Trailing comma is odd. And these days, I'm inclined to omit Author lines (git history is more reliable, anyways)

Those are minor issues, where it is up to you if/how to clean them, so

Reviewed-by: Eric Blake <address@hidden>

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]