qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 05/60] qmp-test: Cover syntax and lexical err


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH v2 05/60] qmp-test: Cover syntax and lexical errors
Date: Fri, 17 Aug 2018 10:51:06 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 08/17/2018 10:05 AM, Markus Armbruster wrote:
Signed-off-by: Markus Armbruster <address@hidden>
---

Might be worth mentioning the addition of qtest_qmp_send_raw() in the commit message body.

  tests/libqtest.c | 17 +++++++++++++++++
  tests/libqtest.h | 11 +++++++++++
  tests/qmp-test.c | 41 ++++++++++++++++++++++++++++++++++++++++-
  3 files changed, 68 insertions(+), 1 deletion(-)


+/**
+ * qtest_qmp_send_raw:
+ * @s: #QTestState instance to operate on.
+ * @fmt...: text to send, formatted like sprintf()
+ *
+ * Sends text to the QMP monitor verbatim.  Need not be valid JSON;
+ * this is useful for negative tests.
+ */
+void qtest_qmp_send_raw(QTestState *s, const char *fmt, ...)
+    GCC_FMT_ATTR(2, 3);
+

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]