Haven't seen all the patches, but just FYI, this is too late for 1.4.
I'm already testing a locally tagged version.  But looks like it will
potentially be a nice cleanup!

Regards,

Anthony Liguori

Markus Armbruster <arm...@redhat.com> writes:

> Signed-off-by: Markus Armbruster <arm...@redhat.com>
> ---
>  qemu-options.hx | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/qemu-options.hx b/qemu-options.hx
> index 046bdc0..3800c9c 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -2928,13 +2928,9 @@ the @var{simple} tracing backend.
>  @end table
>  ETEXI
>  
> -DEF("qtest", HAS_ARG, QEMU_OPTION_qtest,
> -    "-qtest CHR      specify tracing options\n",
> -    QEMU_ARCH_ALL)
> -
> -DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log,
> -    "-qtest-log LOG  specify tracing options\n",
> -    QEMU_ARCH_ALL)
> +HXCOMM Internal use
> +DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL)
> +DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, "", QEMU_ARCH_ALL)
>  
>  #ifdef __linux__
>  DEF("enable-fips", 0, QEMU_OPTION_enablefips,
> -- 
> 1.7.11.7


Reply via email to