From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2Ws4-0001xv-Qq for qemu-devel@nongnu.org; Thu, 04 Jan 2007 12:59:20 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2Ws1-0001vH-Or for qemu-devel@nongnu.org; Thu, 04 Jan 2007 12:59:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2Ws1-0001v9-KN for qemu-devel@nongnu.org; Thu, 04 Jan 2007 12:59:17 -0500 Received: from [193.7.176.60] (helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H2Ws0-0006W2-U6 for qemu-devel@nongnu.org; Thu, 04 Jan 2007 12:59:17 -0500 Date: Thu, 4 Jan 2007 18:00:09 +0000 Subject: Re: [Qemu-devel] [PATCH] qemu-dm monitor doesn't support the quit command. Message-ID: <20070104180009.GA3015@networkno.de> References: <159101c725c9$177fbc90$dab2220a@VF03007L> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <159101c725c9$177fbc90$dab2220a@VF03007L> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kasai Takanori Cc: qemu-devel Kasai Takanori wrote: > Hi All, > > It is natural that there is quit command in original QEMU. > However, I don't think that the HVM domain on Xen is necessary. > Because there is a possibility of shutting down GuestOS due to the mistake. > I think that I should prohibit the quit command of qemu-dm. Better #ifdef out the quit command for HVM then, so people aren't tempted to use it. (Whatever HVM is, qemu doesn't know about it for now, so this patch is currently not suitable for the qemu CVS.) Thiemo