From nobody Wed Nov 12 11:58:08 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1570160830; cv=none; d=zoho.com; s=zohoarc; b=YDo37MU81qpfez3wW9YBVr6GU1JBb+v0ahEG3iskOlD9aXV5nICHM4snNoIRYY4g47FvNeMskkFqov+61/DJqxYImwaX8qGNly2UZvNnSOPHA37PD56UQxF9xapWhvnxDAoSSCZ4XSARe0nDP3VolplNB+ZfBcDRHxmuMIk8cMA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1570160830; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=Jj+bnE959h+xfgN5ADlJPk68hFjY3Mw1H7eUaepfLJE=; b=AbdpeWdjBUiWzXrwf4IyH3+iGqpKCvIyzsAz4ghPokzLCpj7Ad7XyimWqpx3ouO6no+oxy9HhUcU3y4j5ik6QuzYZQRYvPgSxYsYx2XhVKuG9L3OanQRHr3DDp5UC/Y+X7g2gMKq5tkMdz9yaccykYAg0SPWWHuP4h8KGp7TCrI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1570160830318988.4021114859684; Thu, 3 Oct 2019 20:47:10 -0700 (PDT) Received: from localhost ([::1]:42012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGEYe-0005L5-MI for importer@patchew.org; Thu, 03 Oct 2019 23:47:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44034) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGEVw-0003nA-HP for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGEVu-0001lw-Mf for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:20 -0400 Received: from cmccmta3.chinamobile.com ([221.176.66.81]:2522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iGEVu-0001i2-32 for qemu-devel@nongnu.org; Thu, 03 Oct 2019 23:44:18 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app09-12009 (RichMail) with SMTP id 2ee95d96c006d8c-b2cfe; Fri, 04 Oct 2019 11:44:07 +0800 (CST) Received: from maozy-host.lan (unknown[180.108.8.156]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee15d96bff81ac-a1b04; Fri, 04 Oct 2019 11:44:07 +0800 (CST) X-RM-TRANSID: 2ee95d96c006d8c-b2cfe X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 X-RM-TRANSID: 2ee15d96bff81ac-a1b04 From: Mao Zhongyi To: qemu-devel@nongnu.org Subject: [PATCH v3 2/3] tests/migration: fix a typo in comment Date: Fri, 4 Oct 2019 11:43:47 +0800 Message-Id: <927b1b1f9365e0d5d9683746b498c16b88405174.1570159624.git.maozhongyi@cmss.chinamobile.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: MIME-Version: 1.0 In-Reply-To: References: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 221.176.66.81 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tony.nguyen@bt.com, alex.bennee@linaro.org, armbru@redhat.com, Mao Zhongyi , laurent@vivier.eu Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Signed-off-by: Mao Zhongyi Reviewed-by: Alex Benn=C3=A9e Reviewed-by: Laurent Vivier Reviewed-by: Thomas Huth --- tests/migration/stress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/migration/stress.c b/tests/migration/stress.c index 9e128eef50..debf34359f 100644 --- a/tests/migration/stress.c +++ b/tests/migration/stress.c @@ -191,7 +191,7 @@ static int stressone(unsigned long long ramsizeMB) =20 /* We don't care about initial state, but we do want * to fault it all into RAM, otherwise the first iter - * of the loop below will be quite slow. We cna't use + * of the loop below will be quite slow. We can't use * 0x0 as the byte as gcc optimizes that away into a * calloc instead :-) */ memset(ram, 0xfe, ramsizeMB * 1024 * 1024); --=20 2.17.1