[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] mux chardev events regression fix |
Date: |
Wed, 20 Dec 2017 16:11:12 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 |
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 backend events regression with mux chardev
> test: add some chardev mux event tests
>
> include/chardev/char.h | 1 +
> chardev/char-mux.c | 8 ++++++++
> chardev/char.c | 18 ++++++++++++------
> tests/test-char.c | 17 +++++++++++++++++
> 4 files changed, 38 insertions(+), 6 deletions(-)
>
Queued, thanks.
Paolo