From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbBla-0006UJ-BM for qemu-devel@nongnu.org; Tue, 29 Oct 2013 12:03:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbBlU-0008QV-E4 for qemu-devel@nongnu.org; Tue, 29 Oct 2013 12:03:38 -0400 Received: from mono.eik.bme.hu ([152.66.115.2]:47242) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbBlU-0008BV-7I for qemu-devel@nongnu.org; Tue, 29 Oct 2013 12:03:32 -0400 Date: Tue, 29 Oct 2013 16:55:54 +0100 (CET) From: BALATON Zoltan In-Reply-To: <526FC24A.1010106@redhat.com> Message-ID: References: <526F8457.5040907@kamp.de> <526F8701.2030906@redhat.com> <526F89B4.5080504@kamp.de> <526F8BCA.7090503@redhat.com> <526F909A.8000004@kamp.de> <526F927D.1050901@redhat.com> <526F92F4.8080406@kamp.de> <526FC24A.1010106@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; 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: Laszlo Ersek Cc: Paolo Bonzini , Peter Lieven , "qemu-devel@nongnu.org" On Tue, 29 Oct 2013, Laszlo Ersek wrote: > I don't know what I'm talking about. But: Neither do I but... > - Windows' ACPI parser is super cranky. You could pass in a custom (but > standardized) ACPI table on the command line (-acpitable) that only > triggers some warnings in Linux's port of ACPICA, but crashes Windows > (BSOD). Like, write & compile a simple table to AML, then mess it up > (eg. Package encoding or some such) with a hex editor. This would take > some experimentation as well, but searching existing bug reports could help. This seems evil and fragile (although this can be done without patches with a command line option only). But instead why not remove/disable some BIOS functions that Linux doesn't need but Windows relies on? This seems to be less fragile (although requiring a patch) if it's possible at all. Regards, BALATON Zoltan