From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoYZN-0001R1-Kl for qemu-devel@nongnu.org; Wed, 03 Aug 2011 06:20:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoYZM-0008KO-M5 for qemu-devel@nongnu.org; Wed, 03 Aug 2011 06:20:57 -0400 Received: from mtagate1.uk.ibm.com ([194.196.100.161]:54601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoYZM-0008K6-Du for qemu-devel@nongnu.org; Wed, 03 Aug 2011 06:20:56 -0400 Received: from d06nrmr1806.portsmouth.uk.ibm.com (d06nrmr1806.portsmouth.uk.ibm.com [9.149.39.193]) by mtagate1.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p73AKtpY015065 for ; Wed, 3 Aug 2011 10:20:55 GMT Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by d06nrmr1806.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p73AKs9A2298046 for ; Wed, 3 Aug 2011 11:20:54 +0100 Received: from d06av01.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p73AKstr007322 for ; Wed, 3 Aug 2011 04:20:54 -0600 From: Stefan Hajnoczi Date: Wed, 3 Aug 2011 11:20:43 +0100 Message-Id: <1312366844-11902-3-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1312366844-11902-1-git-send-email-stefanha@linux.vnet.ibm.com> References: <1312366844-11902-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH 2/3] HMP: Remove the duplicated info "info kvm" in hmp-commands.hx. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Zhi Yong Wu , Stefan Hajnoczi From: Zhi Yong Wu Signed-off-by: Zhi Yong Wu Signed-off-by: Stefan Hajnoczi --- hmp-commands.hx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index c857827..0ccfb28 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1311,8 +1311,6 @@ show virtual to physical memory mappings (i386, SH4 and SPARC only) show the active virtual memory mappings (i386 only) @item info jit show dynamic compiler info -@item info kvm -show KVM information @item info numa show NUMA information @item info kvm -- 1.7.5.4