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 > --- > +++ 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