qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 3/7] chardev: add a scenario engine backend


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 3/7] chardev: add a scenario engine backend
Date: Fri, 11 Sep 2015 07:11:14 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

On 09/11/2015 06:50 AM, Victor CLEMENT wrote:
> This scenario backend implements the scenario interaction API for all
> character device emulators.
> It provides a callback registration function which registers a chr_write
> callback. It will call the user defined callback on incoming data.
> To write to this character device, qemu_chr_be_write can be used.
> 
> Signed-off-by: Victor CLEMENT <address@hidden>
> ---

> +++ b/qapi-schema.json
> @@ -3042,7 +3042,8 @@
>                                         'vc'     : 'ChardevVC',
>                                         'ringbuf': 'ChardevRingbuf',
>                                         # next one is just for compatibility
> -                                       'memory' : 'ChardevRingbuf' } }
> +                                       'memory' : 'ChardevRingbuf',
> +                                       'scenario': 'ChardevDummy' } }

Missing documentation of the new union branch, including mention that it
was added in 2.5.

-- 
Eric Blake   eblake redhat com    +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]