xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* ANNOUNCEMENT: Xen 4.6 RC3
@ 2015-09-09 13:12 Wei Liu
  2015-09-14 11:11 ` George Dunlap
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2015-09-09 13:12 UTC (permalink / raw)
  To: xen-devel, xen-announce, xen-users; +Cc: wei.liu2

Hi all

Xen 4.6 RC3 has been tagged. You can check out the tag 4.6.0-rc3 in xen.git.

The tarball can be downloaded from:

http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz

Signature for tarball:

http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz.sig

When reporting bugs, please send your bug report to
xen-devel@lists.xenproject.org, present as much information as possible, tag it
with "BUG-4.6" and CC release manager (wei.liu2@citrix.com) and relevant
maintainers.

Annoucement for test day will be made separately.

Known issues / pending patches:

Subject: [PATCH v2] efi: introduce efi_arch_flush_dcache_area
Message-ID: <1441708697-578-1-git-send-email-stefano.stabellini@eu.citrix.com>

Subject: [PATCH for 4.6] x86/VPMU: Set VPMU context pointer to NULL when freeing it
Message-ID: <1441767352-9022-1-git-send-email-boris.ostrovsky@oracle.com>

Subject: [v2][PATCH] xen/vtd/iommu: permit group devices to passthrough in relaxed mode
Message-ID: <1441763998-4937-1-git-send-email-tiejun.chen@intel.com>

Subject: [Xen-devel] [PATCH] x86/hvm: fix saved pmtimer value
Message-ID: <87egi8kpzy.fsf@pingu.sky.yk.fujitsu.co.jp>

Guest with vNUMA configured can't be saved because save record doesn't contain
node information. Patches under development.

./configure --enable-systemd won't fail even if no systemd development files
are found. Patch to be developed.

Wei.

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

* Re: ANNOUNCEMENT: Xen 4.6 RC3
  2015-09-09 13:12 ANNOUNCEMENT: Xen 4.6 RC3 Wei Liu
@ 2015-09-14 11:11 ` George Dunlap
  2015-09-14 11:13   ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: George Dunlap @ 2015-09-14 11:11 UTC (permalink / raw)
  To: Wei Liu; +Cc: xen-devel, xen-announce, xen-users

On Wed, Sep 9, 2015 at 2:12 PM, Wei Liu <wei.liu2@citrix.com> wrote:
> Hi all
>
> Xen 4.6 RC3 has been tagged. You can check out the tag 4.6.0-rc3 in xen.git.
>
> The tarball can be downloaded from:
>
> http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz
>
> Signature for tarball:
>
> http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz.sig

I realize they all point the same place, but shouldn't we ideally be
using xenproject.org rather than xensource.com?  Particularly as the
latter hasn't actually existed as an entity for nearly 8 years? :-)

 -George

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

* Re: ANNOUNCEMENT: Xen 4.6 RC3
  2015-09-14 11:11 ` George Dunlap
@ 2015-09-14 11:13   ` Wei Liu
  2015-09-14 11:16     ` Ian Jackson
  2015-09-14 11:21     ` Ian Campbell
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Liu @ 2015-09-14 11:13 UTC (permalink / raw)
  To: George Dunlap; +Cc: xen-devel, xen-announce, Wei Liu, Ian Jackson, xen-users

On Mon, Sep 14, 2015 at 12:11:47PM +0100, George Dunlap wrote:
> On Wed, Sep 9, 2015 at 2:12 PM, Wei Liu <wei.liu2@citrix.com> wrote:
> > Hi all
> >
> > Xen 4.6 RC3 has been tagged. You can check out the tag 4.6.0-rc3 in xen.git.
> >
> > The tarball can be downloaded from:
> >
> > http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz
> >
> > Signature for tarball:
> >
> > http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz.sig
> 
> I realize they all point the same place, but shouldn't we ideally be
> using xenproject.org rather than xensource.com?  Particularly as the
> latter hasn't actually existed as an entity for nearly 8 years? :-)
> 

CC Ian.

>  -George

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

* Re: ANNOUNCEMENT: Xen 4.6 RC3
  2015-09-14 11:13   ` Wei Liu
@ 2015-09-14 11:16     ` Ian Jackson
  2015-09-14 11:21     ` Ian Campbell
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Jackson @ 2015-09-14 11:16 UTC (permalink / raw)
  To: Lars Kurth; +Cc: xen-devel, George Dunlap, xen-announce, Wei Liu, xen-users

Wei Liu writes ("Re: [Xen-devel] ANNOUNCEMENT: Xen 4.6 RC3"):
> On Mon, Sep 14, 2015 at 12:11:47PM +0100, George Dunlap wrote:
> > I realize they all point the same place, but shouldn't we ideally be
> > using xenproject.org rather than xensource.com?  Particularly as the
> > latter hasn't actually existed as an entity for nearly 8 years? :-)
> 
> CC Ian.

"bits.xensource.com" is an akamai service which is being paid for by
Citrix and contains a variety of ... stuff.

I have no idea how much our download bandwidth is, which means I don't
know if we can host our tarballs etc. on xenbits.

Ian.

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

* Re: ANNOUNCEMENT: Xen 4.6 RC3
  2015-09-14 11:13   ` Wei Liu
  2015-09-14 11:16     ` Ian Jackson
@ 2015-09-14 11:21     ` Ian Campbell
  1 sibling, 0 replies; 5+ messages in thread
From: Ian Campbell @ 2015-09-14 11:21 UTC (permalink / raw)
  To: Wei Liu, George Dunlap; +Cc: xen-devel, xen-announce, Ian Jackson, xen-users

On Mon, 2015-09-14 at 12:13 +0100, Wei Liu wrote:
> On Mon, Sep 14, 2015 at 12:11:47PM +0100, George Dunlap wrote:
> > On Wed, Sep 9, 2015 at 2:12 PM, Wei Liu <wei.liu2@citrix.com> wrote:
> > > Hi all
> > > 
> > > Xen 4.6 RC3 has been tagged. You can check out the tag 4.6.0-rc3 in
> > > xen.git.
> > > 
> > > The tarball can be downloaded from:
> > > 
> > > http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar
> > > .gz
> > > 
> > > Signature for tarball:
> > > 
> > > http://bits.xensource.com/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar
> > > .gz.sig
> > 
> > I realize they all point the same place, but shouldn't we ideally be
> > using xenproject.org rather than xensource.com?  Particularly as the
> > latter hasn't actually existed as an entity for nearly 8 years? :-)

$ wget http://bits.xenproject.org/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz
--2015-09-14 12:21:18--  http://bits.xenproject.org/oss-xen/release/4.6.0-rc3/xen-4.6.0-rc3.tar.gz
Resolving bits.xenproject.org (bits.xenproject.org)... failed: Name or service not known.
wget: unable to resolve host address ‘bits.xenproject.org’

(nor bits.xen.org, FWIW)

> > 
> 
> CC Ian.
> 
> >  -George
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

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

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

end of thread, other threads:[~2015-09-14 11:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 13:12 ANNOUNCEMENT: Xen 4.6 RC3 Wei Liu
2015-09-14 11:11 ` George Dunlap
2015-09-14 11:13   ` Wei Liu
2015-09-14 11:16     ` Ian Jackson
2015-09-14 11:21     ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).