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

2015-09-11 Thread Eric Blake
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 wr

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

2015-09-11 Thread Victor CLEMENT
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 u