From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbJU3-0007DF-3W for qemu-devel@nongnu.org; Tue, 29 Oct 2013 20:18:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbJTx-0001zF-4E for qemu-devel@nongnu.org; Tue, 29 Oct 2013 20:18:03 -0400 Received: from [222.73.24.84] (port=11876 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbJTw-0001wX-LK for qemu-devel@nongnu.org; Tue, 29 Oct 2013 20:17:57 -0400 Message-ID: <52704FCC.4010607@cn.fujitsu.com> Date: Wed, 30 Oct 2013 08:16:12 +0800 From: Li Guang MIME-Version: 1.0 References: <526F8457.5040907@kamp.de> <20131029111324.GA18289@redhat.com> In-Reply-To: <20131029111324.GA18289@redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed Subject: Re: [Qemu-devel] Prohibit Windows from running in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Peter Lieven , "qemu-devel@nongnu.org" Michael S. Tsirkin wrote: > On Tue, Oct 29, 2013 at 10:48:07AM +0100, Peter Lieven wrote: > >> Hi all, >> >> this question might seem a bit weird, but does anyone see a good way to avoid >> that Windows is able to boot inside qemu? >> >> We have defined several profiles for different operation systems and I want >> to avoid that someone chooses Linux and then installs Windows within >> a VM. Reason is licensing. >> >> Thanks, >> Peter >> > - create a device > - write a linux driver > - if driver is not enabled crash guest > > another option: _OSI() in ACPI, for ACPI compatible cases.