qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/3] docs/devel/qtest: Include protocol spec in document


From: Paolo Bonzini
Subject: Re: [PATCH 2/3] docs/devel/qtest: Include protocol spec in document
Date: Wed, 7 Oct 2020 13:03:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0

On 05/10/20 22:52, Eduardo Habkost wrote:
> + * DOC: QTest Protocol
> + *
> + * .. highlight:: none
>   *
>   * Line based protocol, request/response based.  Server can send async 
> messages
>   * so clients should always handle many async messages before the response
>   * comes in.
>   *
>   * Valid requests
> + * ^^^^^^^^^^^^^^
>   *
>   * Clock management:
> + * """""""""""""""""
>   *
>   * The qtest client is completely in charge of the QEMU_CLOCK_VIRTUAL.  
> qtest commands
>   * let you adjust the value of the clock (monotonically).  All the commands
>   * return the current value of the clock in nanoseconds.
>   *
> + * .. code-block::

What version of Sphinx do you have?  I need to have ".. code-block::
none" here, so presumably the "highlight" directive is newer than my
version (1.7.6, pretty old I admit)?

Paolo




reply via email to

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