13 messages in com.xensource.lists.xen-develRe: [Xen-devel] ANNOUNCE: Xen 3.1.1 F...
FromSent OnAttachments
Keir Fraser20 Sep 2007 02:36 
Sébastien RICCIO20 Sep 2007 03:42 
Keir Fraser20 Sep 2007 03:47 
Sébastien RICCIO20 Sep 2007 03:50 
You, Yongkang20 Sep 2007 07:37 
Keir Fraser20 Sep 2007 07:49 
Alex Williamson20 Sep 2007 10:09.Other
Kouya Shimura20 Sep 2007 22:32.Other, .Other, .Other
Patrick Scharrenberg21 Sep 2007 13:55 
S.Çağlar Onur22 Sep 2007 02:13 
Ben Guthro24 Sep 2007 12:30 
Keir Fraser24 Sep 2007 13:22 
Jambunathan K26 Sep 2007 01:26 
Subject:Re: [Xen-devel] ANNOUNCE: Xen 3.1.1 First Release Candidate
From:Alex Williamson (alex@hp.com)
Date:09/20/2007 10:09:39 AM
List:com.xensource.lists.xen-devel
Attachments:
15124-2d26b66901d2 - 0.9k

On Thu, 2007-09-20 at 10:37 +0100, Keir Fraser wrote:

Folks,

The patch queue for 3.1.1 has been pushed into http://xenbits.xensource.com/xen-3.1-testing.hg, and tagged as -rc1. Please try it out and let us know of any problems (patches gladly accepted!).

-- Keir

PS. The patch queue (xen-3.1-testing.pq.hg) is no longer being used.

Kouya, there seems to be some build breakages around the changesets you submitted. 15311 includes a chunk from the windows optimization patch and doesn't build ('ret' undefined - adding a declaration for it doesn't seem like the proper solution since the function returns void in 3.1.1). 15655 adds calls to acpi_table_disable(), but acpi_table_disable() doesn't exist. Reverting those and adding the patch below I can make it build and boot. Do you already have patches to fill these holes?

Keir, the patch below is a trivial build warning fix, please include it in the tree. Thanks,

Alex