All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Williamson <alex.williamson@hp.com>
To: Keir Fraser <keir@xensource.com>
Cc: xen-devel <xen-devel@lists.xensource.com>,
	Kouya SHIMURA <kouya@jp.fujitsu.com>,
	xen-ia64-devel <xen-ia64-devel@lists.xensource.com>
Subject: Re: ANNOUNCE: Xen 3.1.1 First Release Candidate
Date: Thu, 20 Sep 2007 11:10:02 -0600	[thread overview]
Message-ID: <1190308202.4188.151.camel@bling> (raw)
In-Reply-To: <C317FDDD.15BCA%keir@xensource.com>

[-- Attachment #1: Type: text/plain, Size: 1036 bytes --]

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

-- 
Alex Williamson                             HP Open Source & Linux Org.

[-- Attachment #2: 15124-2d26b66901d2 --]
[-- Type: text/plain, Size: 965 bytes --]

# HG changeset patch
# User Alex Williamson <alex.williamson@hp.com>
# Date 1179337039 21600
# Node ID 2d26b66901d20f3a945b7fa5687d8926b0e7a417
# Parent  7caa6c1cabc8362e137da3415c78918a22f8eb6c
[IA64] Fix trivial compiler warning

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen-unstable changeset: 15124:2d26b66901d20f3a945b7fa5687d8926b0e7a417
xen-unstable date: Wed May 16 11:37:19 2007 -0600

diff -r 7caa6c1cabc8 -r 2d26b66901d2 xen/arch/ia64/vmx/vmmu.c
--- a/xen/arch/ia64/vmx/vmmu.c	Wed May 16 10:59:01 2007 -0600
+++ b/xen/arch/ia64/vmx/vmmu.c	Wed May 16 11:37:19 2007 -0600
@@ -562,8 +562,9 @@ static void ptc_ga_remote_func (void *va
     u64 oldrid, moldrid, mpta, oldpsbits, vadr, flags;
     struct ptc_ga_args *args = (struct ptc_ga_args *)varg;
     VCPU *v = args->vcpu;
+    int cpu = v->processor;
+
     vadr = args->vadr;
-    int cpu = v->processor;
 
     /* Try again if VCPU has migrated. */
     if (cpu != current->processor)

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

  parent reply	other threads:[~2007-09-20 17:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-20  9:37 ANNOUNCE: Xen 3.1.1 First Release Candidate Keir Fraser
2007-09-20 10:42 ` Sébastien RICCIO
2007-09-20 10:47   ` Keir Fraser
2007-09-20 10:51     ` Sébastien RICCIO
2007-09-20 14:37 ` You, Yongkang
2007-09-20 14:49   ` Keir Fraser
2007-09-20 17:10 ` Alex Williamson [this message]
2007-09-21  5:32   ` Kouya Shimura
2007-09-21 20:56 ` Patrick Scharrenberg
2007-09-22  9:14 ` S.Çağlar Onur
2007-09-24 19:30 ` Ben Guthro
2007-09-24 20:22   ` Keir Fraser
2007-09-26  8:27 ` Jambunathan K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1190308202.4188.151.camel@bling \
    --to=alex.williamson@hp.com \
    --cc=keir@xensource.com \
    --cc=kouya@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-ia64-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.