]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
authorThomas Huth <thuth@redhat.com>
Mon, 13 May 2019 15:45:09 +0000 (17:45 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 21 May 2019 07:57:56 +0000 (09:57 +0200)
These functions are convenience wrappers of qtest_init() and not of
qtest_start().

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190513154759.24973-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/libqtest.h

index 3f7675fcf0d148a45501288a93a5d1ff271cffb4..a98ea15b7d07b742dc71f0488ce5d6ecb8776fcb 100644 (file)
@@ -29,7 +29,7 @@ extern QTestState *global_qtest;
  * @fmt...: Format for creating other arguments to pass to QEMU, formatted
  * like sprintf().
  *
- * Convenience wrapper around qtest_start().
+ * Convenience wrapper around qtest_init().
  *
  * Returns: #QTestState instance.
  */
@@ -41,7 +41,7 @@ QTestState *qtest_initf(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
  * like vsprintf().
  * @ap: Format arguments.
  *
- * Convenience wrapper around qtest_start().
+ * Convenience wrapper around qtest_init().
  *
  * Returns: #QTestState instance.
  */