From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:33611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0m1-0007KJ-3N for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:51:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qm0m0-0006E3-1x for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:51:28 -0400 Received: from e2.ny.us.ibm.com ([32.97.182.142]:36807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qm0lz-0006Dr-SG for qemu-devel@nongnu.org; Wed, 27 Jul 2011 05:51:28 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e2.ny.us.ibm.com (8.14.4/8.13.1) with ESMTP id p6R9U85L017785 for ; Wed, 27 Jul 2011 05:30:08 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p6R9pQdG129548 for ; Wed, 27 Jul 2011 05:51:26 -0400 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p6R9pPEa022221 for ; Wed, 27 Jul 2011 03:51:25 -0600 From: Zhi Yong Wu Date: Wed, 27 Jul 2011 17:48:16 +0800 Message-Id: <1311760096-7796-1-git-send-email-wuzhy@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH] 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: zwu.kernel@gmail.com, aliguori@us.ibm.com, ryanh@us.ibm.com, Zhi Yong Wu , stefanha@linux.vnet.ibm.com Signed-off-by: Zhi Yong Wu --- hmp-commands.hx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hmp-commands.hx b/hmp-commands.hx index aceba74..3498f0f 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -1324,8 +1324,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.2.3