From patchwork Mon Dec 18 18:44:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Henrique Barboza X-Patchwork-Id: 850354 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=) 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 3z0r6W3n9jz9s1h for ; Tue, 19 Dec 2017 06:03:47 +1100 (AEDT) Received: from localhost ([::1]:55620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR0hV-0004mF-8t for incoming@patchwork.ozlabs.org; Mon, 18 Dec 2017 14:03:45 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eR0PE-0001zh-7u for qemu-devel@nongnu.org; Mon, 18 Dec 2017 13:44:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eR0PA-0008ND-2U for qemu-devel@nongnu.org; Mon, 18 Dec 2017 13:44:52 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:38780 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eR0P9-0008Le-QM for qemu-devel@nongnu.org; Mon, 18 Dec 2017 13:44:47 -0500 Received: from pps.filterd (m0098414.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id vBIIefHB082555 for ; Mon, 18 Dec 2017 13:44:43 -0500 Received: from e18.ny.us.ibm.com (e18.ny.us.ibm.com [129.33.205.208]) by mx0b-001b2d01.pphosted.com with ESMTP id 2exfjaa4xs-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Dec 2017 13:44:42 -0500 Received: from localhost by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 18 Dec 2017 13:44:42 -0500 Received: from b01cxnp22036.gho.pok.ibm.com (9.57.198.26) by e18.ny.us.ibm.com (146.89.104.205) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 18 Dec 2017 13:44:39 -0500 Received: from b01ledav006.gho.pok.ibm.com (b01ledav006.gho.pok.ibm.com [9.57.199.111]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id vBIIidEC50069692; Mon, 18 Dec 2017 18:44:39 GMT Received: from b01ledav006.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 4A05AAC03F; Mon, 18 Dec 2017 13:45:43 -0500 (EST) Received: from localhost.localdomain (unknown [9.85.173.152]) by b01ledav006.gho.pok.ibm.com (Postfix) with ESMTP id 1DE55AC043; Mon, 18 Dec 2017 13:45:41 -0500 (EST) From: Daniel Henrique Barboza To: qemu-devel@nongnu.org Date: Mon, 18 Dec 2017 16:44:27 -0200 X-Mailer: git-send-email 2.13.6 X-TM-AS-GCONF: 00 x-cbid: 17121818-0044-0000-0000-000003C08513 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00008223; HX=3.00000241; KW=3.00000007; PH=3.00000004; SC=3.00000244; SDB=6.00962122; UDB=6.00486632; IPR=6.00742117; BA=6.00005750; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00018609; XFM=3.00000015; UTC=2017-12-18 18:44:41 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17121818-0045-0000-0000-000007EFCAA1 Message-Id: <20171218184428.15074-1-danielhb@linux.vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-12-18_14:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 impostorscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1709140000 definitions=main-1712180247 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 148.163.158.5 Subject: [Qemu-devel] [PATCH v2 0/1] deprecate qmp_cpu 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: Daniel Henrique Barboza , armbru@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" v2: - added more details about why qmp_cpu is being deprecated - added a deprecation note in qapi-schema.json Daniel Henrique Barboza (1): qmp: marking qmp_cpu as deprecated qapi-schema.json | 5 ++++- qemu-doc.texi | 10 ++++++++++ qmp.c | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-)