similar to: performance of pv drivers for windows

Displaying 20 results from an estimated 1000 matches similar to: "performance of pv drivers for windows"

2008 Feb 02
17
New binary release of GPL PV drivers for Windows
I''ve just uploaded a new binary release of the GPL PV drivers for Windows - release 0.6.3. Fixes in this version are: . Should now work on any combination of front and backend bit widths (32, 32p, 64). Previous crashes that I thought were due to Intel arch were actually due to this problem. . The vbd driver will now not enumerate ''boot'' disks (eg those normally serviced
2008 Feb 02
17
New binary release of GPL PV drivers for Windows
I''ve just uploaded a new binary release of the GPL PV drivers for Windows - release 0.6.3. Fixes in this version are: . Should now work on any combination of front and backend bit widths (32, 32p, 64). Previous crashes that I thought were due to Intel arch were actually due to this problem. . The vbd driver will now not enumerate ''boot'' disks (eg those normally serviced
2012 Jan 18
7
Windows GPLPV xenvbd.sys BSOD
Hi, During the install of the univention.de-signed GPLPV drivers (gplpv_Vista2008x64_signed_0.11.0.308.msi) on my Windows 7 guest, I get a BSOD "DRIVER_IRQL_NOT_LESS_OR_EQUAL" in xenvbd.sys. Afterwards, Windows won''t start. I''m now trying to do a System Restore. I will try not installing the VBD driver afterwards and see if the others do work. Full BSOD:
2011 Sep 05
20
Stability report GPLPV 0.11.0.308
Hello James, I am doing quite rigorous torture tests with Xen and GPLPV. Let me first repeat the test setup: Use Xen 4.1.1 and kernel 2.6.32.36 (commit ae333e9). Configure 2 HVMs called VM1 and VM2 as follows (per HVM): 2 VCPUs, 2 virtual disks, 1024 MB RAM, viridian=1 Install Windows 2008 R2 SP1, do install everything twice - never clone. Install GPLPV, iometer 2006.07.27, prime95 26.6 x64,
2008 Jun 29
3
Preventing corruption if filesystem is modified between ''save'' and ''restore''
Is there currently a way of preventing filesystem corruption if the following sequence of events occurs: 1. ''xm save domain domain.chk'' 2. ''xm create domain'' 3. ''xm shutdown domain'' 4. ''xm restore domain.chk'' ? If not, I''m thinking of trying to implement into the windows gplpv xenvbd driver something along the
2008 Mar 31
5
Release 0.8.8 of GPL PV drivers for Windows
In the spirit of ''release early, release often'', here''s another binary release... http://www.meadowcourt.org/WindowsXenPV-0.8.8.zip The only thing that''s changed since 0.8.7 is that xennet should work under amd64 again. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 Mar 31
5
Release 0.8.8 of GPL PV drivers for Windows
In the spirit of ''release early, release often'', here''s another binary release... http://www.meadowcourt.org/WindowsXenPV-0.8.8.zip The only thing that''s changed since 0.8.7 is that xennet should work under amd64 again. James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2008 May 18
11
Release 0.9.0 of GPL PV Drivers for Windows
I''ve just put up the latest release of the GPLPV drivers for Windows. This release involved a fairly big rewrite of the stuff that talks to Windows as I changed from WDF to WDM. WDF is a newer framework from Microsoft which makes it easier to write drivers as a lot of the state management stuff is done for you. It also means shipping a great big dll around with the drivers (note the
2008 May 18
11
Release 0.9.0 of GPL PV Drivers for Windows
I''ve just put up the latest release of the GPLPV drivers for Windows. This release involved a fairly big rewrite of the stuff that talks to Windows as I changed from WDF to WDM. WDF is a newer framework from Microsoft which makes it easier to write drivers as a lot of the state management stuff is done for you. It also means shipping a great big dll around with the drivers (note the
2008 Jun 13
4
Windows GPL PV Drivers 0.9.9-pre2
I''ve just uploaded a prerelease of 0.9.9 to http://www.meadowcourt.org/downloads/ Please read the following before using: It fixes a few disk related bugs... I''ve just been testing it on a Windows Small Business Server 2003 R2 I have just restored from tape into a DomU from a backup of a physical system and it''s working fine - 0.9.8 BSOD''d almost immediately
2008 Jun 13
4
Windows GPL PV Drivers 0.9.9-pre2
I''ve just uploaded a prerelease of 0.9.9 to http://www.meadowcourt.org/downloads/ Please read the following before using: It fixes a few disk related bugs... I''ve just been testing it on a Windows Small Business Server 2003 R2 I have just restored from tape into a DomU from a backup of a physical system and it''s working fine - 0.9.8 BSOD''d almost immediately
2008 Feb 25
6
Release 0.8.3 of GPL PV Drivers for Windows
This one just fixes the install.bat problem that Jim pointed out. http://www.meadowcourt.org/WindowsXenPV-0.8.3.zip James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Feb 25
6
Release 0.8.3 of GPL PV Drivers for Windows
This one just fixes the install.bat problem that Jim pointed out. http://www.meadowcourt.org/WindowsXenPV-0.8.3.zip James _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Mar 30
13
GPLPV drivers suspected to hinder live migration to different CPU type
Hi, I''ve noticed that on a Xen cluster with three nodes (two E5620 CPUs and one E5140 CPU) live migration works perfectly in between to two E5620 nodes, but fails to and from the E5140. The error message is about a HVM context not being able to be set. I strongly suspect the use 238 GPPVL drivers, but I cannot uninstall them at this point because someone else needs the server. Could
2011 Mar 05
7
GPLPV 0.11.0.238 and Windows 2008 R2 requiring extra reboot
James, I am running Windows 2008 R2 on Xen that is packaged with CentOS 5.4. I installed gplpv_Vista2008x64_0.11.0.238.msi using the falling steps: 1. Turn on testsigning 2. Reboot 3. Install gplpv_Vista2008x64_0.11.0.238.msi 4. Install process requests a reboot at the end. 5. At the end of the subsequent boot, there is a prompt for a reboot again. I
2011 Mar 08
2
RE: [GIT/PATCH 0/5] Re: unfair servicing of DomU vbd requests
Hi James. I go through the patch, since all its changes happens inside __xen_evtchn_do_upcall(), so I apply the patch into my 2.6.31.kernel by manual. (I was failed to merge a usable, 2.6.38dom0, since quite a lot branch needed, such as blkback, netback) But still, the blue screen shows up. Log attached. Is the timeout better than before? Beside, I think I need find some to examine my
2012 Oct 24
3
Using real SSD in domU
Hello, I''ll use a complete SSD in a domU. How can I get the real device for TRIM into domU? Regards, Stefan Kuhne _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2009 Dec 31
4
Bluescreen with Latest GPLPV on Windows Server 2008 R2 on XEN3.4.1
Hi all, my system is a XEN3.4.1 Dom0 Host System with a HVM Windows 2008 R2 machine. After installation of the GPLPV driver ("gplpv_fre_wnet_AMD64_0.10.0.130.msi"), and an Reboot the Windows Server 2008 R2 comes up and ends in a bluescreen, and immediately restarts. Testsigning is ON. What else can be done, or better what needs to be checked? Is there somebody who is facing the same
2008 Aug 26
1
Xen PV Drivers and Windows 2000 server SP4
Hello ! I''m trying hard to make gpl xen pv drivers  work in windows 2000 server. I have edited all inf files as described by James Harper and successfully installed all drivers, but when i boot with /gplpv i get the same  bsod that Kris Adler got.  I am running  xen  3.2.1 on gentoo with kernel 2.6.21. I have tested it several times with all versions of xen pv drivers ( last
2009 Jun 22
12
GPLPV 0.10.0.69 Blue Screen 0x0000007B
Trying to install them on Xen 3.4.0, Intel E5345 Processors, Server 2008 64bit. I get the BSoD on boot with the 0x0000007B stop message. I''ve got a bunch of 2003 32bits running on the same host with the 0.10.0.69 drivers and those are totally happy. I tried the boot once with NOGPLPV idea mentioned in another thread, that didn''t do the trick. Ideas anyone? pace