From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43527) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVffl-0006Kq-2r for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:28:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVffh-0006XF-Pz for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:28:09 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVffh-0006X5-L3 for qemu-devel@nongnu.org; Tue, 16 Feb 2016 08:28:05 -0500 Date: Tue, 16 Feb 2016 15:28:01 +0200 From: Victor Kaplansky Message-ID: <1455629067-25370-1-git-send-email-victork@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH v2 0/1] vhost-user interrupt management fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: thibaut.collet@6wind.com, jmg@6wind.com, Didier Pallard , "Michael S. Tsirkin" Hi, this patch is a cosmetic rework of two patches originally sent by Didier Pallard "[PATCH 2/3] virtio-pci: add an option to bypass guest_notifier_mask" and "[PATCH 3/3] vhost-net: force guest_notifier_mask bypass in vhost-user case". The problem the patch solves is described in original posting by Didie: http://lists.nongnu.org/archive/html/qemu-devel/2015-12/msg00652.html I made only a basic testing. Didie could you take a look if this still works for you? Also, as the change is very cosmetic, I've put Didie as the author of the patch. Didie, is it OK with you? v2 changes: - a new boolean field is added to all virtio devices instead of defining a property in some virtio-pci devices. Didier Pallard (1): vhost-user interrupt management fixes include/hw/virtio/virtio.h | 1 + hw/net/vhost_net.c | 24 ++++++++++++++++++++++-- hw/virtio/vhost.c | 13 +++++++++++++ hw/virtio/virtio-pci.c | 15 +++++++++------ hw/virtio/virtio.c | 1 + 5 files changed, 46 insertions(+), 8 deletions(-) -- --Victor