Re: [Qemu-devel] [PATCH v3 1/6] chardev: comment details for CLOSED event

2018-06-18 Thread Stefan Hajnoczi
On Fri, Jun 15, 2018 at 09:42:44AM +0800, Peter Xu wrote: > It was unclear before on what does the CLOSED event mean. Meanwhile we > add a TODO to fix up the CLOSED event in the future when the in/out > ports are different for a chardev. > > CC: Paolo Bonzini > CC: "Marc-André Lureau" > CC: Ste

Re: [Qemu-devel] [PATCH v3 1/6] chardev: comment details for CLOSED event

2018-06-15 Thread Markus Armbruster
Peter Xu writes: > It was unclear before on what does the CLOSED event mean. Meanwhile we > add a TODO to fix up the CLOSED event in the future when the in/out > ports are different for a chardev. > > CC: Paolo Bonzini > CC: "Marc-André Lureau" > CC: Stefan Hajnoczi > CC: Markus Armbruster >

[Qemu-devel] [PATCH v3 1/6] chardev: comment details for CLOSED event

2018-06-14 Thread Peter Xu
It was unclear before on what does the CLOSED event mean. Meanwhile we add a TODO to fix up the CLOSED event in the future when the in/out ports are different for a chardev. CC: Paolo Bonzini CC: "Marc-André Lureau" CC: Stefan Hajnoczi CC: Markus Armbruster Signed-off-by: Peter Xu --- inclu