All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen 2.0 beta
@ 2004-08-27 22:38 Ian Pratt
  2004-08-27 22:57 ` ron minnich
                   ` (4 more replies)
  0 siblings, 5 replies; 28+ messages in thread
From: Ian Pratt @ 2004-08-27 22:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Pratt


Folks,

There have been some pretty significant checkins to the unstable
tree today:

First off, we've made it so that by default 'make world' builds a
Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
still use 2.4, but I think its important the 2.0 release is
"2.6 native".

Secondly, a number of important MMU optimisations have just been
enabled in the 2.6.8.1 tree. Performance should now be as good as
2.4. We've done a fair bit of testing, but should you have
problems, it would be useful to know if you can repeat with
CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.

I've created a new xen-2.0.bk tree on xen.bkbits.net which is
where the source for the 2.0 release will live. For the next few
weeks we expect this tree to simply be a time-lagged version of
the xeno-unstable.bk tree: bug fixes will get road tested in the
unstable tree then pushed to 2.0 if no problems are reported.

To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

NB: We've named the repository 'xen' rather than 'xeno' as the
latter name no longer makes sense now that the XenoServer project
now lives in a different repository. 

We'd be grateful if as many people as possible could test this
beta over the next few days, so we can shake out any bugs before
the official 2.0 release, hopefully next week or so.

Thanks,
Ian







-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-27 22:38 Xen 2.0 beta Ian Pratt
@ 2004-08-27 22:57 ` ron minnich
  2004-08-27 23:01   ` Ian Pratt
  2004-08-28  4:35 ` James Harper
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 28+ messages in thread
From: ron minnich @ 2004-08-27 22:57 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

how hard will it be to forward-port the plan 9 code if the DOM0 is 2.6? 
Is there some rough measure?

thanks

ron



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-27 22:57 ` ron minnich
@ 2004-08-27 23:01   ` Ian Pratt
  2004-08-28  2:46     ` ron minnich
  0 siblings, 1 reply; 28+ messages in thread
From: Ian Pratt @ 2004-08-27 23:01 UTC (permalink / raw)
  To: ron minnich; +Cc: Ian Pratt, xen-devel

> how hard will it be to forward-port the plan 9 code if the DOM0 is 2.6? 
> Is there some rough measure?

Whether dom0 is 2.4 or 2.6 shouldn't make any difference
whatsoever to the plan 9 port. You should find your domain
builder works on 2.6 just as before, and the IO device interfaces
are identical.

Ian



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-27 23:01   ` Ian Pratt
@ 2004-08-28  2:46     ` ron minnich
  0 siblings, 0 replies; 28+ messages in thread
From: ron minnich @ 2004-08-28  2:46 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Sat, 28 Aug 2004, Ian Pratt wrote:

> Whether dom0 is 2.4 or 2.6 shouldn't make any difference
> whatsoever to the plan 9 port. You should find your domain
> builder works on 2.6 just as before, and the IO device interfaces
> are identical.

Impressive! thanks!

ron



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* RE: Xen 2.0 beta
  2004-08-27 22:38 Xen 2.0 beta Ian Pratt
  2004-08-27 22:57 ` ron minnich
@ 2004-08-28  4:35 ` James Harper
  2004-08-28  6:35   ` Ian Pratt
  2004-08-28  9:12 ` James Harper
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 28+ messages in thread
From: James Harper @ 2004-08-28  4:35 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Pratt

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

will 2.6.8.1 pick up the config from 2.6.7?



From: Ian Pratt
Sent: Sat 28/08/2004 8:38 AM
To: xen-devel@lists.sourceforge.net
Cc: Ian.Pratt@cl.cam.ac.uk
Subject: [Xen-devel] Xen 2.0 beta


Folks,

There have been some pretty significant checkins to the unstable
tree today:

First off, we've made it so that by default 'make world' builds a
Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
still use 2.4, but I think its important the 2.0 release is
"2.6 native".

Secondly, a number of important MMU optimisations have just been
enabled in the 2.6.8.1 tree. Performance should now be as good as
2.4. We've done a fair bit of testing, but should you have
problems, it would be useful to know if you can repeat with
CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.

I've created a new xen-2.0.bk tree on xen.bkbits.net which is
where the source for the 2.0 release will live. For the next few
weeks we expect this tree to simply be a time-lagged version of
the xeno-unstable.bk tree: bug fixes will get road tested in the
unstable tree then pushed to 2.0 if no problems are reported.

To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

NB: We've named the repository 'xen' rather than 'xeno' as the
latter name no longer makes sense now that the XenoServer project
now lives in a different repository. 

We'd be grateful if as many people as possible could test this
beta over the next few days, so we can shake out any bugs before
the official 2.0 release, hopefully next week or so.

Thanks,
Ian







-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[-- Attachment #2: Type: text/html, Size: 2367 bytes --]

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

* Re: Xen 2.0 beta
  2004-08-28  4:35 ` James Harper
@ 2004-08-28  6:35   ` Ian Pratt
  2004-09-14 20:17     ` Rob Gardner
  0 siblings, 1 reply; 28+ messages in thread
From: Ian Pratt @ 2004-08-28  6:35 UTC (permalink / raw)
  To: James Harper; +Cc: Ian Pratt, xen-devel

> will 2.6.8.1 pick up the config from 2.6.7?

No. To retain your previous config:

cd ./boot/install
mv config-2.6.7-xen0 config-2.6.8.1-xen0
mv config-2.6.7-xenU config-2.6.8.1-xenU

cd ../..
make world




Ian


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* RE: Xen 2.0 beta
  2004-08-27 22:38 Xen 2.0 beta Ian Pratt
  2004-08-27 22:57 ` ron minnich
  2004-08-28  4:35 ` James Harper
@ 2004-08-28  9:12 ` James Harper
  2004-08-28  9:28   ` Christian Limpach
  2004-08-29  1:23 ` James Harper
  2004-08-31 15:59 ` Dick Davies
  4 siblings, 1 reply; 28+ messages in thread
From: James Harper @ 2004-08-28  9:12 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Pratt

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

'make world' gets as far as 'make docs' and then hangs on 'latex interface >/dev/null', waiting for standard input.

Any ideas?

James



From: Ian Pratt
Sent: Sat 28/08/2004 8:38 AM
To: xen-devel@lists.sourceforge.net
Cc: Ian.Pratt@cl.cam.ac.uk
Subject: [Xen-devel] Xen 2.0 beta


Folks,

There have been some pretty significant checkins to the unstable
tree today:

First off, we've made it so that by default 'make world' builds a
Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
still use 2.4, but I think its important the 2.0 release is
"2.6 native".

Secondly, a number of important MMU optimisations have just been
enabled in the 2.6.8.1 tree. Performance should now be as good as
2.4. We've done a fair bit of testing, but should you have
problems, it would be useful to know if you can repeat with
CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.

I've created a new xen-2.0.bk tree on xen.bkbits.net which is
where the source for the 2.0 release will live. For the next few
weeks we expect this tree to simply be a time-lagged version of
the xeno-unstable.bk tree: bug fixes will get road tested in the
unstable tree then pushed to 2.0 if no problems are reported.

To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

NB: We've named the repository 'xen' rather than 'xeno' as the
latter name no longer makes sense now that the XenoServer project
now lives in a different repository. 

We'd be grateful if as many people as possible could test this
beta over the next few days, so we can shake out any bugs before
the official 2.0 release, hopefully next week or so.

Thanks,
Ian







-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[-- Attachment #2: Type: text/html, Size: 2677 bytes --]

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

* Re: Xen 2.0 beta
  2004-08-28  9:12 ` James Harper
@ 2004-08-28  9:28   ` Christian Limpach
  2004-08-28 12:00     ` James Harper
  0 siblings, 1 reply; 28+ messages in thread
From: Christian Limpach @ 2004-08-28  9:28 UTC (permalink / raw)
  To: James Harper; +Cc: Ian Pratt, xen-devel

On Sat, Aug 28, 2004 at 07:12:03PM +1000, James Harper wrote:
> 'make world' gets as far as 'make docs' and then hangs on 'latex interface >/dev/null', waiting for standard input.

What happens if you run ``latex interface'' in the docs directory?
Does it print any error message then?

    christian



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* RE: Xen 2.0 beta
  2004-08-28  9:28   ` Christian Limpach
@ 2004-08-28 12:00     ` James Harper
  0 siblings, 0 replies; 28+ messages in thread
From: James Harper @ 2004-08-28 12:00 UTC (permalink / raw)
  To: Christian Limpach; +Cc: Ian Pratt, xen-devel

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

my bad. I was missing at least the file a4.sty. Installing tetex-extra (debian package) fixed it up. I now remember having to do that on the other server. I wonder if the build operation could detect this in a more useful way?

James



From: Christian Limpach
Sent: Sat 28/08/2004 7:28 PM
To: James Harper
Cc: Ian Pratt; xen-devel@lists.sourceforge.net
Subject: Re: [Xen-devel] Xen 2.0 beta


On Sat, Aug 28, 2004 at 07:12:03PM +1000, James Harper wrote:
> 'make world' gets as far as 'make docs' and then hangs on 'latex interface >/dev/null', waiting for standard input.

What happens if you run ``latex interface'' in the docs directory?
Does it print any error message then?

    christian

[-- Attachment #2: Type: text/html, Size: 1150 bytes --]

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

* RE: Xen 2.0 beta
  2004-08-27 22:38 Xen 2.0 beta Ian Pratt
                   ` (2 preceding siblings ...)
  2004-08-28  9:12 ` James Harper
@ 2004-08-29  1:23 ` James Harper
  2004-08-29  1:45   ` Mike Brady
  2004-08-29  2:11   ` James Harper
  2004-08-31 15:59 ` Dick Davies
  4 siblings, 2 replies; 28+ messages in thread
From: James Harper @ 2004-08-29  1:23 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian.Pratt

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

I get screenfulls of this message when trying to boot xenU:

Timer ISR: Time went backwards: -472618592
Timer ISR: Time went backwards: -471563592
Timer ISR: Time went backwards: -470508592
Timer ISR: Time went backwards: -469454592
Timer ISR: Time went backwards: -468375592
Timer ISR: Time went backwards: -467313592
Timer ISR: Time went backwards: -466252592

xen0 works fine.

it also doesn't appear to boot but with all those messages it's hard to tell why.

James




From: Ian Pratt
Sent: Sat 28/08/2004 8:38 AM
To: xen-devel@lists.sourceforge.net
Cc: Ian.Pratt@cl.cam.ac.uk
Subject: [Xen-devel] Xen 2.0 beta


Folks,

There have been some pretty significant checkins to the unstable
tree today:

First off, we've made it so that by default 'make world' builds a
Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
still use 2.4, but I think its important the 2.0 release is
"2.6 native".

Secondly, a number of important MMU optimisations have just been
enabled in the 2.6.8.1 tree. Performance should now be as good as
2.4. We've done a fair bit of testing, but should you have
problems, it would be useful to know if you can repeat with
CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.

I've created a new xen-2.0.bk tree on xen.bkbits.net which is
where the source for the 2.0 release will live. For the next few
weeks we expect this tree to simply be a time-lagged version of
the xeno-unstable.bk tree: bug fixes will get road tested in the
unstable tree then pushed to 2.0 if no problems are reported.

To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

NB: We've named the repository 'xen' rather than 'xeno' as the
latter name no longer makes sense now that the XenoServer project
now lives in a different repository. 

We'd be grateful if as many people as possible could test this
beta over the next few days, so we can shake out any bugs before
the official 2.0 release, hopefully next week or so.

Thanks,
Ian







-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[-- Attachment #2: Type: text/html, Size: 3301 bytes --]

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

* Re: Xen 2.0 beta
  2004-08-29  1:23 ` James Harper
@ 2004-08-29  1:45   ` Mike Brady
  2004-08-29  1:50     ` Keir Fraser
  2004-08-29  1:52     ` Mark Williamson
  2004-08-29  2:11   ` James Harper
  1 sibling, 2 replies; 28+ messages in thread
From: Mike Brady @ 2004-08-29  1:45 UTC (permalink / raw)
  To: xen-devel

I have the same issue here. I'm just recompiling everything from scatch just 
to make sure I haven't got some old stuff in there somewhere.

On Sun, 29 Aug 2004 13:23, James Harper wrote:
> I get screenfulls of this message when trying to boot xenU:
>
> Timer ISR: Time went backwards: -472618592
> Timer ISR: Time went backwards: -471563592
> Timer ISR: Time went backwards: -470508592
> Timer ISR: Time went backwards: -469454592
> Timer ISR: Time went backwards: -468375592
> Timer ISR: Time went backwards: -467313592
> Timer ISR: Time went backwards: -466252592
>
> xen0 works fine.
>
> it also doesn't appear to boot but with all those messages it's hard to
> tell why.
>
> James
>
>
>
>
> From: Ian Pratt
> Sent: Sat 28/08/2004 8:38 AM
> To: xen-devel@lists.sourceforge.net
> Cc: Ian.Pratt@cl.cam.ac.uk
> Subject: [Xen-devel] Xen 2.0 beta
>
>
> Folks,
>
> There have been some pretty significant checkins to the unstable
> tree today:
>
> First off, we've made it so that by default 'make world' builds a
> Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
> still use 2.4, but I think its important the 2.0 release is
> "2.6 native".
>
> Secondly, a number of important MMU optimisations have just been
> enabled in the 2.6.8.1 tree. Performance should now be as good as
> 2.4. We've done a fair bit of testing, but should you have
> problems, it would be useful to know if you can repeat with
> CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.
>
> I've created a new xen-2.0.bk tree on xen.bkbits.net which is
> where the source for the 2.0 release will live. For the next few
> weeks we expect this tree to simply be a time-lagged version of
> the xeno-unstable.bk tree: bug fixes will get road tested in the
> unstable tree then pushed to 2.0 if no problems are reported.
>
> To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"
>
> NB: We've named the repository 'xen' rather than 'xeno' as the
> latter name no longer makes sense now that the XenoServer project
> now lives in a different repository.
>
> We'd be grateful if as many people as possible could test this
> beta over the next few days, so we can shake out any bugs before
> the official 2.0 release, hopefully next week or so.
>
> Thanks,
> Ian
>
>
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-29  1:45   ` Mike Brady
@ 2004-08-29  1:50     ` Keir Fraser
  2004-08-29  1:52     ` Mark Williamson
  1 sibling, 0 replies; 28+ messages in thread
From: Keir Fraser @ 2004-08-29  1:50 UTC (permalink / raw)
  To: Mike Brady; +Cc: xen-devel


If you didn't rebuild xenU then you will probably see time not
working. I slipped in a cleanup to the time interface before the 2.0
release :-)

 -- Keir

> I have the same issue here. I'm just recompiling everything from scatch just 
> to make sure I haven't got some old stuff in there somewhere.
> 
> On Sun, 29 Aug 2004 13:23, James Harper wrote:
> > I get screenfulls of this message when trying to boot xenU:
> >
> > Timer ISR: Time went backwards: -472618592
> > Timer ISR: Time went backwards: -471563592
> > Timer ISR: Time went backwards: -470508592
> > Timer ISR: Time went backwards: -469454592
> > Timer ISR: Time went backwards: -468375592
> > Timer ISR: Time went backwards: -467313592
> > Timer ISR: Time went backwards: -466252592
> >
> > xen0 works fine.
> >
> > it also doesn't appear to boot but with all those messages it's hard to
> > tell why.
> >
> > James
> >
> >
> >
> >
> > From: Ian Pratt
> > Sent: Sat 28/08/2004 8:38 AM
> > To: xen-devel@lists.sourceforge.net
> > Cc: Ian.Pratt@cl.cam.ac.uk
> > Subject: [Xen-devel] Xen 2.0 beta
> >
> >
> > Folks,
> >
> > There have been some pretty significant checkins to the unstable
> > tree today:
> >
> > First off, we've made it so that by default 'make world' builds a
> > Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
> > still use 2.4, but I think its important the 2.0 release is
> > "2.6 native".
> >
> > Secondly, a number of important MMU optimisations have just been
> > enabled in the 2.6.8.1 tree. Performance should now be as good as
> > 2.4. We've done a fair bit of testing, but should you have
> > problems, it would be useful to know if you can repeat with
> > CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.
> >
> > I've created a new xen-2.0.bk tree on xen.bkbits.net which is
> > where the source for the 2.0 release will live. For the next few
> > weeks we expect this tree to simply be a time-lagged version of
> > the xeno-unstable.bk tree: bug fixes will get road tested in the
> > unstable tree then pushed to 2.0 if no problems are reported.
> >
> > To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"
> >
> > NB: We've named the repository 'xen' rather than 'xeno' as the
> > latter name no longer makes sense now that the XenoServer project
> > now lives in a different repository.
> >
> > We'd be grateful if as many people as possible could test this
> > beta over the next few days, so we can shake out any bugs before
> > the official 2.0 release, hopefully next week or so.
> >
> > Thanks,
> > Ian
> >
> >
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by BEA Weblogic Workshop
> > FREE Java Enterprise J2EE developer tools!
> > Get your free copy of BEA WebLogic Workshop 8.1 today.
> > http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1 today.
> http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-29  1:45   ` Mike Brady
  2004-08-29  1:50     ` Keir Fraser
@ 2004-08-29  1:52     ` Mark Williamson
  2004-08-29  2:09       ` James Harper
  2004-08-29  2:11       ` Mike Brady
  1 sibling, 2 replies; 28+ messages in thread
From: Mark Williamson @ 2004-08-29  1:52 UTC (permalink / raw)
  To: Mike Brady; +Cc: xen-devel, Mark.Williamson

Are you guys who see time going backwards running 2.6 in the XenU domain?

Cheers,
Mark



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* RE: Xen 2.0 beta
  2004-08-29  1:52     ` Mark Williamson
@ 2004-08-29  2:09       ` James Harper
  2004-08-29  2:11       ` Mike Brady
  1 sibling, 0 replies; 28+ messages in thread
From: James Harper @ 2004-08-29  2:09 UTC (permalink / raw)
  To: Mike Brady; +Cc: xen-devel, Mark.Williamson

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

i have not noticed before



From: Mark Williamson
Sent: Sun 29/08/2004 11:52 AM
To: Mike Brady
Cc: xen-devel@lists.sourceforge.net; Mark.Williamson@cl.cam.ac.uk
Subject: Re: [Xen-devel] Xen 2.0 beta


Are you guys who see time going backwards running 2.6 in the XenU domain?

Cheers,
Mark



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[-- Attachment #2: Type: text/html, Size: 1072 bytes --]

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

* Re: Xen 2.0 beta
  2004-08-29  1:52     ` Mark Williamson
  2004-08-29  2:09       ` James Harper
@ 2004-08-29  2:11       ` Mike Brady
  1 sibling, 0 replies; 28+ messages in thread
From: Mike Brady @ 2004-08-29  2:11 UTC (permalink / raw)
  To: Mark Williamson; +Cc: xen-devel

No.   I have seen it with 2.4.26 and 2.4.27.  I have yet to try running a 2.6 
dom0.

On Sun, 29 Aug 2004 13:52, Mark Williamson wrote:
> Are you guys who see time going backwards running 2.6 in the XenU domain?
>
> Cheers,
> Mark


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* RE: Xen 2.0 beta
  2004-08-29  1:23 ` James Harper
  2004-08-29  1:45   ` Mike Brady
@ 2004-08-29  2:11   ` James Harper
  1 sibling, 0 replies; 28+ messages in thread
From: James Harper @ 2004-08-29  2:11 UTC (permalink / raw)
  To: James Harper, xen-devel; +Cc: Ian.Pratt

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

i think i'm having a stupid day. I was still using the 2.6.7 kernel in by xenU config. sorry for the noise.

James



From: James Harper
Sent: Sun 29/08/2004 11:23 AM
To: Ian Pratt; xen-devel@lists.sourceforge.net
Cc: Ian.Pratt@cl.cam.ac.uk
Subject: RE: [Xen-devel] Xen 2.0 beta


I get screenfulls of this message when trying to boot xenU:

Timer ISR: Time went backwards: -472618592
Timer ISR: Time went backwards: -471563592
Timer ISR: Time went backwards: -470508592
Timer ISR: Time went backwards: -469454592
Timer ISR: Time went backwards: -468375592
Timer ISR: Time went backwards: -467313592
Timer ISR: Time went backwards: -466252592

xen0 works fine.

it also doesn't appear to boot but with all those messages it's hard to tell why.

James




From: Ian Pratt
Sent: Sat 28/08/2004 8:38 AM
To: xen-devel@lists.sourceforge.net
Cc: Ian.Pratt@cl.cam.ac.uk
Subject: [Xen-devel] Xen 2.0 beta


Folks,

There have been some pretty significant checkins to the unstable
tree today:

First off, we've made it so that by default 'make world' builds a
Linux 2.6.8.1 kernel rather than 2.4.27. I know a lot of people
still use 2.4, but I think its important the 2.0 release is
"2.6 native".

Secondly, a number of important MMU optimisations have just been
enabled in the 2.6.8.1 tree. Performance should now be as good as
2.4. We've done a fair bit of testing, but should you have
problems, it would be useful to know if you can repeat with
CONFIG_WRITABLE_PAGETABLES disabled in the linux kernel.

I've created a new xen-2.0.bk tree on xen.bkbits.net which is
where the source for the 2.0 release will live. For the next few
weeks we expect this tree to simply be a time-lagged version of
the xeno-unstable.bk tree: bug fixes will get road tested in the
unstable tree then pushed to 2.0 if no problems are reported.

To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

NB: We've named the repository 'xen' rather than 'xeno' as the
latter name no longer makes sense now that the XenoServer project
now lives in a different repository. 

We'd be grateful if as many people as possible could test this
beta over the next few days, so we can shake out any bugs before
the official 2.0 release, hopefully next week or so.

Thanks,
Ian







-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xen-devel

[-- Attachment #2: Type: text/html, Size: 3943 bytes --]

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

* Re: Xen 2.0 beta
  2004-08-27 22:38 Xen 2.0 beta Ian Pratt
                   ` (3 preceding siblings ...)
  2004-08-29  1:23 ` James Harper
@ 2004-08-31 15:59 ` Dick Davies
  2004-08-31 16:08   ` Mark Williamson
  2004-08-31 16:21   ` Steven Hand
  4 siblings, 2 replies; 28+ messages in thread
From: Dick Davies @ 2004-08-31 15:59 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Xen Devel

* Ian Pratt <Ian.Pratt@cl.cam.ac.uk> [0840 23:40]:

> To clone the proto 2.0 tree use "bk clone bk://xen.bkbits.net/xen-2.0.bk"

> NB: We've named the repository 'xen' rather than 'xeno' as the
> latter name no longer makes sense now that the XenoServer project
> now lives in a different repository. 

Can you update the user guide, it still refers to xeno:

http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html#SECTION02241000000000000000


--------8<-----------------

Using Bitkeeper

The public master BK repository for the 2.0 release lives at:
bk://xen.bkbits.net/xen-2.0.bk. You can use Bitkeeper to download it and keep it updated with the latest features and fixes.

Change to the directory in which you want to put the source code, then run:

# bk clone bk://xen.bkbits.net/xeno-2.0.bk

Under your current directory, a new directory named `xeno-2.0.bk' has been created, which contains all the source code for the Xen hypervisor and the Xen tools. The directory also contains `sparse' Linux source trees, containing only the files that differ between XenLinux and standard Linux.

Once you have cloned the repository, you can update to the newest changes to the repository by running:

# cd xeno-2.0.bk # to change into the local repository
# bk pull        # to update the repository

--------8<-----------------
 
-- 
The sooner you make your first 5000 mistakes, the sooner you will be
able to correct them.
		-- Nicolaides
Rasputin :: Jack of All Trades - Master of Nuns


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-31 15:59 ` Dick Davies
@ 2004-08-31 16:08   ` Mark Williamson
  2004-08-31 16:21   ` Steven Hand
  1 sibling, 0 replies; 28+ messages in thread
From: Mark Williamson @ 2004-08-31 16:08 UTC (permalink / raw)
  To: Dick Davies; +Cc: Ian Pratt, Xen Devel, Mark.Williamson

Thanks - I've spotted this already and am rolling it into my next set of 
updates.

Cheers,
Mark



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-31 15:59 ` Dick Davies
  2004-08-31 16:08   ` Mark Williamson
@ 2004-08-31 16:21   ` Steven Hand
  1 sibling, 0 replies; 28+ messages in thread
From: Steven Hand @ 2004-08-31 16:21 UTC (permalink / raw)
  To: Dick Davies; +Cc: Ian Pratt, Xen Devel


> Can you update the user guide, it still refers to xeno:
> 
> http://www.cl.cam.ac.uk/Research/SRG/netos/xen/readmes/user/user.html#SECTION02241000000000000000
> 
> 
> --------8<-----------------
> 
> Using Bitkeeper
> 
> The public master BK repository for the 2.0 release lives at:
> bk://xen.bkbits.net/xen-2.0.bk. You can use Bitkeeper to download it and keep it updated with the latest features and fixes.
> 
> Change to the directory in which you want to put the source code, then run:
> 
> # bk clone bk://xen.bkbits.net/xeno-2.0.bk
> 
> Under your current directory, a new directory named `xeno-2.0.bk' has been created, which contains all the source code for the Xen hypervisor and the Xen tools. The directory also contains `sparse' Linux source trees, containing only the files that differ between XenLinux and standard Linux.
> 
> Once you have cloned the repository, you can update to the newest changes to the repository by running:
> 
> # cd xeno-2.0.bk # to change into the local repository
> # bk pull        # to update the repository

Fixed in repo - docmentation will update automatically overnight. 

cheers,

S.


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click

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

* Re: Xen 2.0 beta
  2004-08-28  6:35   ` Ian Pratt
@ 2004-09-14 20:17     ` Rob Gardner
  2004-09-14 20:35       ` Steven Hand
  2004-09-14 20:35       ` Kip Macy
  0 siblings, 2 replies; 28+ messages in thread
From: Rob Gardner @ 2004-09-14 20:17 UTC (permalink / raw)
  To: xen-devel

I just picked up the latest xen-2.0.bk bits, built and installed them on
a machine that's been running an older version of xen and linux for a
while. Now nothing works. Never mind xen, linux barely works. Every
other command core dumps. This must be something simple... probably
related to changing from 2.4 to 2.6 kernel?? 

Rob





-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 20:17     ` Rob Gardner
@ 2004-09-14 20:35       ` Steven Hand
  2004-09-14 21:25         ` Rob Gardner
  2004-09-14 20:35       ` Kip Macy
  1 sibling, 1 reply; 28+ messages in thread
From: Steven Hand @ 2004-09-14 20:35 UTC (permalink / raw)
  To: Rob Gardner; +Cc: xen-devel, Steven.Hand


>I just picked up the latest xen-2.0.bk bits, built and installed them on
>a machine that's been running an older version of xen and linux for a
>while. Now nothing works. Never mind xen, linux barely works. Every
>other command core dumps. This must be something simple... probably
>related to changing from 2.4 to 2.6 kernel?? 

What filesystem (distro) are you using? There are some issues with 
TLS in more recent versions of FC (e.g FC3 test series) -- try booting
with 'nosegfixup' or move /lib/tls/ out of the way. 

Can you pin down a particular point where this behaviour starts to 
be exhibited (i.e. play with bk cset -x and rollback csets)? 

Any serial debug output you can give us? 


cheers,

S.




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 20:17     ` Rob Gardner
  2004-09-14 20:35       ` Steven Hand
@ 2004-09-14 20:35       ` Kip Macy
  1 sibling, 0 replies; 28+ messages in thread
From: Kip Macy @ 2004-09-14 20:35 UTC (permalink / raw)
  To: Rob Gardner; +Cc: xen-devel

You might need to upgrade your distribution, I'm running FC-1 and
unstable 1.1303 and I'm getting complaints of mount being out of date
when running 2.6.8.1.

>From my limited experiences the only thing that is *completely* broken
is pdb.


				-Kip






On Tue, 14 Sep 2004, Rob Gardner wrote:

> I just picked up the latest xen-2.0.bk bits, built and installed them on
> a machine that's been running an older version of xen and linux for a
> while. Now nothing works. Never mind xen, linux barely works. Every
> other command core dumps. This must be something simple... probably
> related to changing from 2.4 to 2.6 kernel??
>
> Rob
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
> Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
> Camcorder. More prizes in the weekly Lunch Hour Challenge.
> Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 20:35       ` Steven Hand
@ 2004-09-14 21:25         ` Rob Gardner
  2004-09-14 21:57           ` Keir Fraser
  2004-09-14 22:00           ` Steven Hand
  0 siblings, 2 replies; 28+ messages in thread
From: Rob Gardner @ 2004-09-14 21:25 UTC (permalink / raw)
  To: xen-devel

On Tue, 2004-09-14 at 14:35, Steven Hand wrote:
> >I just picked up the latest xen-2.0.bk bits, built and installed them on
> >a machine that's been running an older version of xen and linux for a
> >while. Now nothing works. Never mind xen, linux barely works. Every
> >other command core dumps. This must be something simple... probably
> >related to changing from 2.4 to 2.6 kernel?? 
> 
> What filesystem (distro) are you using? There are some issues with 
> TLS in more recent versions of FC (e.g FC3 test series) -- try booting
> with 'nosegfixup' or move /lib/tls/ out of the way. 


I moved /lib/tls, and everything works now, thanks!

I guess it was one of those "issues". 

(BTW, running RH9.0)


Rob




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 21:25         ` Rob Gardner
@ 2004-09-14 21:57           ` Keir Fraser
  2004-09-14 22:08             ` Rob Gardner
  2004-09-14 22:00           ` Steven Hand
  1 sibling, 1 reply; 28+ messages in thread
From: Keir Fraser @ 2004-09-14 21:57 UTC (permalink / raw)
  To: Rob Gardner; +Cc: xen-devel

> I moved /lib/tls, and everything works now, thanks!
> 
> I guess it was one of those "issues". 
> 
> (BTW, running RH9.0)

That's odd -- Xen should have emulated the instructions that we do not
support, and Linux should have printed a start-of-day banner to
explain the situation and request that /lib/tls be moved out of the
way...

Certainly I tested that code on RH9 before and it worked fine.

 -- Keir


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 21:25         ` Rob Gardner
  2004-09-14 21:57           ` Keir Fraser
@ 2004-09-14 22:00           ` Steven Hand
  2004-09-14 22:09             ` Rob Gardner
  1 sibling, 1 reply; 28+ messages in thread
From: Steven Hand @ 2004-09-14 22:00 UTC (permalink / raw)
  To: Rob Gardner; +Cc: xen-devel, Steven.Hand


>On Tue, 2004-09-14 at 14:35, Steven Hand wrote:
>> >I just picked up the latest xen-2.0.bk bits, built and installed them on
>> >a machine that's been running an older version of xen and linux for a
>> >while. Now nothing works. Never mind xen, linux barely works. Every
>> >other command core dumps. This must be something simple... probably
>> >related to changing from 2.4 to 2.6 kernel?? 
>> 
>> What filesystem (distro) are you using? There are some issues with 
>> TLS in more recent versions of FC (e.g FC3 test series) -- try booting
>> with 'nosegfixup' or move /lib/tls/ out of the way. 
>
>
>I moved /lib/tls, and everything works now, thanks!
>
>I guess it was one of those "issues". 
>
>(BTW, running RH9.0)

Hmm interesting... we've not had problems with rh9 before (or certainly
not problems of this severity). For interest, can you let us know the 
versions of the libraries you have in /lib/tls (e.g. libc-2.3.x, etc)? 

cheers,

S.


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 21:57           ` Keir Fraser
@ 2004-09-14 22:08             ` Rob Gardner
  2004-09-14 22:22               ` Keir Fraser
  0 siblings, 1 reply; 28+ messages in thread
From: Rob Gardner @ 2004-09-14 22:08 UTC (permalink / raw)
  To: xen-devel

On Tue, 2004-09-14 at 15:57, Keir Fraser wrote:
> > I moved /lib/tls, and everything works now, thanks!
> > 
> > I guess it was one of those "issues". 
> > 
> > (BTW, running RH9.0)
> 
> That's odd -- Xen should have emulated the instructions that we do not
> support, and Linux should have printed a start-of-day banner to
> explain the situation and request that /lib/tls be moved out of the
> way...
> 
> Certainly I tested that code on RH9 before and it worked fine.


Linux did print a banner about /lib/tls, but it didn't say "if stuff
doesn't work move /lib/tls". It said "to obtain full performance, move
/lib/tls". So I didn't immediately think this was the culprit.

Rob




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 22:00           ` Steven Hand
@ 2004-09-14 22:09             ` Rob Gardner
  0 siblings, 0 replies; 28+ messages in thread
From: Rob Gardner @ 2004-09-14 22:09 UTC (permalink / raw)
  To: xen-devel

On Tue, 2004-09-14 at 16:00, Steven Hand wrote:

> Hmm interesting... we've not had problems with rh9 before (or certainly
> not problems of this severity). For interest, can you let us know the 
> versions of the libraries you have in /lib/tls (e.g. libc-2.3.x, etc)? 


$ ls /lib/tls*
libc-2.3.2.so  libm-2.3.2.so  libpthread-0.29.so  libthread_db-1.0.so
libc.so.6      libm.so.6      libpthread.so.0     libthread_db.so.1



Rob




-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

* Re: Xen 2.0 beta
  2004-09-14 22:08             ` Rob Gardner
@ 2004-09-14 22:22               ` Keir Fraser
  0 siblings, 0 replies; 28+ messages in thread
From: Keir Fraser @ 2004-09-14 22:22 UTC (permalink / raw)
  To: Rob Gardner; +Cc: xen-devel

> Linux did print a banner about /lib/tls, but it didn't say "if stuff
> doesn't work move /lib/tls". It said "to obtain full performance, move
> /lib/tls". So I didn't immediately think this was the culprit.

I shall fix the banner. Easier than fixing the incomplete
emulation. ;-) The only purpose of that is really to get you to a boot
prompt to execute the mv command anyway.

 -- Keir


-------------------------------------------------------
This SF.Net email is sponsored by: thawte's Crypto Challenge Vl
Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam
Camcorder. More prizes in the weekly Lunch Hour Challenge.
Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m

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

end of thread, other threads:[~2004-09-14 22:22 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 22:38 Xen 2.0 beta Ian Pratt
2004-08-27 22:57 ` ron minnich
2004-08-27 23:01   ` Ian Pratt
2004-08-28  2:46     ` ron minnich
2004-08-28  4:35 ` James Harper
2004-08-28  6:35   ` Ian Pratt
2004-09-14 20:17     ` Rob Gardner
2004-09-14 20:35       ` Steven Hand
2004-09-14 21:25         ` Rob Gardner
2004-09-14 21:57           ` Keir Fraser
2004-09-14 22:08             ` Rob Gardner
2004-09-14 22:22               ` Keir Fraser
2004-09-14 22:00           ` Steven Hand
2004-09-14 22:09             ` Rob Gardner
2004-09-14 20:35       ` Kip Macy
2004-08-28  9:12 ` James Harper
2004-08-28  9:28   ` Christian Limpach
2004-08-28 12:00     ` James Harper
2004-08-29  1:23 ` James Harper
2004-08-29  1:45   ` Mike Brady
2004-08-29  1:50     ` Keir Fraser
2004-08-29  1:52     ` Mark Williamson
2004-08-29  2:09       ` James Harper
2004-08-29  2:11       ` Mike Brady
2004-08-29  2:11   ` James Harper
2004-08-31 15:59 ` Dick Davies
2004-08-31 16:08   ` Mark Williamson
2004-08-31 16:21   ` Steven Hand

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.