From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTtHY-0001j0-AN for qemu-devel@nongnu.org; Thu, 11 Feb 2016 10:35:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTtHT-0001Qa-Bt for qemu-devel@nongnu.org; Thu, 11 Feb 2016 10:35:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTtHT-0001QK-0x for qemu-devel@nongnu.org; Thu, 11 Feb 2016 10:35:43 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id D59EBBBF69 for ; Thu, 11 Feb 2016 15:35:41 +0000 (UTC) Received: from nial.brq.redhat.com (dhcp-1-118.brq.redhat.com [10.34.1.118]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u1BFZeY5017517 for ; Thu, 11 Feb 2016 10:35:41 -0500 Date: Thu, 11 Feb 2016 16:35:39 +0100 From: Igor Mammedov Message-ID: <20160211163539.506a5058@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] broken HMP command: info mtree List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org executing 'info mtree' from monitor prompt causes infinite loop printing it over and over. to reproduce build current master adn run: qemu-system-x86_64 -monitor stdio and then execute 'info mtree' in monitor prompt