From nobody Tue May 7 00:13:45 2024 Delivered-To: importer2@patchew.org Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=patchew.org@nongnu.org ARC-Seal: i=1; a=rsa-sha256; t=1622138385; cv=none; d=zohomail.com; s=zohoarc; b=Nv6BnNqO6jI7veghDrPMh0tjTGRL4BSHAA5QWeTttZKC+a1mHppQpfEwzQLtIHAmQ2/oYL5dXVbZPW2uINzljt2NFWVmNzo4NGUuSVVpchAdT1KVB5y415ECDhmFoxuFnMGhPQneREXN3uIuTlS7s84VDLaxe8JsfnlpcgvQLMw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1622138385; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To; bh=Uu8tlrSze2Da7JJ1ouhS2WQbMW2Y/W2wkZE8U8RkH/k=; b=YE1ab6/pmCT7MlKXUVESSoCJWtDZ+dj5AqD1aw2HAo5jZamC8PG/ILyZIfxu8fL7vq8L9+y5R1WoDX/JUud+pfSoogVx5d/k22VR4gD61bSNR2sYU/855gG5EqOkDALBhs6x+ZkhiA6CzWZ3zy2Pp/0d5/nflFvAsal2LCEViNQ= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer2=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 1622138385488980.7835777223461; Thu, 27 May 2021 10:59:45 -0700 (PDT) Received: from localhost ([::1]:38064 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmKIK-0005Bj-B4 for importer2@patchew.org; Thu, 27 May 2021 13:59:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmKG4-0002Ku-Ul; Thu, 27 May 2021 13:57:24 -0400 Received: from [201.28.113.2] (port=37275 helo=outlook.eldorado.org.br) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmKG3-0003j4-8p; Thu, 27 May 2021 13:57:24 -0400 Received: from power9a ([10.10.71.235]) by outlook.eldorado.org.br with Microsoft SMTPSVC(8.5.9600.16384); Thu, 27 May 2021 14:56:04 -0300 Received: from eldorado.org.br (unknown [10.10.71.235]) by power9a (Postfix) with ESMTP id 2F8248013E1; Thu, 27 May 2021 14:56:04 -0300 (-03) From: "Bruno Larsen (billionai)" To: qemu-devel@nongnu.org Subject: [PATCH v2] HMP: added info cpustats to removed_features.rst Date: Thu, 27 May 2021 14:56:02 -0300 Message-Id: <20210527175602.40163-1-bruno.larsen@eldorado.org.br> X-Mailer: git-send-email 2.17.1 X-OriginalArrivalTime: 27 May 2021 17:56:04.0322 (UTC) FILETIME=[8FDAB420:01D75321] X-Host-Lookup-Failed: Reverse DNS lookup failed for 201.28.113.2 (failed) Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer2=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=201.28.113.2; envelope-from=bruno.larsen@eldorado.org.br; helo=outlook.eldorado.org.br X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action 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: farosas@linux.ibm.com, richard.henderson@linaro.org, groug@kaod.org, lucas.araujo@eldorado.org.br, fernando.valle@eldorado.org.br, qemu-ppc@nongnu.org, matheus.ferst@eldorado.org.br, luis.pires@eldorado.org.br, david@gibson.dropbear.id.au Errors-To: qemu-devel-bounces+importer2=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Documented the removal of the HMP command info cpustats Signed-off-by: Bruno Larsen (billionai) Reviewed-by: Greg Kurz Reviewed-by: Lucas Mateus Reviewed-by: Luis Pires --- docs/system/removed-features.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/system/removed-features.rst b/docs/system/removed-feature= s.rst index 5a462ac568..2feae41089 100644 --- a/docs/system/removed-features.rst +++ b/docs/system/removed-features.rst @@ -249,6 +249,11 @@ Use ``migrate-set-parameters`` and ``info migrate-para= meters`` instead. =20 Use ``migrate-set-parameters`` instead. =20 +``info cpustats`` (removed in 6.1) +''''''''''''''''''''''''''''' + +This command didn't produce any output already. Removed with no replacemen= t. + Guest Emulator ISAs ------------------- =20 --=20 2.17.1