qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 3/4] QAPI: Introduce memchar-read QMP command
Date: Tue, 30 Oct 2012 13:29:00 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

On 10/30/2012 03:54 AM, Lei Li wrote:
> Signed-off-by: Lei Li <address@hidden>
> ---
> +++ b/qapi-schema.json
> @@ -346,7 +346,7 @@
>  #
>  # @chardev: the name of the memory char device.
>  #
> -# @size: the size to write in bytes. Should be power of 2.
> +# @size: the size to write in bytes.
>  #
>  # @data: the source data write to memchar.
>  #

Spurious deletion?

> +SQMP
> +memchar-read
> +-------------
> +
> +Provide read interface for CirMemCharDriver. Read from the char
> +device memory and return the data.
> +
> +Arguments:
> +
> +- "chardev": the name of the char device, must be unique (json-string)
> +- "size": the memory size wanted to read in bytes(refer to unencoded

s/bytes(refer/bytes (refers/

-- 
Eric Blake   address@hidden    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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