* [Qemu-trivial] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
@ 2019-05-13 15:47 Thomas Huth
2019-05-13 16:28 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
2019-05-14 9:20 ` Philippe Mathieu-Daudé
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Huth @ 2019-05-13 15:47 UTC (permalink / raw)
To: qemu-devel, Laurent Vivier; +Cc: qemu-trivial, Paolo Bonzini
These functions are convenience wrappers of qtest_init() and not of
qtest_start().
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
tests/libqtest.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/libqtest.h b/tests/libqtest.h
index 3f7675fcf0..a98ea15b7d 100644
--- a/tests/libqtest.h
+++ b/tests/libqtest.h
@@ -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.
*/
--
2.21.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
2019-05-13 15:47 [Qemu-trivial] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf() Thomas Huth
@ 2019-05-13 16:28 ` Eric Blake
2019-05-14 9:20 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Eric Blake @ 2019-05-13 16:28 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Laurent Vivier; +Cc: qemu-trivial, Paolo Bonzini
[-- Attachment #1.1: Type: text/plain, Size: 451 bytes --]
On 5/13/19 10:47 AM, Thomas Huth wrote:
> These functions are convenience wrappers of qtest_init() and not of
> qtest_start().
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
> tests/libqtest.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
2019-05-13 15:47 [Qemu-trivial] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf() Thomas Huth
2019-05-13 16:28 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
@ 2019-05-14 9:20 ` Philippe Mathieu-Daudé
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-05-14 9:20 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Laurent Vivier; +Cc: qemu-trivial, Paolo Bonzini
On 5/13/19 5:47 PM, Thomas Huth wrote:
> These functions are convenience wrappers of qtest_init() and not of
> qtest_start().
Maybe "The qtest_vinitf() and qtest_initf() functions are convenience
wrappers of qtest_init() and not of qtest_start()." as it is easier to
read the commit description in some git review tools (gitk i.e.).
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> tests/libqtest.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/libqtest.h b/tests/libqtest.h
> index 3f7675fcf0..a98ea15b7d 100644
> --- a/tests/libqtest.h
> +++ b/tests/libqtest.h
> @@ -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.
> */
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-14 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-13 15:47 [Qemu-trivial] [PATCH] tests/libqtest: Fix description of qtest_vinitf() and qtest_initf() Thomas Huth
2019-05-13 16:28 ` [Qemu-trivial] [Qemu-devel] " Eric Blake
2019-05-14 9:20 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).