Re: [Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix

2017-12-20 Thread Paolo Bonzini
On 20/12/2017 16:11, Paolo Bonzini wrote: > On 03/11/2017 16:28, Marc-André Lureau wrote: >> Hi, >> >> The following patches fix and test the behaviour of mux chardev >> events, after a regression introduced in qemu 2.8.0. >> >> v1->v2: >> - fix incompatible pointer type warning spotted by patchew

Re: [Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix

2017-12-20 Thread Paolo Bonzini
On 03/11/2017 16:28, Marc-André Lureau wrote: > Hi, > > The following patches fix and test the behaviour of mux chardev > events, after a regression introduced in qemu 2.8.0. > > v1->v2: > - fix incompatible pointer type warning spotted by patchew > > Marc-André Lureau (2): > chardev: fix back

Re: [Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix

2017-12-20 Thread Kirill A. Shutemov
On Fri, Nov 03, 2017 at 03:28:22PM +, Marc-André Lureau wrote: > Hi, > > The following patches fix and test the behaviour of mux chardev > events, after a regression introduced in qemu 2.8.0. > > v1->v2: > - fix incompatible pointer type warning spotted by patchew Looks like this patchset go

[Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix

2017-11-03 Thread Marc-André Lureau
Hi, The following patches fix and test the behaviour of mux chardev events, after a regression introduced in qemu 2.8.0. v1->v2: - fix incompatible pointer type warning spotted by patchew Marc-André Lureau (2): chardev: fix backend events regression with mux chardev test: add some chardev mu