similar to: writing PV block drivers for Windows

Displaying 20 results from an estimated 4000 matches similar to: "writing PV block drivers for Windows"

2016 Mar 06
2
[PATCH 3/5] installers: MSVC compatibility fixes
On 2016.03.06 13:13, Gene Cumm wrote: > Did Visual Studio actually complain about this one? WDK compiler (which I also use) if I recall correctly. At any rate, some older compilers do not like double initializations like this one, and I don't think this change should be much of a contention point, since it doesn't introduce any liability. Regards, /Pete
2005 Jan 11
5
not sharing IRQ's
I'm not having any trouble with interrupts, but here's my /proc/interrupts on Fedora Core 2 on a hyper-threading CPU and using the SMP kernel (2.6.5-1.138). I don't think I need to worry about uhci_hcd, nothing is plugged into USB, but libata is the disk driver. How do I get libata and wctdm to use different interrupts? $ cat /proc/interrupts CPU0 CPU1 0:
2007 Feb 12
7
MSW segfaults II
Hi Think I tracked down why Windows suddenly went horrible crashy - the newest SWIG release generates slightly different code for object tracking, so our fixmodule.rb wasn''t picking up the broken line, so we got a nasty regression. Anyway, the patch (SVN:862) gives me a major improvement in stability Windows. Please could you let me know how SVN HEAD is working for you; if no major
2008 Jul 21
3
Wine memory limitation for malloc?
Why win32 application under Wine can allocate only 2000 MB of memory, but same programm translated by gcc can get 3800 MB. (OS/Compilers - WinXP/Visual C 6.0 32 bit, and openSUSE 11 x64/gcc -m32) #include <stdlib.h> #include <stdio.h> #include <time.h> main(int argc, char **argv) {unsigned long n,m,i; int *p,*p1,*p2,*p3; clock_t time1,time2; i=4095; if (argc == 2) i = (size_t)
2008 Nov 10
14
GPL PV Intermitent Network Problems
Well, I seem to have developed a strange issue with the GPL PV drivers in Windows. I''m running Xen 3.2 on SLES 10 SP2 and running some Windows XP HVM domUs. Most (12-15) of my Windows machines work just fine. Two of them, though, have started exhibiting a strange behavior with intermittent network connectivity. Basically, the network starts up and connects initially. After some
2008 Nov 19
2
GPLPV driver installation for Windows 2000 server
Hi Any tips how to install GPLPV drivers for Windows 2000 server? Did try but it left devices with no drivers, seems it did not find drivers eg. for network card, etc. Terveisin/Regards, Pekka Panula, Net Servant Oy _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2013 Feb 12
12
State of GPLPV and Windows 8
What is the state of GPLPV and Windows 8? I am currently running tests with Windows 8 and GPLPV rev956 and operations (disk IO, net IO) look good. There seems to be a problem with shutdown/reboot where Windows hangs somewhat and displays a warning about improper shutdown on next reboot. Regards Andreas
2011 Apr 06
1
configurar limite de memoria RAM para obtener maximo rendimiento con windows 7
Hola a todos, Tengo un equipo con windows 7 Home Premium 64 bits (8mb de RAM) y me gustaría saber como podría obtener el máximo rendimiento en R. He visto que hay dos o tres comandos: memory.size(max=TRUE) memory.limit = ... El caso es que si uso memory.size(max=TRUE) el maximo que me imprime por pantalla es bastante mayor en un equipo que tengo con windows xp a 32 bits que en el nuevo equipo
2013 Feb 11
7
PoD, 4.2, and current/maximum reservation
A user has pointed out a problem with GPLPV under Xen 4.2 when using PoD. I''m using the difference between XENMEM_maximum_reservation and XENMEM_current_reservation to tell me how much I should balloon down to account for PoD, but when the user has ballooned down to 1G (from 4Gb or 8GB), GPLPV logs the following: 13005008825593: XenPCI XENMEM_maximum_reservation = 262400
2009 Feb 26
8
GPL PV TAP cow incompatible?
Hi Is it true that the GPLPV drivers is incompatible with QCOW images? The Windows DomU works fine with raw standard "file:/" images, and paravirtualized Linux DomU works fine with QCOW and raw images. If i use QCOW images with my Windows DomU''s i get a stop error: 0x00000007b (inaccessible boot device). It looks like the blkback.3.hda process, that normally starts with
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM to resolve a few issues including potential licensing problems with the Microsoft WDF and to (hopefully) allow them to function as boot drivers when doing install and system recovery. It was a fairly major rewrite of xenpci, and xenvbd, which are now working (booting and running without crashes so far). I
2008 May 14
4
GPL PV drivers for Windows - WDM version
I''m been busily converting the xenpci and xenvbd drivers from WDF to WDM to resolve a few issues including potential licensing problems with the Microsoft WDF and to (hopefully) allow them to function as boot drivers when doing install and system recovery. It was a fairly major rewrite of xenpci, and xenvbd, which are now working (booting and running without crashes so far). I
2008 Jun 08
8
Windows GPLPV under OpenSolaris not working
On Sun, Jun 8, 2008 at 3:28 PM, James Harper <james.harper@bendigoit.com.au> wrote: > I''ve just uploaded 0.9.8 to http://www.meadowcourt.org/downloads > > As a reminder, the wiki page is > http://wiki.xensource.com/xenwiki/XenWindowsGplPv > > This release fixes a bug which could be hit under high disk load (high > number of outstanding requests with fragmented
2008 Dec 26
17
Multiple IRQ''s in HVM for Windows
I really need to have the ability to tie event channel port''s to interrupts for my gplpv drivers under Windows. Is anyone working on anything like this? Does MSI allow more than one interrupt per PCI device? Thanks James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Aug 20
44
GPL PV drivers for Windows 0.9.11-pre12
I''ve just uploaded 0.9.11-pre12 of the GPL PV drivers for Windows. Since -pre10 (and -pre11) I''ve fixed a heap of crashes that were plaguing xennet under load, and also rewritten the interrupt/event distribution logic to improve performance. Under windows 2003 I can now get network speeds of 1-2Gbit/second TX and 600Gbit/second RX, which is considerably better than I was
2008 Aug 20
44
GPL PV drivers for Windows 0.9.11-pre12
I''ve just uploaded 0.9.11-pre12 of the GPL PV drivers for Windows. Since -pre10 (and -pre11) I''ve fixed a heap of crashes that were plaguing xennet under load, and also rewritten the interrupt/event distribution logic to improve performance. Under windows 2003 I can now get network speeds of 1-2Gbit/second TX and 600Gbit/second RX, which is considerably better than I was
2016 Mar 06
3
[PATCH 3/5] installers: MSVC compatibility fixes
Hi Shao, You're right, "a=b=<immediate value>;" wasn't the actual issue. On 2016.03.06 20:34, Shao Miller via Syslinux wrote: > If this change is simply due to a mental note about an incident where a > compiler once complained about this type of thing The problem was due to the following warning when compiling for 64-bit using using the latest WDK (7600.16385.1),
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 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
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