All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: Xen 4.0.2 first release candidate
@ 2011-01-10 21:59 Mike Viau
  2011-01-11  7:21 ` Pasi Kärkkäinen
  2011-01-11 17:25 ` Ian Jackson
  0 siblings, 2 replies; 16+ messages in thread
From: Mike Viau @ 2011-01-10 21:59 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 3311 bytes --]





> On Mon, 10 Jan 2011 17:17:14 +0000 <keir@xen.org> wrote:
> 
> > On 10/01/2011 16:53, "Mike Viau" <viaum@sheridanc.on.ca> wrote:
> > 
> >> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
> >> Folks,
> >> 
> >> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> >> 
> >> Please test!
> >> 
> >>  -- Keir
> >> 
> >> 
> >> 
> > 
> > Are the dependancies unchanged from Xen 4.0?
> 
> Should be unchanged since 4.0.1 I believe. We can update the readme or other
> documentation if people find otherwise.
> 
>  K.
> 

I believe I found a missing dependancy with regards to the bison command.

Installed packages (as per the wiki) already are:

bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev gcc-multilib xz-utils

...

make -C libxl install
make[4]: Entering directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl.c
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl_cmdimpl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl_cmdtable.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdtable.c
bison --output=libxlu_cfg_y.c libxlu_cfg_y.y
make[4]: bison: Command not found
make[4]: *** [libxlu_cfg_y.c] Error 127
make[4]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
make[3]: *** [subdir-install-libxl] Error 2
make[3]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
make[2]: *** [subdirs-install] Error 2
make[2]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging'
make: *** [world] Error 2


I am using amd64 Debian Squeeze so I noticed two packages provide this command.

http://packages.debian.org/search?searchon=contents&keywords=bison&mode=path&suite=testing&arch=any

Which is advised bison or bison++

Thanks.


-M
 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 4100 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-10 21:59 Xen 4.0.2 first release candidate Mike Viau
@ 2011-01-11  7:21 ` Pasi Kärkkäinen
  2011-01-11 17:25   ` Ian Jackson
  2011-01-11 17:25 ` Ian Jackson
  1 sibling, 1 reply; 16+ messages in thread
From: Pasi Kärkkäinen @ 2011-01-11  7:21 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel

On Mon, Jan 10, 2011 at 04:59:20PM -0500, Mike Viau wrote:
>    > On Mon, 10 Jan 2011 17:17:14 +0000 <keir@xen.org> wrote:
>    >
>    > > On 10/01/2011 16:53, "Mike Viau" <viaum@sheridanc.on.ca> wrote:
>    > >
>    > >> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
>    > >> Folks,
>    > >>
>    > >> 4.0.2-rc1 is now tagged in
>    http://xenbits.xen.org/staging/xen-4.0-testing.hg
>    > >>
>    > >> Please test!
>    > >>
>    > >> -- Keir
>    > >>
>    > >>
>    > >>
>    > >
>    > > Are the dependancies unchanged from Xen 4.0?
>    >
>    > Should be unchanged since 4.0.1 I believe. We can update the readme or
>    other
>    > documentation if people find otherwise.
>    >
>    > K.
>    >
> 
>    I believe I found a missing dependancy with regards to the bison command.
> 

Hello,

I just added "bison" to the list of required Debian packages at:
http://wiki.xen.org/xenwiki/Xen4.0

Thanks!

-- Pasi


>    Installed packages (as per the wiki) already are:
> 
>    bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2
>    module-init-tools transfig tgif texinfo texlive-latex-base
>    texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended
>    pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev
>    python python-dev python-twisted libncurses5-dev patch libvncserver-dev
>    libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev
>    ocaml libx11-dev gcc-multilib xz-utils
> 
>    ...
> 
>    make -C libxl install
>    make[4]: Entering directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdimpl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdtable.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdtable.c
>    bison --output=libxlu_cfg_y.c libxlu_cfg_y.y
>    make[4]: bison: Command not found
>    make[4]: *** [libxlu_cfg_y.c] Error 127
>    make[4]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    make[3]: *** [subdir-install-libxl] Error 2
>    make[3]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[2]: *** [subdirs-install] Error 2
>    make[2]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[1]: *** [install-tools] Error 2
>    make[1]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging'
>    make: *** [world] Error 2
> 
>    I am using amd64 Debian Squeeze so I noticed two packages provide this
>    command.
> 
>    http://packages.debian.org/search?searchon=contents&keywords=bison&mode=path&suite=testing&arch=any
> 
>    Which is advised [1]bison or [2]bison++
> 
>    Thanks.
> 
>    -M
> 
> References
> 
>    Visible links
>    1. http://packages.debian.org/squeeze/bison
>    2. http://packages.debian.org/squeeze/bison%2B%2B

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-10 21:59 Xen 4.0.2 first release candidate Mike Viau
  2011-01-11  7:21 ` Pasi Kärkkäinen
@ 2011-01-11 17:25 ` Ian Jackson
  1 sibling, 0 replies; 16+ messages in thread
From: Ian Jackson @ 2011-01-11 17:25 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel

Mike Viau writes ("RE: [Xen-devel] Xen 4.0.2 first release candidate"):
> I believe I found a missing dependancy with regards to the bison
> command.

Thanks for the report.

We ship the bison output files, so the idea is that there is no need
to have bison installed.  But the docs on the wiki should perhaps be
updated.

> Which is advised bison or bison++

bison.

Ian.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-11  7:21 ` Pasi Kärkkäinen
@ 2011-01-11 17:25   ` Ian Jackson
  2011-01-11 21:38     ` Mike Viau
  0 siblings, 1 reply; 16+ messages in thread
From: Ian Jackson @ 2011-01-11 17:25 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: Mike Viau, xen-devel

Pasi Kärkkäinen writes ("Re: [Xen-devel] Xen 4.0.2 first release candidate"):
> I just added "bison" to the list of required Debian packages at:
> http://wiki.xen.org/xenwiki/Xen4.0

Ah, great, thanks.

Ian.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-11 17:25   ` Ian Jackson
@ 2011-01-11 21:38     ` Mike Viau
  2011-01-12  7:32       ` Pasi Kärkkäinen
  0 siblings, 1 reply; 16+ messages in thread
From: Mike Viau @ 2011-01-11 21:38 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2402 bytes --]


> On Tue, 11 Jan 2011 17:25:49 +0000 <Ian.Jackson@eu.citrix.com> wrote:
> 
> > Pasi Kärkkäinen writes ("Re: [Xen-devel] Xen 4.0.2 first release candidate"):
> > I just added "bison" to the list of required Debian packages at:
> > http://wiki.xen.org/xenwiki/Xen4.0
> 
> Ah, great, thanks.
> 
> Ian.
> 

It appears that the flex package is also required for the flex command.

http://packages.debian.org/squeeze/flex


make -C libxl install
make[4]: Entering directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl.c
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl_cmdimpl.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c
gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xl_cmdtable.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc -I../../tools/include -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include -c xl_cmdtable.c
bison --output=libxlu_cfg_y.c libxlu_cfg_y.y
flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c libxlu_cfg_l.l
make[4]: flex: Command not found
make[4]: *** [libxlu_cfg_l.c] Error 127
make[4]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
make[3]: *** [subdir-install-libxl] Error 2
make[3]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
make[2]: *** [subdirs-install] Error 2
make[2]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/home/topgun/xen/source/xen-4.0-testing.staging'
make: *** [world] Error 2

 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 2757 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-11 21:38     ` Mike Viau
@ 2011-01-12  7:32       ` Pasi Kärkkäinen
  0 siblings, 0 replies; 16+ messages in thread
From: Pasi Kärkkäinen @ 2011-01-12  7:32 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel

On Tue, Jan 11, 2011 at 04:38:52PM -0500, Mike Viau wrote:
>    > On Tue, 11 Jan 2011 17:25:49 +0000 <Ian.Jackson@eu.citrix.com> wrote:
>    >
>    > > Pasi Kärkkäinen writes ("Re: [Xen-devel] Xen 4.0.2 first release
>    candidate"):
>    > > I just added "bison" to the list of required Debian packages at:
>    > > http://wiki.xen.org/xenwiki/Xen4.0
>    >
>    > Ah, great, thanks.
>    >
>    > Ian.
>    >
> 
>    It appears that the flex package is also required for the flex command.
> 
>    http://packages.debian.org/squeeze/flex
> 

Added to the wiki. Thanks.

-- Pasi


>    make -C libxl install
>    make[4]: Entering directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdimpl.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdimpl.c
>    gcc -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall
>    -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement
>    -D__XEN_TOOLS__ -MMD -MF .xl_cmdtable.o.d  -D_LARGEFILE_SOURCE
>    -D_LARGEFILE64_SOURCE  -Werror -I. -fPIC -I../../tools/libxc
>    -I../../tools/include -I../../tools/libxc -I../../tools/include
>    -I../../tools/xenstore -I../../tools/include -c xl_cmdtable.c
>    bison --output=libxlu_cfg_y.c libxlu_cfg_y.y
>    flex --header-file=libxlu_cfg_l.h --outfile=libxlu_cfg_l.c libxlu_cfg_l.l
>    make[4]: flex: Command not found
>    make[4]: *** [libxlu_cfg_l.c] Error 127
>    make[4]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools/libxl'
>    make[3]: *** [subdir-install-libxl] Error 2
>    make[3]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[2]: *** [subdirs-install] Error 2
>    make[2]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging/tools'
>    make[1]: *** [install-tools] Error 2
>    make[1]: Leaving directory
>    `/home/topgun/xen/source/xen-4.0-testing.staging'
>    make: *** [world] Error 2

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-10 15:45 Keir Fraser
  2011-01-10 16:53 ` Mike Viau
  2011-01-13 18:13 ` Pasi Kärkkäinen
@ 2011-01-14  0:54 ` KUWAMURA Shin'ya
  2 siblings, 0 replies; 16+ messages in thread
From: KUWAMURA Shin'ya @ 2011-01-14  0:54 UTC (permalink / raw)
  To: keir; +Cc: xen-devel

[-- Attachment #1: Type: Text/Plain, Size: 397 bytes --]

Hi Keir,

Could you backport xen-unstable 22092:e0ec7b10f8ce and apply the
attached patch? They are required in order to build 4.0.2-rc1 on ia64.

Notice: the attached patch is required only on xen-4.0-testing.
This issue was introduced by xen-4.0-testing 21300:8bdf09baff30
(xen-unstable 21886:578ed14c3c67),
 which required xen-unstable 21166:07befd9cf6d3.

Best regards,
-- 
  KUWAMURA Shin'ya

[-- Attachment #2: fix-kexec-continue_hypercall_on_cpu.patch --]
[-- Type: Text/X-Patch, Size: 1083 bytes --]

# HG changeset patch
# User KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>
# Date 1294782537 18000
# Node ID e2ea327517357193807e9a4961523108b35145ba
# Parent  d53dbb988624a658370462523d8b7f5aec11da2d
kexec: fix ia64 build for 21300:8bdf09baff30

On ia64, 21300:8bdf09baff30 introduces the following error:
  xen/common/kexec.c:490: undefined reference to `continue_hypercall_on_cpu'

The function continue_hypercall_on_cpu() is defined only on x86.

Signed-off-by: KUWAMURA Shin'ya <kuwa@jp.fujitsu.com>

diff -r d53dbb988624 -r e2ea32751735 xen/common/kexec.c
--- a/xen/common/kexec.c	Thu Sep 02 13:36:23 2010 +0100
+++ b/xen/common/kexec.c	Tue Jan 11 16:48:57 2011 -0500
@@ -487,7 +487,12 @@ static int kexec_exec(XEN_GUEST_HANDLE(v
     {
     case KEXEC_TYPE_DEFAULT:
         image = &kexec_image[base + pos];
+#ifdef CONFIG_X86
         ret = continue_hypercall_on_cpu(0, kexec_reboot, image);
+#else
+        one_cpu_only();
+        machine_reboot_kexec(image); /* Does not return */
+#endif
         break;
     case KEXEC_TYPE_CRASH:
         kexec_crash(); /* Does not return */

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
@ 2011-01-13 21:40 Ian Campbell
  0 siblings, 0 replies; 16+ messages in thread
From: Ian Campbell @ 2011-01-13 21:40 UTC (permalink / raw)
  To: Mike Viau, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 981 bytes --]

BTW kernel 2.6.32- 30 was just uploaded to Debian unstable and includes proper fixes for the issues which my builds were fixing.

Mike Viau <viaum@sheridanc.on.ca> wrote:



> On Thu, 13 Jan 2011 20:13:58 +0200 <pasik@iki.fi> wrote:
> > On Mon, Jan 10, 2011 at 03:45:59PM +0000, Keir Fraser wrote:
> > Folks,
> >
> > 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> >
> > Please test!
> >
>
> I just tried Xen 4.0.2-rc1 on one of my testboxes and I didn't find any problems.
> I was running various PV domUs without problems.
>
> Tested with Fedora 14 x86_64 and latest xen/stable-2.6.32.x pvops dom0 kernel.
>

I am having similar success thus far with the Debian 2.6.32-29+xen0 kernel from the ianc (Ian Campbells) xenbits folder.

PV domUs that were working on 4.0.1 are working as expected in 4.0.2.

Additionally I was able to update my debian testing domUs to use grub2 as the msdos syntax is now recgonized :)


-M

[-- Attachment #1.2: Type: text/html, Size: 1541 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-13 18:13 ` Pasi Kärkkäinen
@ 2011-01-13 21:34   ` Mike Viau
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Viau @ 2011-01-13 21:34 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 821 bytes --]


> On Thu, 13 Jan 2011 20:13:58 +0200 <pasik@iki.fi> wrote:
> > On Mon, Jan 10, 2011 at 03:45:59PM +0000, Keir Fraser wrote:
> > Folks,
> > 
> > 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> > 
> > Please test!
> > 
> 
> I just tried Xen 4.0.2-rc1 on one of my testboxes and I didn't find any problems.
> I was running various PV domUs without problems.
> 
> Tested with Fedora 14 x86_64 and latest xen/stable-2.6.32.x pvops dom0 kernel.
> 

I am having similar success thus far with the Debian 2.6.32-29+xen0 kernel from the ianc (Ian Campbells) xenbits folder.

PV domUs that were working on 4.0.1 are working as expected in 4.0.2.

Additionally I was able to update my debian testing domUs to use grub2 as the msdos syntax is now recgonized :)


-M
 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 1133 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-10 15:45 Keir Fraser
  2011-01-10 16:53 ` Mike Viau
@ 2011-01-13 18:13 ` Pasi Kärkkäinen
  2011-01-13 21:34   ` Mike Viau
  2011-01-14  0:54 ` KUWAMURA Shin'ya
  2 siblings, 1 reply; 16+ messages in thread
From: Pasi Kärkkäinen @ 2011-01-13 18:13 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel

On Mon, Jan 10, 2011 at 03:45:59PM +0000, Keir Fraser wrote:
> Folks,
> 
> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> 
> Please test!
> 

I just tried Xen 4.0.2-rc1 on one of my testboxes and I didn't find any problems.
I was running various PV domUs without problems.

Tested with Fedora 14 x86_64 and latest xen/stable-2.6.32.x pvops dom0 kernel.

-- Pasi

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-10 16:53 ` Mike Viau
  2011-01-10 17:17   ` Keir Fraser
@ 2011-01-11 17:15   ` Ian Jackson
  1 sibling, 0 replies; 16+ messages in thread
From: Ian Jackson @ 2011-01-11 17:15 UTC (permalink / raw)
  To: Mike Viau; +Cc: xen-devel

Mike Viau writes ("RE: [Xen-devel] Xen 4.0.2 first release candidate"):
> > On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
> > 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> 
> Are the dependancies unchanged from Xen 4.0?

I think they should be.  It would be rare that we deliberately
introduce new dependencies in a stable branch, and I don't recall
having done so for 4.0.

Ian.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-10 18:33     ` Mike Viau
@ 2011-01-10 18:46       ` Keir Fraser
  0 siblings, 0 replies; 16+ messages in thread
From: Keir Fraser @ 2011-01-10 18:46 UTC (permalink / raw)
  To: Mike Viau, xen-devel

On 10/01/2011 18:33, "Mike Viau" <viaum@sheridanc.on.ca> wrote:

>> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
>> Folks,
>> 
>> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
>> 
>> Please test!
>> 
>>  -- Keir
> 
> I will be able to test the new release later today.
> 
> I did however notice as of 1:30PM -0500 that
> http://xenbits.xen.org/xen-4.0-testing.hg?tags was not reflecting the tag.
> 
> ed6ff865366e8dc9964a6dd0050f831300881a93 tip
> <http://xenbits.xen.org/xen-4.0-testing.hg?rev/ed6ff865366e>
> 
> Please advise.

That's why I linked to the staging repository, not the main repository. It
will be auto-pushed to the latter when the automated tests pass. Could be
tomorrow before it appears in the main repo. You can just grab it from the
staging repo meanwhile.

 K.

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-10 17:17   ` Keir Fraser
@ 2011-01-10 18:33     ` Mike Viau
  2011-01-10 18:46       ` Keir Fraser
  0 siblings, 1 reply; 16+ messages in thread
From: Mike Viau @ 2011-01-10 18:33 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 454 bytes --]


> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
> Folks,
> 
> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> 
> Please test!
> 
>  -- Keir

I will be able to test the new release later today.

I did however notice as of 1:30PM -0500 that http://xenbits.xen.org/xen-4.0-testing.hg?tags was not reflecting the tag.

ed6ff865366e8dc9964a6dd0050f831300881a93 tip

Please advise.

-M
 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 1308 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: Xen 4.0.2 first release candidate
  2011-01-10 16:53 ` Mike Viau
@ 2011-01-10 17:17   ` Keir Fraser
  2011-01-10 18:33     ` Mike Viau
  2011-01-11 17:15   ` Ian Jackson
  1 sibling, 1 reply; 16+ messages in thread
From: Keir Fraser @ 2011-01-10 17:17 UTC (permalink / raw)
  To: Mike Viau, xen-devel

On 10/01/2011 16:53, "Mike Viau" <viaum@sheridanc.on.ca> wrote:

>> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
>> Folks,
>> 
>> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
>> 
>> Please test!
>> 
>>  -- Keir
>> 
>> 
>> 
> 
> Are the dependancies unchanged from Xen 4.0?

Should be unchanged since 4.0.1 I believe. We can update the readme or other
documentation if people find otherwise.

 K.

> 
> Requirements for  building Xen 4.0 from source
> New software packages required to compile the Xen  hypervisor/tools from
> source: 
> * iasl 
> * xz libs and headers to build pygrub with support for lzma compressed domU
> kernels. 
> Note to developers: Xen 4.0 can be built on RHEL5 / CentOS 5, but if you want
> to modify the sources before building, then you need to have a newer version
> of "flex" than what's included in the EL5 distributions! For more information
> please see 
> http://lists.xensource.com/archives/html/xen-devel/2010-03/msg00180.html  and
> http://xenbits.xensource.com/xen-4.0-testing.hg?rev/3138b3885999
> 
> Packages required for building from source
> Packages required to build Xen 4.0 from source on Fedora 11, 12, 13, 14 or 15,
> in addition to all the usual development tools and libraries:
> 
> yum groupinstall "Development Libraries"
> yum groupinstall "Development Tools"
> yum install transfig wget texi2html libaio-devel dev86 glibc-devel
> e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-devel pciutils-libs
> pciutils-devel SDL-devel libX11-devel gtk2-devel bridge-utils PyXML
> qemu-common qemu-img mercurial
> yum install glibc-devel.i686
> Required packages for Debian Lenny 5.0 & Squeeze 6.0 / Ubuntu 8.x & 9.x &
> 10.04: 
> 
> apt-get install bcc bin86 gawk bridge-utils iproute libcurl3
> libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo
> texlive-latex-base texlive-latex-recommended texlive-fonts-extra
> texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc
> libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch
> libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev
> git-core uuid-dev ocaml libx11-dev
> If you have a 64bit version of Debian/Ubuntu you also need this additional
> package: 
> 
> apt-get install gcc-multilib
> 
> Also note that in Debian/Ubuntu you'll need "xz-utils" (the new version of
> lzma library) to be able to build pygrub with support for lzma compressed
> kernels!: 
> apt-get install xz-utils
> 
>        
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* RE: Xen 4.0.2 first release candidate
  2011-01-10 15:45 Keir Fraser
@ 2011-01-10 16:53 ` Mike Viau
  2011-01-10 17:17   ` Keir Fraser
  2011-01-11 17:15   ` Ian Jackson
  2011-01-13 18:13 ` Pasi Kärkkäinen
  2011-01-14  0:54 ` KUWAMURA Shin'ya
  2 siblings, 2 replies; 16+ messages in thread
From: Mike Viau @ 2011-01-10 16:53 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2244 bytes --]


> On Mon, 10 Jan 2011 15:45:59 +0000 <keir@xen.org> wrote:
> Folks,
> 
> 4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg
> 
> Please test!
> 
>  -- Keir
> 
> 
> 

Are the dependancies unchanged from Xen 4.0?


Requirements for  building Xen 4.0 from source
New software packages required to compile the Xen  hypervisor/tools from source: iasl xz libs and headers to build pygrub with support for lzma compressed domU kernels. Note
to developers: Xen 4.0 can be built on RHEL5 / CentOS 5, but if you
want to modify the sources before building, then you need to have a
newer version of "flex" than what's included in the EL5 distributions!
For more information please see http://lists.xensource.com/archives/html/xen-devel/2010-03/msg00180.html  and http://xenbits.xensource.com/xen-4.0-testing.hg?rev/3138b3885999 
Packages required for building from source
Packages
required to build Xen 4.0 from source on Fedora 11, 12, 13, 14 or 15,
in addition to all the usual development tools and libraries: yum groupinstall "Development Libraries"
yum groupinstall "Development Tools"
yum install transfig wget texi2html libaio-devel dev86 glibc-devel e2fsprogs-devel gitk mkinitrd iasl xz-devel bzip2-devel pciutils-libs pciutils-devel SDL-devel libX11-devel gtk2-devel bridge-utils PyXML qemu-common qemu-img mercurial
yum install glibc-devel.i686Required packages for Debian Lenny 5.0 & Squeeze 6.0 / Ubuntu 8.x & 9.x & 10.04: apt-get install bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-devIf you have a 64bit version of Debian/Ubuntu you also need this additional package: apt-get install gcc-multilib 
Also
note that in Debian/Ubuntu you'll need "xz-utils" (the new version of
lzma library) to be able to build pygrub with support for lzma
compressed kernels!: apt-get install xz-utils

 		 	   		  

[-- Attachment #1.2: Type: text/html, Size: 4254 bytes --]

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

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Xen 4.0.2 first release candidate
@ 2011-01-10 15:45 Keir Fraser
  2011-01-10 16:53 ` Mike Viau
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Keir Fraser @ 2011-01-10 15:45 UTC (permalink / raw)
  To: xen-devel

Folks,

4.0.2-rc1 is now tagged in http://xenbits.xen.org/staging/xen-4.0-testing.hg

Please test!

 -- Keir

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-01-14  0:54 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-10 21:59 Xen 4.0.2 first release candidate Mike Viau
2011-01-11  7:21 ` Pasi Kärkkäinen
2011-01-11 17:25   ` Ian Jackson
2011-01-11 21:38     ` Mike Viau
2011-01-12  7:32       ` Pasi Kärkkäinen
2011-01-11 17:25 ` Ian Jackson
  -- strict thread matches above, loose matches on Subject: below --
2011-01-13 21:40 Ian Campbell
2011-01-10 15:45 Keir Fraser
2011-01-10 16:53 ` Mike Viau
2011-01-10 17:17   ` Keir Fraser
2011-01-10 18:33     ` Mike Viau
2011-01-10 18:46       ` Keir Fraser
2011-01-11 17:15   ` Ian Jackson
2011-01-13 18:13 ` Pasi Kärkkäinen
2011-01-13 21:34   ` Mike Viau
2011-01-14  0:54 ` KUWAMURA Shin'ya

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.