From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LtnFP-0000Bc-Nz for qemu-devel@nongnu.org; Tue, 14 Apr 2009 14:20:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LtnFL-0000BQ-7b for qemu-devel@nongnu.org; Tue, 14 Apr 2009 14:20:39 -0400 Received: from [199.232.76.173] (port=46338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LtnFL-0000BN-2C for qemu-devel@nongnu.org; Tue, 14 Apr 2009 14:20:35 -0400 Received: from mail2.shareable.org ([80.68.89.115]:34285) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LtnFK-0004Iv-LZ for qemu-devel@nongnu.org; Tue, 14 Apr 2009 14:20:34 -0400 Date: Tue, 14 Apr 2009 19:20:33 +0100 From: Jamie Lokier Subject: Re: [libvirt] Re: [Qemu-devel] [PATCH 1/6] Allow multiple monitor devices (v2) Message-ID: <20090414182033.GE32311@shareable.org> References: <49DE1AD2.2060600@redhat.com> <49DE1DB3.30402@us.ibm.com> <49DE229B.7050408@redhat.com> <49DE2580.2030507@us.ibm.com> <49DE29C5.6010601@redhat.com> <49DE3321.4090900@us.ibm.com> <49E0C47F.9070501@redhat.com> <49E124BB.1010604@redhat.com> <49E1A517.50105@redhat.com> <49E44920.8000600@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49E44920.8000600@redhat.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: libvir-list@redhat.com, Anthony Liguori , Jan Kiszka , Avi Kivity , Hollis Blanchard Gerd Hoffmann wrote: > Management apps don't need new parsers, the existing "info " > parser(s) will do just fine. And QEMU doesn't need new printers. Less code to go wrong :-) -- Jamie