Paul Durrant
2013-Jun-14 08:50 UTC
Re: [Qemu-devel] [PATCH] Remove hardcoded xen-platform device initialization
> -----Original Message----- > From: Stefano Stabellini [mailto:stefano.stabellini@eu.citrix.com] > Sent: 13 June 2013 18:33 > To: Paul Durrant > Cc: qemu-devel@nongnu.org; xen-devel@lists.xen.org > Subject: Re: [Qemu-devel] [PATCH] Remove hardcoded xen-platform device > initialization > > On Thu, 13 Jun 2013, Paul Durrant wrote: > > The xen-platform device should be initialized by the Xen toolstack by > > passing the appropriate -device argument on the command line. > > > > Signed-off-by: Paul Durrant <paul.durrant@citrix.com> > > This patch is problematic because we can''t know for sure the version of > upstream QEMU that is going to be used with Xen. > If we apply this patch and QEMU 1.5 is going to be used with Xen 4.2, > guests won''t be able to use PV drivers. >Is there not a compatibility matrix? The hardcoded init. is just blatantly the wrong thing to be doing and it needs to go. Could my accompanying toolstack patch not be backported to the next 4.2 release as mitigation? Paul