From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eOIOu-0000Ap-FT for qemu-devel@nongnu.org; Mon, 11 Dec 2017 02:21:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eOIOr-0003gs-5U for qemu-devel@nongnu.org; Mon, 11 Dec 2017 02:21:20 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36802) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eOIOq-0003fC-Vv for qemu-devel@nongnu.org; Mon, 11 Dec 2017 02:21:17 -0500 From: Ladi Prosek Date: Mon, 11 Dec 2017 08:21:06 +0100 Message-Id: <20171211072110.9058-1-lprosek@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH v4 0/4] ivshmem: MSI bug fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com, marcandre.lureau@redhat.com, geoff@hostfission.com, eblake@redhat.com Fixes bugs in the ivshmem device implementation uncovered with the new Windows ivshmem driver: https://github.com/virtio-win/kvm-guest-drivers-windows/tree/master/ivshm= em v1->v2: * Patch 1 - added reproducer info to commit message (Markus) * Patch 2 - restructured conditionals, fixed comment formatting (Markus) * Patch 3 - added reproducer info to commit message (Markus) v2->v3: * Added patch 4 v3->v4: * Added forward decl of ivshmem_disable_irqfd() instead of moving ivshmem_reset() (Eric, Markus) Ladi Prosek (4): ivshmem: Don't update non-existent MSI routes ivshmem: Always remove irqfd notifiers ivshmem: Improve MSI irqfd error handling ivshmem: Disable irqfd on device reset hw/misc/ivshmem.c | 81 ++++++++++++++++++++++++++++++++++++++++++-------= ------ 1 file changed, 62 insertions(+), 19 deletions(-) --=20 2.13.6