WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [Xen-staging] [xen-unstable] x86 ACPI sleep: Fix a bug w

To: huacai.chen@xxxxxxxxx
Subject: [Xen-devel] Re: [Xen-staging] [xen-unstable] x86 ACPI sleep: Fix a bug when ACPI registers in System_Memory
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Wed, 19 Mar 2008 06:52:19 -0600
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Keir Fraser <keir.fraser@xxxxxxxxxxxxx>
Delivery-date: Wed, 19 Mar 2008 05:52:59 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200803191034.m2JAYNXa026269@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: HP OSLO R&D
References: <200803191034.m2JAYNXa026269@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, 2008-03-19 at 10:34 +0000, Xen staging patchbot-unstable wrote:
> # HG changeset patch
> # User Keir Fraser 
> # Date 1205922793 0
> # Node ID 26a7a2d154e1a0f51da1fd44337091f3bcf39bf9
> # Parent  70f9a2110421cc6f4ce066eb80d4c639a28643bd
> x86 ACPI sleep: Fix a bug when ACPI registers in System_Memory
> 
> Some ACPI registers may be in System_Memory but not System_IO space,
> For these machines S3 fails since current Xen use I/O instructions (e.g.
> inb(), outb(), etc.) to access ACPI registers. The patch attached fix
> the bug by adding GAS (generic address structure) support ported from
> Linux, which should also benefit later ACPI activity within Xen.

   acpi_sinfo is an x86 specific structure, let's not leak it out into
common code.  Perhaps we could start using acpi_gbl_FADT for this like
upstream Linux does.  BTW, there are cross compilers available for ia64,
see the wiki.  Thanks,

        Alex
-- 
Alex Williamson                             HP Open Source & Linux Org.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-staging] [xen-unstable] x86 ACPI sleep: Fix a bug when ACPI registers in System_Memory, Alex Williamson <=