From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCrI-0001gS-Uk for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:52:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aHCrH-0006yU-VP for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:52:16 -0500 Received: from mail-ob0-x229.google.com ([2607:f8b0:4003:c01::229]:33142) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aHCrH-0006yK-Qy for qemu-devel@nongnu.org; Thu, 07 Jan 2016 10:52:15 -0500 Received: by mail-ob0-x229.google.com with SMTP id bx1so302801005obb.0 for ; Thu, 07 Jan 2016 07:52:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1450697444-30119-1-git-send-email-marcandre.lureau@redhat.com> References: <1450697444-30119-1-git-send-email-marcandre.lureau@redhat.com> Date: Thu, 7 Jan 2016 16:52:14 +0100 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/8] ivshmem: test msi=off, remove CharDriver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Cc: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= , Claudio Fontana , Markus Armbruster , =?UTF-8?Q?Andreas_F=C3=A4rber?= Hi On Mon, Dec 21, 2015 at 12:30 PM, wrote: > From: Marc-Andr=C3=A9 Lureau > > This is a ivshmem series with various bits: > - add a test for a recently introduced regression > - the fix is included in the series but was sent separatly to cc -stable > - fix some test leaks > - get rid of CharDriver usage for eventfd > - simplify event callback > Adding a few people in CC who might help with reviewing. thanks > Marc-Andr=C3=A9 Lureau (8): > ivshmem: no need for opaque argument > ivshmem: remove redundant assignment, fix crash with msi=3Doff > ivshmem-test: leak fixes > libqos: remove some leaks > ivshmem-test: test both msi & irq cases > ivshmem: generalize ivshmem_setup_interrupts > ivshmem: use a single eventfd callback, get rid of CharDriver > char: remove qemu_chr_open_eventfd > > hw/misc/ivshmem.c | 85 +++++++++++++++++++++------------------------= ------ > include/sysemu/char.h | 3 -- > qemu-char.c | 13 -------- > tests/ivshmem-test.c | 81 ++++++++++++++++++++++++++++++++-------------= --- > tests/libqos/pci.c | 2 ++ > 5 files changed, 91 insertions(+), 93 deletions(-) > > -- > 2.5.0 > > --=20 Marc-Andr=C3=A9 Lureau