From patchwork Tue Nov 27 10:00:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Li Qiang X-Patchwork-Id: 1003735 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="MJNzE1r2"; dkim-atps=neutral Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 433zqY6tbbz9s29 for ; Tue, 27 Nov 2018 21:02:49 +1100 (AEDT) Received: from localhost ([::1]:41071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRaCc-0007bk-SW for incoming@patchwork.ozlabs.org; Tue, 27 Nov 2018 05:02:46 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRaAX-0006XM-W8 for qemu-devel@nongnu.org; Tue, 27 Nov 2018 05:00:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRaAS-0006nL-SJ for qemu-devel@nongnu.org; Tue, 27 Nov 2018 05:00:37 -0500 Received: from mail-pf1-x444.google.com ([2607:f8b0:4864:20::444]:44287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRaAJ-0006i0-BN; Tue, 27 Nov 2018 05:00:25 -0500 Received: by mail-pf1-x444.google.com with SMTP id u6so8098739pfh.11; Tue, 27 Nov 2018 02:00:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=v0/hZ6InXhyc8TcQhqhHlDtVA7jepcx+4JRLBWUmHpE=; b=MJNzE1r2Gb3FiwgaufLbUriOb8sKTEKdFPOtiImU/lnnkxe/GArUCHfiCGdzrxRWXE K5ML+2i26Gr6OHTvjMEX9DRWampxdK//agMq0oal+XpkYR1W2GFiVo4kkX8zLYIvzFil WYd5MwCX0+gaJdMD44pN4sGkT2pBkX4zole9KiNL0W3d5CVwDM0Il50LPXktJUYtB5IC arQiixtT8WjVCbuqwAbukjipygULpsfRWC1g6NYLzige7W1TgiF6GgPZUqKLS16+RfMH SMLAoCToxHQB/xGlTum3fVFF2a6sWK2PwlPMYYA324kjEpupvrAAIV6nXxREyXGV97bv 4esw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=v0/hZ6InXhyc8TcQhqhHlDtVA7jepcx+4JRLBWUmHpE=; b=T2rPNaG7uKIPoa9LbsY/AVge2amt3vQfPhumuMzOoSbxetMXLau0vpvl4KvMLWVylG wgQhOysxY8mXElhgYEsQWitCBYUKqXpCJfvQa+WBe7V6/N4XM8qdp9Ejw4vQeNnoj3nn 5VgHE+01HNGg0vzJYGfxnyymAxUZ0qXtmzWZB7Qd/mike4hkfNzpotAcxX1fS618HpZY czzQ4Caspl+AZBFO8VCrCh+hsU8EQv/voG4zqtrGhLbWVqgdpdkF5su2bVaGDbuTkr3Q f8sv5uJGivld6io/PllPSGU6fHGjR38S1WPIanxfhzxgtVAv9Lcx0NpTZ/D6vx31kKF3 RN2w== X-Gm-Message-State: AA+aEWYGpPXy4lO86GKaQHUbnY4v4xG4ultOPnh/UGAA+xLMg1X9a3kw phwkNyZySjH8oeDTMTLawGI= X-Google-Smtp-Source: AJdET5flYx93Eu1COdCelkzkaLrir88RXsTV0OxQCUKA6PZj1gMh1+atxlfKdP8U/wOi+mx9BkkXWw== X-Received: by 2002:a63:dd55:: with SMTP id g21mr27986880pgj.86.1543312818398; Tue, 27 Nov 2018 02:00:18 -0800 (PST) Received: from localhost.localdomain.localdomain ([103.129.255.252]) by smtp.gmail.com with ESMTPSA id d65-v6sm4279739pfc.144.2018.11.27.02.00.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Nov 2018 02:00:17 -0800 (PST) From: Li Qiang To: rth@twiddle.net, ehabkost@redhat.com, laurent@vivier.eu, alex.bennee@linaro.org, philmd@redhat.com Date: Tue, 27 Nov 2018 02:00:12 -0800 Message-Id: <1543312812-2929-1-git-send-email-liq3ea@gmail.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::444 Subject: [Qemu-devel] [PATCH v2] target: hax: fix errors in comment X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, Li Qiang , qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Cc: qemu-trivial@nongnu.org Signed-off-by: Li Qiang Reviewed-by: Philippe Mathieu-Daudé --- target/i386/hax-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/i386/hax-all.c b/target/i386/hax-all.c index 502ce6f0af..b978a9b821 100644 --- a/target/i386/hax-all.c +++ b/target/i386/hax-all.c @@ -205,7 +205,7 @@ int hax_vcpu_destroy(CPUState *cpu) } /* - * 1. The hax_tunnel is also destroied when vcpu destroy + * 1. The hax_tunnel is also destroyed when vcpu is destroyed * 2. close fd will cause hax module vcpu be cleaned */ hax_close_fd(vcpu->fd);