From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzWoo-0002w5-Em for qemu-devel@nongnu.org; Mon, 10 Nov 2008 08:28:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzWon-0002vq-Sm for qemu-devel@nongnu.org; Mon, 10 Nov 2008 08:28:38 -0500 Received: from [199.232.76.173] (port=54928 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzWon-0002vk-Md for qemu-devel@nongnu.org; Mon, 10 Nov 2008 08:28:37 -0500 Received: from mx2.redhat.com ([66.187.237.31]:60518) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KzWon-0003Xv-Dw for qemu-devel@nongnu.org; Mon, 10 Nov 2008 08:28:37 -0500 Date: Mon, 10 Nov 2008 15:28:40 +0200 From: Gleb Natapov Subject: Re: [Qemu-devel] [PATCH v3 6/6] Don't power down vga card on entering S3 state. Message-ID: <20081110132840.GC32281@redhat.com> References: <20081110091134.11822.34230.stgit@dhcp-1-237.local> <20081110091205.11822.10344.stgit@dhcp-1-237.local> <5d6222a80811100407n6064579dua94b493ea802cbd2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5d6222a80811100407n6064579dua94b493ea802cbd2@mail.gmail.com> 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 On Mon, Nov 10, 2008 at 10:07:19AM -0200, Glauber Costa wrote: > > diff --git a/bios/acpi-dsdt.hex b/bios/acpi-dsdt.hex > > index 6088b18..a4c64e6 100644 > > --- a/bios/acpi-dsdt.hex > > +++ b/bios/acpi-dsdt.hex > This one should be generated, right? > I don't think we actually need it in the patch > That is bochs-devel people request to include this in the patches that change DSDT. -- Gleb.