WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

RE: [Xen-devel] Re: [Xen-users] Re: Xen 4.0 - Support for Citrix WHQL-ce

To: Pasi Kärkkäinen <pasik@xxxxxx>, Giovanni Bellac <giovannib1979@xxxxxxxxx>
Subject: RE: [Xen-devel] Re: [Xen-users] Re: Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
From: Paul Durrant <Paul.Durrant@xxxxxxxxxx>
Date: Mon, 6 Sep 2010 16:45:57 +0100
Accept-language: en-US
Acceptlanguage: en-US
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Mon, 06 Sep 2010 08:46:50 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100906153107.GO2804@xxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <20100707181826.GK9805@xxxxxxx> <81A73678E76EA642801C8F2E4823AD218080C98AB5@xxxxxxxxxxxxxxxxxxxxxxxxx> <20100707203635.GM9805@xxxxxxx> <20100806102657.GA24101@xxxxxxxxxxxxxxxxxx> <20100815121549.GZ2804@xxxxxxxxxxx> <20100902162102.GA18804@xxxxxxxxxxxxxxxxxx> <20100902173130.GG2804@xxxxxxxxxxx> <AANLkTinGaPT4YOVoj6sCQ5nGYtieX8b0X8NOtQCfGFjN@xxxxxxxxxxxxxx> <20100903072617.GJ2804@xxxxxxxxxxx> <588819.46789.qm@xxxxxxxxxxxxxxxxxxxxxxxxxxx> <20100906153107.GO2804@xxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: ActN2QdjnryO7BxPQ5WZWvmctEXvDwAATx8Q
Thread-topic: [Xen-devel] Re: [Xen-users] Re: Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
The problem is that your tools are creating a /local/domain/vfb/0 node in 
xenstore. The PV drivers try to gracefully close down the backend for this 
using the same fe closing -> be closing -> fe closed -> be closed state dance 
that it uses for vifs and this is not working.
Since these is actually no fe driver for vfb, I suggest you just make sure this 
node does not exist.

  Paul

> -----Original Message-----
> From: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:xen-devel-
> bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Pasi Kärkkäinen
> Sent: 06 September 2010 16:31
> To: Giovanni Bellac
> Cc: xen-devel@xxxxxxxxxxxxxxxxxxx; xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-devel] Re: [Xen-users] Re: Xen 4.0 - Support for
> Citrix WHQL-certified Windows PV drivers
> 
> On Mon, Sep 06, 2010 at 03:23:31PM +0000, Giovanni Bellac wrote:
> >    Hello
> >
> >    I have done some new tests:
> >
> >    - XEN 4.0.1 (self compiled, "make world") + 2.6.32.21 from
> Jeremy
> >    - Windows 2008 R2 64Bit
> >    with windows PV drivers from XCP 0.5 and the regedit change
> from here:
> >    [1]http://xenbits.xen.org/xen-4.0-testing.hg?rev/be9b8be3c648
> >
> >    Same error:
> >    ...
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    XENUTIL: WARNING: CloseFrontend: timed out in
> >    XenbusWaitForBackendStateChange:
> /local/domain/0/backend/vfb/9/0 in state
> >    INITIALISING; retry.
> >    ...
> >
> >    I can not download XCP 0.1.1 to test the windows PV drivers
> from it,
> >    because it is not downloadable anymore.
> >    But I have read here in the lists, that the XCP 0.1.1 drivers
> are not
> >    fully signed.
> >
> >    So the feature
> >
> >    "Support for Citrix WHQL-certified Windows PV drivers, included
> in XCP
> >    (Xen Cloud Platform). Xen Cloud Platform:
> >    [2]http://www.xen.org/products/cloudxen.html";
> >
> >    is not really working... :(
> >
> 
> Added xen-devel to CC list.. maybe someone from Citrix
> has an idea why it doesn't work.
> 
> -- Pasi
> 
> 
> 
> >    Best regards
> >    Gio
> >
> >    ---------------------------------------------------------------
> -----------
> >
> >    Von: Pasi Kärkkäinen <pasik@xxxxxx>
> >    An: Keith Coleman <list.keith@xxxxxxxxxxx>
> >    CC: Dave Scott <Dave.Scott@xxxxxxxxxxxxx>; benco
> <benco@xxxxxxx>; Xen List
> >    <xen-users@xxxxxxxxxxxxxxxxxxx>; Mark Adams <mark@campbell-
> lange.net>
> >    Gesendet: Freitag, den 3. September 2010, 9:26:17 Uhr
> >    Betreff: Re: [Xen-users] Re: Xen 4.0 - Support for Citrix WHQL-
> certified
> >    Windows PV drivers
> >    On Thu, Sep 02, 2010 at 05:14:53PM -0400, Keith Coleman wrote:
> >    > On Thu, Sep 2, 2010 at 1:31 PM, Pasi Kärkkäinen
> <[3]pasik@xxxxxx> wrote:
> >    > > On Thu, Sep 02, 2010 at 05:21:02PM +0100, Mark Adams wrote:
> >    > >> Xen 4.0.1 rc3, didn't change any registry settings. Can
> you confirm
> >    what
> >    > >> needs to be changed or send a link?
> >    > >>
> >    > >
> >    > > It's mentioned in the xen-4.0 hg changelog:
> >    > > [4]http://xenbits.xen.org/xen-4.0-
> testing.hg?rev/be9b8be3c648
> >    > >
> >    >
> >    > The signed windows drivers from XCP 0.5 are not ready for
> normal xen.
> >    > Use the windows drivers from XCP 0.1.1, instead.
> >    >
> >
> >    Are there some additional changes required to Xen 4.0 to
> support XCP 0.5
> >    winpv drivers?
> >
> >    -- Pasi
> >
> >    _______________________________________________
> >    Xen-users mailing list
> >    [5]Xen-users@xxxxxxxxxxxxxxxxxxx
> >    [6]http://lists.xensource.com/xen-users
> >
> > References
> >
> >    Visible links
> >    1. http://xenbits.xen.org/xen-4.0-testing.hg?rev/be9b8be3c648
> >    2. http://www.xen.org/products/cloudxen.html
> >    3. mailto:pasik@xxxxxx
> >    4. http://xenbits.xen.org/xen-4.0-testing.hg?rev/be9b8be3c648
> >    5. mailto:Xen-users@xxxxxxxxxxxxxxxxxxx
> >    6. http://lists.xensource.com/xen-users
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel