From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNyD-0008MB-Mv for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:50:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeNyA-0002TI-Cv for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:50:57 -0400 Received: from lhrrgout.huawei.com ([194.213.3.17]:18267) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeNy9-000297-Rd for qemu-devel@nongnu.org; Tue, 22 Sep 2015 09:50:54 -0400 References: <1442333283-13119-1-git-send-email-marcandre.lureau@redhat.com> <1442333283-13119-9-git-send-email-marcandre.lureau@redhat.com> From: Claudio Fontana Message-ID: <56015C93.2020206@huawei.com> Date: Tue, 22 Sep 2015 15:50:11 +0200 MIME-Version: 1.0 In-Reply-To: <1442333283-13119-9-git-send-email-marcandre.lureau@redhat.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 08/46] ivshmem: remove useless doorbell field List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com, qemu-devel@nongnu.org Cc: drjones@redhat.com, cam@cs.ualberta.ca, stefanha@redhat.com On 15.09.2015 18:07, marcandre.lureau@redhat.com wrote: > From: Marc-André Lureau > > 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; > Reviewed-by: Claudio Fontana