Pasi Kärkkäinen
2009-Dec-18 09:08 UTC
[Xen-devel] Qemu version for upcoming Xen 4.0 release?
Hello, What version of Qemu(-dm) will be used for upcoming Xen 4.0? Upstream Qemu 0.12 will have a lot of new features: http://www.mail-archive.com/qemu-devel@nongnu.org/msg20151.html -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2009-Dec-18 10:41 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
On 18/12/2009 09:08, "Pasi Kärkkäinen" <pasik@iki.fi> wrote:> Hello, > > What version of Qemu(-dm) will be used for upcoming Xen 4.0? > > Upstream Qemu 0.12 will have a lot of new features: > http://www.mail-archive.com/qemu-devel@nongnu.org/msg20151.htmlTricky. We have plenty of other stuff to stabilise for 4.0 without making more work. But I suppose it would be nice to release with something other than an arbitrary qemu snapshot. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2009-Dec-20 20:10 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
On Fri, Dec 18, 2009 at 10:41:45AM +0000, Keir Fraser wrote:> On 18/12/2009 09:08, "Pasi Kärkkäinen" <pasik@iki.fi> wrote: > > > Hello, > > > > What version of Qemu(-dm) will be used for upcoming Xen 4.0? > > > > Upstream Qemu 0.12 will have a lot of new features: > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg20151.html > > Tricky. We have plenty of other stuff to stabilise for 4.0 without making > more work. But I suppose it would be nice to release with something other > than an arbitrary qemu snapshot. >Qemu 0.12.1 has been released: http://www.mail-archive.com/qemu-devel@nongnu.org/msg21682.html -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2010-Jan-06 13:06 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
On Sun, Dec 20, 2009 at 10:10:42PM +0200, Pasi Kärkkäinen wrote:> On Fri, Dec 18, 2009 at 10:41:45AM +0000, Keir Fraser wrote: > > On 18/12/2009 09:08, "Pasi Kärkkäinen" <pasik@iki.fi> wrote: > > > > > Hello, > > > > > > What version of Qemu(-dm) will be used for upcoming Xen 4.0? > > > > > > Upstream Qemu 0.12 will have a lot of new features: > > > http://www.mail-archive.com/qemu-devel@nongnu.org/msg20151.html > > > > Tricky. We have plenty of other stuff to stabilise for 4.0 without making > > more work. But I suppose it would be nice to release with something other > > than an arbitrary qemu snapshot. > > > > Qemu 0.12.1 has been released: > http://www.mail-archive.com/qemu-devel@nongnu.org/msg21682.html >Ian: What do you think? New major version of Xen would be good a opportunity to sync with upstream Qemu development.. especially when Qemu just released new stable version. Or is it too painful to re-sync qemu-xen with upstream? -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2010-Jan-06 17:28 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
Pasi Kärkkäinen writes ("Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?"):> Ian: What do you think? New major version of Xen would be good a > opportunity to sync with upstream Qemu development.. especially when > Qemu just released new stable version.qemu upstream development has been very active particularly in the 2nd half of last year. Applying our current patchset to qemu 0.12.1 is more of a rewrite than a sync. I''ve played around a bit with this but it''s been clear for some months from the huge changes upstream that the resync would be a big deal. It''s not a good idea to do at this stage of the Xen release cycle, and the qemu upstream release came a bit later for us. We''ll be looking into doing this for the next Xen release particularly if qemu upstream''s major architectural rework projects slow down. Not that there''s anything wrong with what qemu upstream have been doing - lots of it is very good stuff and very important. But it doesn''t provide a very easy base for throwing in a large set of changes like ours.> Or is it too painful to re-sync qemu-xen with upstream?It''s certainly not something we can do for 4.0. There''s a lot of work needed and the resulting qemu-xen would be quite unlike the current one so would need a lot of time to settle down. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Pasi Kärkkäinen
2010-Jan-06 17:39 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
On Wed, Jan 06, 2010 at 05:28:47PM +0000, Ian Jackson wrote:> Pasi Kärkkäinen writes ("Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?"): > > Ian: What do you think? New major version of Xen would be good a > > opportunity to sync with upstream Qemu development.. especially when > > Qemu just released new stable version. > > qemu upstream development has been very active particularly in the 2nd > half of last year. Applying our current patchset to qemu 0.12.1 is > more of a rewrite than a sync. I''ve played around a bit with this but > it''s been clear for some months from the huge changes upstream that > the resync would be a big deal. It''s not a good idea to do at this > stage of the Xen release cycle, and the qemu upstream release came a > bit later for us. > > We''ll be looking into doing this for the next Xen release particularly > if qemu upstream''s major architectural rework projects slow down. > Not that there''s anything wrong with what qemu upstream have been > doing - lots of it is very good stuff and very important. But it > doesn''t provide a very easy base for throwing in a large set of > changes like ours. > > > Or is it too painful to re-sync qemu-xen with upstream? > > It''s certainly not something we can do for 4.0. There''s a lot of work > needed and the resulting qemu-xen would be quite unlike the current > one so would need a lot of time to settle down. >Ok, that makes sense. Thanks for the comments. -- Pasi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Simon Horman
2010-Jan-06 22:40 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
An idea from left-field, but is there any chance of merging qemu-xen into qemu? _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Jackson
2010-Jan-08 17:16 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
Simon Horman writes ("Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?"):> An idea from left-field, but is there any chance of merging qemu-xen > into qemu?We''re planning to do this, hopefully into qemu 0.13 which is planned for the middle of this year. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Simon Horman
2010-Jan-09 00:01 UTC
Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?
On Fri, Jan 08, 2010 at 05:16:28PM +0000, Ian Jackson wrote:> Simon Horman writes ("Re: [Xen-devel] Qemu version for upcoming Xen 4.0 release?"): > > An idea from left-field, but is there any chance of merging qemu-xen > > into qemu? > > We''re planning to do this, hopefully into qemu 0.13 which is planned > for the middle of this year.Oooh, great! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel