From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FG4G1-0007q3-8G for qemu-devel@nongnu.org; Sun, 05 Mar 2006 20:11:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FG4Fx-0007Pv-Mg for qemu-devel@nongnu.org; Sun, 05 Mar 2006 20:11:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FG4Fx-0007P6-JK for qemu-devel@nongnu.org; Sun, 05 Mar 2006 20:11:25 -0500 Received: from [64.233.182.204] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FG4I5-0001cB-SK for qemu-devel@nongnu.org; Sun, 05 Mar 2006 20:13:38 -0500 Received: by nproxy.gmail.com with SMTP id m19so739826nfc for ; Sun, 05 Mar 2006 17:11:15 -0800 (PST) Message-ID: <41e41e7a0603051711s61a51175h71399f0ba34c772f@mail.gmail.com> Date: Mon, 6 Mar 2006 03:11:15 +0200 From: "Hetz Ben Hamo" Subject: Re: [Qemu-devel] newer system features ACPI, MSI? In-Reply-To: <20060306005132.GA5730@terminus.local> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060306005132.GA5730@terminus.local> 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 Hi Brad, most of the features of the QEMU BIOS came from the BOCHS projects with some stuff came from Fabrice and others. You might want to look here: http://cvs.sourceforge.net/viewcvs.py/bochs/bochs/bios/ I'm not sure that either BOCHS or QEMU ACPI implementation would satisfy Vista, although I haven't tried installing Vista with Bochs's latest BIOS. As for MSI, I don't know if it's implemented in the BIOS, perhaps Fabrice or Paul can help you with those questions. Thanks, Hetz On 3/6/06, Brad Smith wrote: > I'm looking at QEMU to help develop some device drivers and a couple > of new features would be really useful. First is bios support for > ACPI so we can run Windows Vista/Longhorn in QEMU. Second is > PCI Message Signaled Interrupts (MSI) supported in modern Intel > CPUs. Is there an effort to add these two features to QEMU? > Any patches available?