From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8UxU-0004QG-1v for qemu-devel@nongnu.org; Fri, 26 Jun 2015 10:50:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z8UxR-000244-Io for qemu-devel@nongnu.org; Fri, 26 Jun 2015 10:50:23 -0400 Received: from mail-qg0-x229.google.com ([2607:f8b0:400d:c04::229]:36175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z8UxR-00022N-B1 for qemu-devel@nongnu.org; Fri, 26 Jun 2015 10:50:21 -0400 Received: by qgal13 with SMTP id l13so35907790qga.3 for ; Fri, 26 Jun 2015 07:50:21 -0700 (PDT) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 26 Jun 2015 16:49:14 +0200 Message-Id: <1435330185-23248-9-git-send-email-marcandre.lureau@gmail.com> In-Reply-To: <1435330185-23248-1-git-send-email-marcandre.lureau@gmail.com> References: <1435330185-23248-1-git-send-email-marcandre.lureau@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH 08/39] ivshmem: remove useless doorbell field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: cam@cs.ualberta.ca, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , stefanha@redhat.com Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 5e4b2cc..1b8204e 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c @@ -71,7 +71,6 @@ typedef struct IVShmemState { uint32_t intrmask; uint32_t intrstatus; - uint32_t doorbell; CharDriverState **eventfd_chr; CharDriverState *server_chr; -- 2.4.3