The Solaris Express build 75 release will be the first Solaris Express build to include the Solaris xVM bits. There is a pretty serious bug in dom0 and potentially domU due to some bits that were integrated around the same time.. It''s recommended that you use the "set softcall_delay=0x100000" workaround documented in 6612343 for both dom0 and domU. This bug should be fixed in b76. http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 Also, the current xVM sources can now be found @ http://dlc.sun.com/osol/on/downloads/current/ We are working hard at moving these bits so they live in OpenSolaris.org But at least for now, there''s a zip''d tar files available... MRJ -- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
So it would be correct to state that from Solaris Express build 75 on, xVM/Xen will be included as a standard part of Solaris Express for x86/x64?? Jerry K Mark Johnson wrote:> The Solaris Express build 75 release will be the > first Solaris Express build to include the Solaris > xVM bits. > > There is a pretty serious bug in dom0 and potentially > domU due to some bits that were integrated around the > same time.. It''s recommended that you use the > "set softcall_delay=0x100000" workaround documented in > 6612343 for both dom0 and domU. This bug should be > fixed in b76. > http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 > > > > Also, the current xVM sources can now be found > @ http://dlc.sun.com/osol/on/downloads/current/ > We are working hard at moving these bits so they > live in OpenSolaris.org But at least for now, > there''s a zip''d tar files available... > > > > MRJ > > >
Jerry Kemp wrote:> So it would be correct to state that from Solaris Express build 75 on, > xVM/Xen will be included as a standard part of Solaris Express for x86/x64?? >Yes. MRJ> > > Mark Johnson wrote: >> The Solaris Express build 75 release will be the >> first Solaris Express build to include the Solaris >> xVM bits. >> >> There is a pretty serious bug in dom0 and potentially >> domU due to some bits that were integrated around the >> same time.. It''s recommended that you use the >> "set softcall_delay=0x100000" workaround documented in >> 6612343 for both dom0 and domU. This bug should be >> fixed in b76. >> http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 >> >> >> >> Also, the current xVM sources can now be found >> @ http://dlc.sun.com/osol/on/downloads/current/ >> We are working hard at moving these bits so they >> live in OpenSolaris.org But at least for now, >> there''s a zip''d tar files available... >> >> >> >> MRJ >> >> >> > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
> The Solaris Express build 75 release will be the > first Solaris Express build to include the Solaris > xVM bits....> Also, the current xVM sources can now be found > @ http://dlc.sun.com/osol/on/downloads/current/ > We are working hard at moving these bits so they > live in OpenSolaris.org But at least for now, > there''s a zip''d tar files available...Is the xvm-src.tar.bz2 archive file that can be found at http://dlc.sun.com/osol/on/downloads/current/ (MD5 checksum: 7b6fe4c760b71bd074735685aad4b2b5) really the correct source archive for the current OpenSolaris xVM? Looking at the xen.hg changelog, I see the latest change is from Jan 29, 2007 (while the previous build 66 xVM source drop had the latest changes from Jul 11, 2007): changeset 13138: d401cb96d8a0 tag: tip author: Tim Deegan <Tim.Deegan@xensource.com> date: Mon Jan 29 15:04:58 2007 +0000 I also noticed that the xvm-src.tar.bz2 bundle seems to miss all the changes that are needed to make it compile on OpenSolaris. This message posted from opensolaris.org
Jürgen Keil wrote:>> The Solaris Express build 75 release will be the >> first Solaris Express build to include the Solaris >> xVM bits. > ... >> Also, the current xVM sources can now be found >> @ http://dlc.sun.com/osol/on/downloads/current/ >> We are working hard at moving these bits so they >> live in OpenSolaris.org But at least for now, >> there''s a zip''d tar files available... > > Is the xvm-src.tar.bz2 archive file that can be found at > http://dlc.sun.com/osol/on/downloads/current/ > (MD5 checksum: 7b6fe4c760b71bd074735685aad4b2b5) > really the correct source archive for the current > OpenSolaris xVM?current should be linked to? http://dlc.sun.com/osol/on/downloads/b75/> Looking at the xen.hg changelog, I see the latest change > is from Jan 29, 2007 (while the previous build 66 xVM > source drop had the latest changes from Jul 11, 2007): > > changeset 13138: d401cb96d8a0 > tag: tip > author: Tim Deegan <Tim.Deegan@xensource.com> > date: Mon Jan 29 15:04:58 2007 +0000 > > > I also noticed that the xvm-src.tar.bz2 bundle seems to miss all > the changes that are needed to make it compile on OpenSolaris.Don''t forget that we use mercurial mq''s to manage our patches to xen.hg. What you see in xen.hd by default is the upstream gate. you need to add the following to ~/.hgrc [extensions] hgext.mq The you can do the following $ hg qseries -v $ hg qpush -a MRJ -- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
> > > Jürgen Keil wrote: > >> The Solaris Express build 75 release will be the > >> first Solaris Express build to include the Solaris > >> xVM bits. > > ... > >> Also, the current xVM sources can now be found > >> @ http://dlc.sun.com/osol/on/downloads/current/ > >> We are working hard at moving these bits so they > >> live in OpenSolaris.org But at least for now, > >> there's a zip'd tar files available... > > > > Is the xvm-src.tar.bz2 archive file that can be found at > > http://dlc.sun.com/osol/on/downloads/current/ > > (MD5 checksum: 7b6fe4c760b71bd074735685aad4b2b5) > > really the correct source archive for the current > > OpenSolaris xVM? > > > current should be linked to? > http://dlc.sun.com/osol/on/downloads/b75/No, http://dlc.sun.com/osol/on/downloads/current/xvm-src.tar.bz2 and http://dlc.sun.com/osol/on/downloads/b75/xvm-src.tar.bz2 are slightly different. There are 7 hgrc file diffs, similar to this one: diff -ru /tmp/xvm-current/xen.hg/.hg/hgrc /tmp/xvm-b75/xen.hg/.hg/hgrc --- /tmp/xvm-current/xen.hg/.hg/hgrc 2007-10-09 20:21:18.000000000 +0200 +++ /tmp/xvm-b75/xen.hg/.hg/hgrc 2007-10-09 20:27:17.000000000 +0200 @@ -1,2 +1,2 @@ [paths] -default = /export/builds/xvm-gate/xen.hg +default = /export/builds/xvm_75/xen.hg And one diff for the xen.hg/.hg/patches/series file diff -ru /tmp/xvm-current/xen.hg/.hg/patches/series /tmp/xvm-b75/xen.hg/.hg/patches/series --- /tmp/xvm-current/xen.hg/.hg/patches/series 2007-10-09 20:21:36.000000000 +0200 +++ /tmp/xvm-b75/xen.hg/.hg/patches/series 2007-10-09 20:27:47.000000000 +0200 @@ -82,4 +82,3 @@ implement-flush-op xen-naming xenstored-close-std -pygrub-conf-security-fix>> Looking at the xen.hg changelog, I see the latest change >> is from Jan 29, 2007 (while the previous build 66 xVM >> source drop had the latest changes from Jul 11, 2007): >> >> changeset 13138: d401cb96d8a0 >> tag: tip >> author: Tim Deegan <Tim.Deegan@xensource.com> >> date: Mon Jan 29 15:04:58 2007 +0000 >> >> >> I also noticed that the xvm-src.tar.bz2 bundle seems to miss all >> the changes that are needed to make it compile on OpenSolaris. > Don't forget that we use mercurial mq's to manage > our patches to xen.hg. What you see in xen.hd by > default is the upstream gate. > > you need to add the following to ~/.hgrc > > [extensions] > hgext.mq> > The you can do the following > > $ hg qseries -v > $ hg qpush -aAhh, that was the missing piece, thanks. This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
On Mon, Oct 15, 2007 at 01:54:23AM -0700, J??rgen Keil wrote:> > Also, the current xVM sources can now be found > > @ http://dlc.sun.com/osol/on/downloads/current/ > > We are working hard at moving these bits so they > > live in OpenSolaris.org But at least for now, > > there''s a zip''d tar files available... > > Is the xvm-src.tar.bz2 archive file that can be found at > http://dlc.sun.com/osol/on/downloads/current/ > (MD5 checksum: 7b6fe4c760b71bd074735685aad4b2b5) > really the correct source archive for the current > OpenSolaris xVM? > > Looking at the xen.hg changelog, I see the latest change > is from Jan 29, 2007 (while the previous build 66 xVM > source drop had the latest changes from Jul 11, 2007): > > changeset 13138: d401cb96d8a0 > tag: tip > author: Tim Deegan <Tim.Deegan@xensource.com> > date: Mon Jan 29 15:04:58 2007 +0000 > > I also noticed that the xvm-src.tar.bz2 bundle seems to miss all > the changes that are needed to make it compile on OpenSolaris.Hi, all of our changes are supplied as MQ patches as described in sunos.hg/README. If you follow the instructions there then you should see the changes. (Note that you don''t really need the special version of Mercurial just to build.) regards john
Hi Mark I have one question. As from now on Solaris developer edition will be shipped with xen.If somebody wants to install on a machine which is not compatible with xen.(like older machine which does not have a hardware support)Will he be able to do that. When installing Fedora 6 and 7 which comes with xen.When I installed it on a older machine, X server doesn''t work.So in order to make it work I was supposed to install a kernel without the xen support and it worked after that. So what is the situation with Solaris?? regards Nirmal Agarwal On 10/10/07, Mark Johnson <Mark.Johnson@sun.com> wrote:> > The Solaris Express build 75 release will be the > first Solaris Express build to include the Solaris > xVM bits. > > There is a pretty serious bug in dom0 and potentially > domU due to some bits that were integrated around the > same time.. It''s recommended that you use the > "set softcall_delay=0x100000" workaround documented in > 6612343 for both dom0 and domU. This bug should be > fixed in b76. > http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 > > > > Also, the current xVM sources can now be found > @ http://dlc.sun.com/osol/on/downloads/current/ > We are working hard at moving these bits so they > live in OpenSolaris.org But at least for now, > there''s a zip''d tar files available... > > > > MRJ > > > > -- > Mark Johnson <mark.johnson@sun.com> > Sun Microsystems, Inc. > (781) 442-0869 > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org >-- Nirmal Agarwal Da-iict ------------------------ An eye for an eye makes world blind. Mahatma Gandhi ----------------------
Jürgen Keil wrote:> > And one diff for the xen.hg/.hg/patches/series file > > diff -ru /tmp/xvm-current/xen.hg/.hg/patches/series /tmp/xvm-b75/xen.hg/.hg/patches/series > --- /tmp/xvm-current/xen.hg/.hg/patches/series 2007-10-09 20:21:36.000000000 +0200 > +++ /tmp/xvm-b75/xen.hg/.hg/patches/series 2007-10-09 20:27:47.000000000 +0200 > @@ -82,4 +82,3 @@ > implement-flush-op > xen-naming > xenstored-close-std > -pygrub-conf-security-fix > >>> Looking at the xen.hg changelog, I see the latest change >>> is from Jan 29, 2007 (while the previous build 66 xVM >>> source drop had the latest changes from Jul 11, 2007): >>> >>> changeset 13138: d401cb96d8a0 >>> tag: tip >>> author: Tim Deegan <Tim.Deegan@xensource.com> >>> date: Mon Jan 29 15:04:58 2007 +0000Ah, right. Current really is current :-) e.g. post b75... MRJ -- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869 _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org
Nirmal Agarwal wrote:> Hi Mark > > I have one question. > As from now on Solaris developer edition will be shipped with xen.If > somebody wants to install on a machine which is not compatible with > xen.(like older machine which does not have a hardware support)Will he > be able to do that.You only need the H/W support to run unmodified guests, e.g. Windows, Solaris 10, etc. You will still be able to run PV guests which include OpenSolaris and various Linuxes.... However, we don''t currently support Solaris dom0 on older machines which don''t have ACPI support.> When installing Fedora 6 and 7 which comes with xen.When I installed > it on a older machine, X server doesn''t work.So in order to make it > work I was supposed to install a kernel without the xen support and it > worked after that. > So what is the situation with Solaris??The Xserver should work fine on Solaris... MRJ> regards > Nirmal Agarwal > > On 10/10/07, Mark Johnson <Mark.Johnson@sun.com> wrote: >> The Solaris Express build 75 release will be the >> first Solaris Express build to include the Solaris >> xVM bits. >> >> There is a pretty serious bug in dom0 and potentially >> domU due to some bits that were integrated around the >> same time.. It''s recommended that you use the >> "set softcall_delay=0x100000" workaround documented in >> 6612343 for both dom0 and domU. This bug should be >> fixed in b76. >> http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 >> >> >> >> Also, the current xVM sources can now be found >> @ http://dlc.sun.com/osol/on/downloads/current/ >> We are working hard at moving these bits so they >> live in OpenSolaris.org But at least for now, >> there''s a zip''d tar files available... >> >> >> >> MRJ >> >> >> >> -- >> Mark Johnson <mark.johnson@sun.com> >> Sun Microsystems, Inc. >> (781) 442-0869 >> _______________________________________________ >> xen-discuss mailing list >> xen-discuss@opensolaris.org >> > >-- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869
Can somebody give me some hints on how to get the xen bits compiled on top of b75 (bfu''ed from b74). I dowloaded the sources , checked the readme file but since I don''t have access to http://jurassic.eng (probably an internal server @sun ?) I cannot figure out how to get this job done. Thanks in advance. K The readme [root@master-10:25 PM-~/xen/xen-src-3.0.4-1-sun]# cat sunos.hg/README This is the gate for Xen at Sun. It is located at /net/xenbld.sfbay/export/xen-gate/ See here for more information: http://jurassic.eng/~johnlev/xen/gate/ This message posted from opensolaris.org
On Tue, Oct 16, 2007 at 01:32:58PM -0700, kristof wrote:> Can somebody give me some hints on how to get the xen bits compiled on top of b75 (bfu''ed from b74). I dowloaded the sources , checked the readme file but since I don''t have access to http://jurassic.eng (probably an internal server @sun ?) I cannot figure out how to get this job done. >You donwloaded the wrong bits. You need the xVM sources from: http://dlc.sun.com/osol/on/downloads/b75/ You don''t need the special version of Mercurial mentioned in the README just to build the bits. regards john
Is xen''s pciback finally supported in xVM? http://wiki.xensource.com/xenwiki/Assign_hardware_to_DomU_with_PCIBack_as_module This message posted from opensolaris.org
On Wed, Oct 17, 2007 at 11:18:27AM -0700, Kugutsumen wrote:> Is xen''s pciback finally supported in xVM? > > http://wiki.xensource.com/xenwiki/Assign_hardware_to_DomU_with_PCIBack_as_moduleNo, there is no such support yet. regards john
Mark Johnson wrote: Hi,> The Solaris Express build 75 release will be the > first Solaris Express build to include the Solaris > xVM bits. > > There is a pretty serious bug in dom0 and potentially > domU due to some bits that were integrated around the > same time.. It''s recommended that you use the > "set softcall_delay=0x100000" workaround documented in > 6612343 for both dom0 and domU. This bug should be > fixed in b76. > http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 > > >Is this bug fixed in the currently available image which is called b75a? regards Bernd -- Bernd Schemmer, Frankfurt am Main, Germany http://home.arcor.de/bnsmb/index.html M s temprano que tarde el mundo cambiar . Fidel Castro
Bernd Schemmer wrote:> Mark Johnson wrote: > > Hi, > >> The Solaris Express build 75 release will be the >> first Solaris Express build to include the Solaris >> xVM bits. >> >> There is a pretty serious bug in dom0 and potentially >> domU due to some bits that were integrated around the >> same time.. It''s recommended that you use the >> "set softcall_delay=0x100000" workaround documented in >> 6612343 for both dom0 and domU. This bug should be >> fixed in b76. >> http://bugs.opensolaris.org/view_bug.do?bug_id=6612343 >> >> >> > Is this bug fixed in the currently available image which is called b75a?No, we have not putback a fix for this bug yet. MRJ -- Mark Johnson <mark.johnson@sun.com> Sun Microsystems, Inc. (781) 442-0869