From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAyfz-0003aR-6m for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:30:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAyfu-0003c9-7K for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:30:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35487) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAyfu-0003c5-1u for qemu-devel@nongnu.org; Mon, 21 Dec 2015 06:30:46 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 8310D5BA20 for ; Mon, 21 Dec 2015 11:30:45 +0000 (UTC) From: marcandre.lureau@redhat.com Date: Mon, 21 Dec 2015 12:30:36 +0100 Message-Id: <1450697444-30119-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [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-devel@nongnu.org Cc: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 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 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(-) --=20 2.5.0