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-users

[Xen-users] about the latest commits to the gplpv (windows PV drivers) h

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>, <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] about the latest commits to the gplpv (windows PV drivers) hg tree
From: "James Harper" <james.harper@xxxxxxxxxxxxxxxx>
Date: Mon, 15 Dec 2008 19:31:36 +1100
Cc:
Delivery-date: Mon, 15 Dec 2008 00:32:35 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Aclej4tPvjdmah6bQLyenHNXqn/5Jw==
Thread-topic: about the latest commits to the gplpv (windows PV drivers) hg tree
If anyone is building the gplpv drivers from the hg tree please read
this...

The way that the qemu ide and network drivers were being hidden is not
really correct from a Microsoft 'right way to do things' point of view.
It also did not work during Windows textmode (press F6 to load addition
drivers) install time.

I'm experimenting with getting qemu to disable the devices there,
instead of persuading Windows to ignore them, which should be a lot
safer, but obviously requires a patch to qemu. GPLPV will still disable
the qemu devices on the windows side of things for the time being, but
at the moment they appear as drivers that failed to start.

Additionally, I am removing the /GPLPV flag to boot.ini and instead am
introducing a /NOGPLPV flag (eg you need a flag to disable the drivers,
instead of adding a flag to enable them), again to support textmode
install. As per a patch from Steve Meisner, safe mode will also disable
the GPLPV drivers so there should be no 'painting yourself into a
corner'.

Finally, Windows 2000 drivers will no longer be built as part of the
installer. They didn't work anyway, and I got tired of adding in code to
work around the missing API functions that I needed in Windows 2000 just
to get it to build, when I knew it didn't actually run. There is nothing
to stop anyone building under Windows 2000 themselves though (the build
will fail but there is only once call in there currently that causes
that). With sufficient incentive I could get them working 2000, but it's
not a priority at the moment.

So to summarise - if you do build from hg please test carefully.

Thanks

James


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] about the latest commits to the gplpv (windows PV drivers) hg tree, James Harper <=