From patchwork Fri Oct 2 19:09:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Marc-Andr=C3=A9_Lureau?= X-Patchwork-Id: 525766 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3D04B140180 for ; Sat, 3 Oct 2015 05:41:45 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=gflw7+Hv; dkim-atps=neutral Received: from localhost ([::1]:34764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi6D8-0004LT-S9 for incoming@patchwork.ozlabs.org; Fri, 02 Oct 2015 15:41:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi5jE-0007cz-96 for qemu-devel@nongnu.org; Fri, 02 Oct 2015 15:10:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zi5jD-0007pA-7I for qemu-devel@nongnu.org; Fri, 02 Oct 2015 15:10:48 -0400 Received: from mail-wi0-x229.google.com ([2a00:1450:400c:c05::229]:38632) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zi5jD-0007p2-1p for qemu-devel@nongnu.org; Fri, 02 Oct 2015 15:10:47 -0400 Received: by wiclk2 with SMTP id lk2so43249388wic.1 for ; Fri, 02 Oct 2015 12:10:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=nOTtlQSmpaAt1roPMBeIJXcN/1y6gxHJA8MUWUe2bVg=; b=gflw7+HvjgSrq51R0P6SYysdmzpbPpxqoh/Iag/tFgxYbRuuclknZ+LBO8V8bGGgXG DYBiR97gRoxie76KjpoKw7coZuzqSMI5RBsw4rTL1ukmGuOSeRVBIPYov223vuoI4dFC VzuPrNMVyp3IzaoeTbrGzgDL2ZUJhrSRLq5YzigiGPXncwma/SkSQr52Ysy7dpBQ7zGY XWjcKLDse4TuD0bb1M9qFtJrW/FsoQbFfSp/BCTpDL4skgXBjloxjXofgUzDKMakeQX+ s6unzeIHUz1yXr9OLOo5s4dC6vrW7h7cT+jA1jEgvlQocrEvxnpdgc18ZDMSxtde3k4w JEUg== X-Received: by 10.194.134.197 with SMTP id pm5mr12006021wjb.118.1443813046480; Fri, 02 Oct 2015 12:10:46 -0700 (PDT) Received: from localhost (bne75-h02-31-39-163-232.dsl.sta.abo.bbox.fr. [31.39.163.232]) by smtp.gmail.com with ESMTPSA id x7sm404996wia.10.2015.10.02.12.10.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Oct 2015 12:10:45 -0700 (PDT) From: marcandre.lureau@redhat.com To: qemu-devel@nongnu.org Date: Fri, 2 Oct 2015 21:09:33 +0200 Message-Id: <1443812991-17356-31-git-send-email-marcandre.lureau@redhat.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1443812991-17356-1-git-send-email-marcandre.lureau@redhat.com> References: <1443812991-17356-1-git-send-email-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::229 Cc: drjones@redhat.com, claudio.fontana@huawei.com, stefanha@redhat.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , pbonzini@redhat.com, cam@cs.ualberta.ca Subject: [Qemu-devel] [PATCH v5 30/48] ivshmem: reset mask on device reset X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Marc-André Lureau The interrupt mask is a state value, it should be reset, like the interrupt status. Signed-off-by: Marc-André Lureau Reviewed-by: Claudio Fontana --- hw/misc/ivshmem.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 50af4c7..1b58010 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c @@ -620,6 +620,7 @@ static void ivshmem_reset(DeviceState *d) IVShmemState *s = IVSHMEM(d); s->intrstatus = 0; + s->intrmask = 0; ivshmem_use_msix(s); }