From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ltk3g-0004H7-Qf for qemu-devel@nongnu.org; Tue, 14 Apr 2009 10:56:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ltk3c-0004BM-1g for qemu-devel@nongnu.org; Tue, 14 Apr 2009 10:56:20 -0400 Received: from [199.232.76.173] (port=41773 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ltk3b-0004BJ-Vk for qemu-devel@nongnu.org; Tue, 14 Apr 2009 10:56:16 -0400 Received: from mail-bw0-f172.google.com ([209.85.218.172]:37533) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ltk3a-0003AM-Vp for qemu-devel@nongnu.org; Tue, 14 Apr 2009 10:56:15 -0400 Received: by bwz20 with SMTP id 20so2293455bwz.34 for ; Tue, 14 Apr 2009 07:56:13 -0700 (PDT) From: "Stanislav" References: <49E3D91E.40208@us.ibm.com> <01bd01c9bcd3$3aaedef0$b00c9cd0$@com> <49E49BAD.70309@us.ibm.com> In-Reply-To: <49E49BAD.70309@us.ibm.com> Subject: RE: [Qemu-devel] [PATCH] Fix non-ACPI Timer Interrupt Routing Date: Tue, 14 Apr 2009 17:56:13 +0300 Message-ID: <01c201c9bd11$2a48d640$7eda82c0$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us 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 Cc: bochs-developers@lists.sourceforge.net, eswierk@aristanetworks.com, herbszt@gmx.de >The irq0->inti2 override is not absolutely required. Running Windows >2008 in QEMU with the emulated HPET does require it, so this is a >QEMU-only change. Non-absolutely required is not good answer :) Is anything will be broken if the change is merged for Bochs as well ? I think it will not. And as bonus, Windows 7 32-bit is not booting under Bochs without this change. Stanislav -----Original Message----- From: qemu-devel-bounces+stlintel=gmail.com@nongnu.org [mailto:qemu-devel-bounces+stlintel=gmail.com@nongnu.org] On Behalf Of Beth Kon Sent: Tuesday, April 14, 2009 5:20 PM To: qemu-devel@nongnu.org Cc: bochs-developers@lists.sourceforge.net; eswierk@aristanetworks.com; herbszt@gmx.de Subject: Re: [Qemu-devel] [PATCH] Fix non-ACPI Timer Interrupt Routing Stanislav wrote: > Hi, > > Could you explain why you doing these changes for QEMU only (with ifdef > QEMU) ? > > The irq0->inti2 override is not absolutely required. Running Windows 2008 in QEMU with the emulated HPET does require it, so this is a QEMU-only change.