From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gvghb-00062k-3X for qemu-devel@nongnu.org; Sat, 16 Dec 2006 16:04:15 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GvghZ-00061n-E5 for qemu-devel@nongnu.org; Sat, 16 Dec 2006 16:04:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GvghZ-00061b-4E for qemu-devel@nongnu.org; Sat, 16 Dec 2006 16:04:13 -0500 Received: from [128.83.139.10] (helo=mail.cs.utexas.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GvghY-0008Nz-IZ for qemu-devel@nongnu.org; Sat, 16 Dec 2006 16:04:12 -0500 Received: from [192.168.1.102] (cpe-70-112-17-156.austin.res.rr.com [70.112.17.156]) (authenticated bits=0) by mail.cs.utexas.edu (8.13.8/8.13.8) with ESMTP id kBGL41dN029054 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 16 Dec 2006 15:04:03 -0600 (CST) Message-ID: <45845F3B.30909@cs.utexas.edu> Date: Sat, 16 Dec 2006 15:03:55 -0600 From: Anthony Liguori MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] Make the monitor a bit more program-friendly 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 This is a short patch series to make the monitor a bit more friendly to external programs. This series is independent of my previous series but may apply with fuzz if the other series isn't applied. Regards, Anthony Liguori