From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP65L-0004xg-F4 for qemu-devel@nongnu.org; Fri, 29 Jan 2016 05:16:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aP62i-00088i-9x for qemu-devel@nongnu.org; Fri, 29 Jan 2016 05:15:23 -0500 Received: from mail-ob0-x244.google.com ([2607:f8b0:4003:c01::244]:32826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aP62i-00088K-2I for qemu-devel@nongnu.org; Fri, 29 Jan 2016 05:12:40 -0500 Received: by mail-ob0-x244.google.com with SMTP id oj9so4214474obc.0 for ; Fri, 29 Jan 2016 02:12:39 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <1450697444-30119-1-git-send-email-marcandre.lureau@redhat.com> Date: Fri, 29 Jan 2016 11:12:38 +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?= ping On Thu, Jan 7, 2016 at 4:52 PM, Marc-Andr=C3=A9 Lureau wrote: > 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 >> >> > > > > -- > Marc-Andr=C3=A9 Lureau --=20 Marc-Andr=C3=A9 Lureau