From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vAU-0005vn-66 for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:16:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9vAD-00034K-OJ for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:15:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32037) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9vAD-00033r-H5 for qemu-devel@nongnu.org; Tue, 20 Mar 2012 05:15:33 -0400 Message-ID: <4F684AAE.2040902@redhat.com> Date: Tue, 20 Mar 2012 10:15:26 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1332230498-20684-1-git-send-email-pbonzini@redhat.com> <1332230498-20684-13-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 12/12] cmdline: convert -no-shutdown and -no-reboot to QemuOpts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org Il 20/03/2012 10:04, Peter Maydell ha scritto: >> > They are also moved inside -machine. > So why "no_reboot" and "no_shutdown" but "autostart" rather than > "no_autostart"? Because. :) Seriously, perhaps we want two enum options on_reboot/on_shutdown with items reboot/stop/quit? Paolo