* [ANNOUNCE] Xen 3.2.0 released!
@ 2008-01-16 18:58 Keir Fraser
2008-01-16 20:05 ` Emre Erenoglu
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Keir Fraser @ 2008-01-16 18:58 UTC (permalink / raw)
To: xen-announce, xen-devel, xen-users
Folks,
We're pleased to announce the official release of Xen 3.2.0!
This has been a while coming, and represents the culmination of a lot of
work to improve architectural cleanliness 'under the hood', while also
providing a range of new user-visible features including:
- Xen Security Modules (XSM)
- ACPI S3 suspend-to-RAM support for the host system
- Preliminary PCI pass-through support (using appropriate Intel or AMD
I/O-virtualisation hardware)
- Preliminary support for a wider range of bootloaders in fully virtualised
(HVM) guests, using full emulation of x86 'real mode'.
- Faster emulation of standard (non-super) VGA modes for HVM guests
- Configurable timer modes for HVM guests, depending on how the guest OS
manages time-keeping
- Many other changes and enhancements across all supported machine
architectures
You can get the source using mercurial from:
http://xenbits.xensource.com/xen-3.2-testing.hg
To extract your own source tarball:
# hg clone http://xenbits.xensource.com/xen-3.2-testing.hg
# cd xen-3.2-testing.hg
# hg archive -t tgz -r RELEASE-3.2.0 ../xen-3.2.0.tar.gz
Pre-prepared source tarball and binary packages will soon be available from
the xen.org website.
Cheers,
Keir (on behalf of the whole Xen dev team)
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [ANNOUNCE] Xen 3.2.0 released!
2008-01-16 18:58 [ANNOUNCE] Xen 3.2.0 released! Keir Fraser
@ 2008-01-16 20:05 ` Emre Erenoglu
2008-01-17 1:15 ` Nico Kadel-Garcia
2008-01-21 14:31 ` [ANNOUNCE] Xen 3.2.0 source tarball and binary packages Ian Jackson
2 siblings, 0 replies; 4+ messages in thread
From: Emre Erenoglu @ 2008-01-16 20:05 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-announce, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 1896 bytes --]
Hi Keir,
Nice to hear this information. I've downloaded the sources yesterday night
and compiled them. Hope I'm bleeding edge now :)
Just one question, where can we download the "documentation" for Xen 3.2?
i.e. documentation about how to configure the below mentioned new features,
etc.
Thanks,
Emre
On Jan 16, 2008 7:58 PM, Keir Fraser <Keir.Fraser@cl.cam.ac.uk> wrote:
> Folks,
>
> We're pleased to announce the official release of Xen 3.2.0!
>
> This has been a while coming, and represents the culmination of a lot of
> work to improve architectural cleanliness 'under the hood', while also
> providing a range of new user-visible features including:
>
> - Xen Security Modules (XSM)
> - ACPI S3 suspend-to-RAM support for the host system
> - Preliminary PCI pass-through support (using appropriate Intel or AMD
> I/O-virtualisation hardware)
> - Preliminary support for a wider range of bootloaders in fully
> virtualised
> (HVM) guests, using full emulation of x86 'real mode'.
> - Faster emulation of standard (non-super) VGA modes for HVM guests
> - Configurable timer modes for HVM guests, depending on how the guest OS
> manages time-keeping
> - Many other changes and enhancements across all supported machine
> architectures
>
> You can get the source using mercurial from:
> http://xenbits.xensource.com/xen-3.2-testing.hg
>
> To extract your own source tarball:
> # hg clone http://xenbits.xensource.com/xen-3.2-testing.hg
> # cd xen-3.2-testing.hg
> # hg archive -t tgz -r RELEASE-3.2.0 ../xen-3.2.0.tar.gz
>
> Pre-prepared source tarball and binary packages will soon be available
> from
> the xen.org website.
>
> Cheers,
> Keir (on behalf of the whole Xen dev team)
>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
--
Emre Erenoglu
erenoglu@gmail.com
[-- Attachment #1.2: Type: text/html, Size: 2691 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ANNOUNCE] Xen 3.2.0 released!
2008-01-16 18:58 [ANNOUNCE] Xen 3.2.0 released! Keir Fraser
2008-01-16 20:05 ` Emre Erenoglu
@ 2008-01-17 1:15 ` Nico Kadel-Garcia
2008-01-21 14:31 ` [ANNOUNCE] Xen 3.2.0 source tarball and binary packages Ian Jackson
2 siblings, 0 replies; 4+ messages in thread
From: Nico Kadel-Garcia @ 2008-01-17 1:15 UTC (permalink / raw)
To: Keir Fraser; +Cc: xen-announce, xen-devel, xen-users
Keir Fraser wrote:
> Folks,
>
> We're pleased to announce the official release of Xen 3.2.0!
>
Cool beans!
What are the odds of getting the next published SRPM's to include the
same naming scheme and .spec file structure as RedHat uses, so that the
RHEL 4 and RHEL 5 packages have different names? And so that the %post
steps set up grub.conf the way it should be by default for Dom0 and DomU
automagically with the new changes in grubby by RedHat to support this?
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ANNOUNCE] Xen 3.2.0 source tarball and binary packages
2008-01-16 18:58 [ANNOUNCE] Xen 3.2.0 released! Keir Fraser
2008-01-16 20:05 ` Emre Erenoglu
2008-01-17 1:15 ` Nico Kadel-Garcia
@ 2008-01-21 14:31 ` Ian Jackson
2 siblings, 0 replies; 4+ messages in thread
From: Ian Jackson @ 2008-01-21 14:31 UTC (permalink / raw)
To: xen-announce, xen-devel
Keir Fraser writes ("[Xen-devel] [ANNOUNCE] Xen 3.2.0 released!"):
> We're pleased to announce the official release of Xen 3.2.0!
...
> You can get the source using mercurial from:
> http://xenbits.xensource.com/xen-3.2-testing.hg
An official source tarball xen-3.2.0.tar.gz is now available from
http://www.xen.org/download/
Also available there are binary packages for RHEL5/Centos5.1, Fedora 8
and OpenSUSE 10.3, which are all based mostly on the corresponding
distribution's binary packages. However, they have only been lightly
tested: they are intended as a base for distributions to work with and
secondarily as a preview or interim version for users; we don't plan
to release security patches or updates for these versions.
Binary packages with full security support, suitable for full
long-term production use, should be made available soon by the
distribution vendors in the usual way.
Ian.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-01-21 14:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 18:58 [ANNOUNCE] Xen 3.2.0 released! Keir Fraser
2008-01-16 20:05 ` Emre Erenoglu
2008-01-17 1:15 ` Nico Kadel-Garcia
2008-01-21 14:31 ` [ANNOUNCE] Xen 3.2.0 source tarball and binary packages Ian Jackson
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.