* Release 0.9.8 of GPL PV Drivers for Windows
@ 2008-06-08 13:28 James Harper
2008-06-09 9:01 ` Joost van den Broek
` (2 more replies)
0 siblings, 3 replies; 17+ messages in thread
From: James Harper @ 2008-06-08 13:28 UTC (permalink / raw)
To: xen-users, xen-devel
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 sg lists) and would
reduce performance dramatically - my iometer testing went from 23MB/s to
0.5MB/s!
Also, xenvbd will now dump some stats to the kernel debug logs (use
debugview from sysinternals to view these) every 60 seconds. I'm not
sure how useful these might be yet.
James
^ permalink raw reply [flat|nested] 17+ messages in thread* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-08 13:28 Release 0.9.8 of GPL PV Drivers for Windows James Harper
@ 2008-06-09 9:01 ` Joost van den Broek
2008-06-09 9:45 ` James Harper
2008-06-09 9:22 ` Florian Manschwetus
2008-06-09 17:40 ` Ruslan Sivak
2 siblings, 1 reply; 17+ messages in thread
From: Joost van den Broek @ 2008-06-09 9:01 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, xen-users
James Harper schreef:
> 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 sg lists) and would
> reduce performance dramatically - my iometer testing went from 23MB/s to
> 0.5MB/s!
>
> Also, xenvbd will now dump some stats to the kernel debug logs (use
> debugview from sysinternals to view these) every 60 seconds. I'm not
> sure how useful these might be yet.
>
> James
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
Well after upgrading 0.9.6 (actually, first uninstalled those with the
pre-0.9.0 instructies because of bsod when doing normal upgrade) I get
instant lockups when doing anything I/O intensive! The domU will use
100% CPU and just hangs forever as it seems (destroyed it after 5 min).
The previous 0.9.6 seemed to be pretty stable, no lockups or whatsoever
(and I'd already liked it's HD performance!) So not sure what's going
wrong here, but in the meantime I get back to 0.9.6 (or I'll might also
test 0.9.7 to clear things up).
Joost
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-09 9:01 ` Joost van den Broek
@ 2008-06-09 9:45 ` James Harper
2008-06-09 10:17 ` Joost van den Broek
0 siblings, 1 reply; 17+ messages in thread
From: James Harper @ 2008-06-09 9:45 UTC (permalink / raw)
To: Joost van den Broek; +Cc: xen-devel, xen-users
> Well after upgrading 0.9.6 (actually, first uninstalled those with the
> pre-0.9.0 instructies because of bsod when doing normal upgrade) I get
> instant lockups when doing anything I/O intensive! The domU will use
> 100% CPU and just hangs forever as it seems (destroyed it after 5
min).
So it doesn't come good by itself?
> The previous 0.9.6 seemed to be pretty stable, no lockups or
whatsoever
> (and I'd already liked it's HD performance!) So not sure what's going
> wrong here, but in the meantime I get back to 0.9.6 (or I'll might
also
> test 0.9.7 to clear things up).
Are you using SMP? I thought I was but just noticed that my test machine
is UP at the moment.
Also, what sort of I/O intensive things are you doing? Is it something I
could reproduce easily?
James
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-09 9:45 ` James Harper
@ 2008-06-09 10:17 ` Joost van den Broek
0 siblings, 0 replies; 17+ messages in thread
From: Joost van den Broek @ 2008-06-09 10:17 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, xen-users
James Harper schreef:
> So it doesn't come good by itself?
Not sure, I destroyed it myself after 5 min, but it was completely
unresponsive, so I guess would stay that way.
> Are you using SMP? I thought I was but just noticed that my test machine
> is UP at the moment.
>
No, just testing with UP. I know SMP currently has a major performance
hit somehow, so running it is out of the question.
> Also, what sort of I/O intensive things are you doing? Is it something I
> could reproduce easily?
>
Sure, I just started the HDTune test and it locked up immediately. Same for a JKDefrag defragmentation: http://www.kessels.com/JkDefrag/JkDefrag-3.34.zip (very good defragger btw!). Just launch the JKDefrag.exe inside without any parameters and it's starts defragging all local disks. This one locks up within a sec after launching (in it's analyse phase).
Joost
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-08 13:28 Release 0.9.8 of GPL PV Drivers for Windows James Harper
2008-06-09 9:01 ` Joost van den Broek
@ 2008-06-09 9:22 ` Florian Manschwetus
2008-06-09 9:47 ` James Harper
2008-06-09 17:40 ` Ruslan Sivak
2 siblings, 1 reply; 17+ messages in thread
From: Florian Manschwetus @ 2008-06-09 9:22 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 859 bytes --]
James tell us howto extract this and eventually howto repack this so
that we could sign it.
Florian
James Harper schrieb:
> 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 sg lists) and would
> reduce performance dramatically - my iometer testing went from 23MB/s to
> 0.5MB/s!
>
> Also, xenvbd will now dump some stats to the kernel debug logs (use
> debugview from sysinternals to view these) every 60 seconds. I'm not
> sure how useful these might be yet.
>
> James
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3673 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-08 13:28 Release 0.9.8 of GPL PV Drivers for Windows James Harper
2008-06-09 9:01 ` Joost van den Broek
2008-06-09 9:22 ` Florian Manschwetus
@ 2008-06-09 17:40 ` Ruslan Sivak
2008-06-09 17:57 ` Ruslan Sivak
2008-06-11 10:07 ` James Harper
2 siblings, 2 replies; 17+ messages in thread
From: Ruslan Sivak @ 2008-06-09 17:40 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, xen-users
James Harper 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 sg lists) and would
> reduce performance dramatically - my iometer testing went from 23MB/s to
> 0.5MB/s!
>
> Also, xenvbd will now dump some stats to the kernel debug logs (use
> debugview from sysinternals to view these) every 60 seconds. I'm not
> sure how useful these might be yet.
>
> James
>
> _______________________________________________
>
Getting a BSOD as soon as I start hdtune with these drivers on Win2k3 x64.
"Error code 000000000000001e, parameter1 ffffffff80000003, parameter2
fffff80001039ef8, parameter3 0000000000000002, parameter4 0000000000000000."
Russ
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-09 17:40 ` Ruslan Sivak
@ 2008-06-09 17:57 ` Ruslan Sivak
2008-06-11 10:07 ` James Harper
1 sibling, 0 replies; 17+ messages in thread
From: Ruslan Sivak @ 2008-06-09 17:57 UTC (permalink / raw)
To: James Harper; +Cc: xen-devel, xen-users
Ruslan Sivak wrote:
>
> Getting a BSOD as soon as I start hdtune with these drivers on Win2k3
> x64.
>
> "Error code 000000000000001e, parameter1 ffffffff80000003, parameter2
> fffff80001039ef8, parameter3 0000000000000002, parameter4
> 0000000000000000."
>
> Russ
>
> _____________
Seems to work OK though under IOMeter. As soon as I start HDTune
though I get a "Read Error" popup from HDTune followed by a BSOD.
Russ
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-09 17:40 ` Ruslan Sivak
2008-06-09 17:57 ` Ruslan Sivak
@ 2008-06-11 10:07 ` James Harper
2008-06-11 11:25 ` [Xen-users] " James Harper
2008-06-11 13:33 ` Florian Manschwetus
1 sibling, 2 replies; 17+ messages in thread
From: James Harper @ 2008-06-11 10:07 UTC (permalink / raw)
To: Ruslan Sivak; +Cc: xen-devel, xen-users
> Getting a BSOD as soon as I start hdtune with these drivers on Win2k3
x64.
>
> "Error code 000000000000001e, parameter1 ffffffff80000003, parameter2
> fffff80001039ef8, parameter3 0000000000000002, parameter4
> 0000000000000000."
>
I can reproduce that, even after I thought I'd fixed it :)
Looking into it now.
Thanks
James
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: [Xen-users] Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 10:07 ` James Harper
@ 2008-06-11 11:25 ` James Harper
2008-06-11 13:33 ` Florian Manschwetus
1 sibling, 0 replies; 17+ messages in thread
From: James Harper @ 2008-06-11 11:25 UTC (permalink / raw)
To: James Harper, Ruslan Sivak; +Cc: xen-devel, xen-users
> > Getting a BSOD as soon as I start hdtune with these drivers on
Win2k3
> x64.
> >
> > "Error code 000000000000001e, parameter1 ffffffff80000003,
parameter2
> > fffff80001039ef8, parameter3 0000000000000002, parameter4
> > 0000000000000000."
> >
>
> I can reproduce that, even after I thought I'd fixed it :)
>
> Looking into it now.
>
Fixed it. There's some more things I want to test before I do another
binary release, but feel free to pull the source and compile it yourself
:)
James
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 10:07 ` James Harper
2008-06-11 11:25 ` [Xen-users] " James Harper
@ 2008-06-11 13:33 ` Florian Manschwetus
2008-06-11 13:55 ` Florian Manschwetus
1 sibling, 1 reply; 17+ messages in thread
From: Florian Manschwetus @ 2008-06-11 13:33 UTC (permalink / raw)
To: James Harper; +Cc: Ruslan Sivak, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 169 bytes --]
Looks like there is another problem, here on my win 2008 x64 box the
system tells me after every shutdown pv mode on boot that the last
shutdown was unclean.
Florian
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3673 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 13:33 ` Florian Manschwetus
@ 2008-06-11 13:55 ` Florian Manschwetus
2008-06-11 13:57 ` [Xen-users] " James Harper
0 siblings, 1 reply; 17+ messages in thread
From: Florian Manschwetus @ 2008-06-11 13:55 UTC (permalink / raw)
To: James Harper; +Cc: Ruslan Sivak, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 476 bytes --]
Florian Manschwetus schrieb:
> Looks like there is another problem, here on my win 2008 x64 box the
> system tells me after every shutdown pv mode on boot that the last
> shutdown was unclean.
>
> Florian
Ok solved, bcdedit mistake
Florian
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3673 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 17+ messages in thread
* RE: [Xen-users] Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 13:55 ` Florian Manschwetus
@ 2008-06-11 13:57 ` James Harper
2008-06-11 16:28 ` Florian Manschwetus
0 siblings, 1 reply; 17+ messages in thread
From: James Harper @ 2008-06-11 13:57 UTC (permalink / raw)
To: Florian Manschwetus; +Cc: Ruslan Sivak, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 454 bytes --]
> Florian Manschwetus schrieb:
> > Looks like there is another problem, here on my win 2008 x64 box the
> > system tells me after every shutdown pv mode on boot that the last
> > shutdown was unclean.
> >
> > Florian
>
> Ok solved, bcdedit mistake
>
I wouldn't be too sure of that... I think that shutdownmon may be setting
the shutdown reason incorrectly, so that windows thinks that the last
shutdown wasn't right. It's inconsistent though.
James
[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 3681 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 13:57 ` [Xen-users] " James Harper
@ 2008-06-11 16:28 ` Florian Manschwetus
2008-06-11 16:58 ` Ruslan Sivak
0 siblings, 1 reply; 17+ messages in thread
From: Florian Manschwetus @ 2008-06-11 16:28 UTC (permalink / raw)
To: James Harper; +Cc: Ruslan Sivak, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 833 bytes --]
Very ugly, i have setup a win2003 x64 box, it forces in gplpv mode to
checkdisk then bsod. dead. bad.
Florian
James Harper schrieb:
>> Florian Manschwetus schrieb:
>>> Looks like there is another problem, here on my win 2008 x64 box the
>>> system tells me after every shutdown pv mode on boot that the last
>>> shutdown was unclean.
>>>
>>> Florian
>> Ok solved, bcdedit mistake
>>
>
> I wouldn't be too sure of that... I think that shutdownmon may be setting
> the shutdown reason incorrectly, so that windows thinks that the last
> shutdown wasn't right. It's inconsistent though.
>
> James
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3673 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 16:28 ` Florian Manschwetus
@ 2008-06-11 16:58 ` Ruslan Sivak
2008-06-11 18:37 ` Florian Manschwetus
0 siblings, 1 reply; 17+ messages in thread
From: Ruslan Sivak @ 2008-06-11 16:58 UTC (permalink / raw)
To: Florian Manschwetus; +Cc: James Harper, xen-devel, xen-users
I have a win2003 x64 box running just fine. I think a lot of things
depend on how you install the drivers. I think the proper way is :
Boot into regular mode, run the installer.
Go into device manager and manually install all the drivers.
Set up the boot entry and reboot.
If you just run the installer, and for some reason the drivers don't get
installed, and you boot into the gplv mode and then manually install the
drivers, it will most likely hose your system. NEVER install the hard
disk drivers in GPLV mode. (unless it's for a secondary disk, or
installing the virtual framebuffer).
Russ
Florian Manschwetus wrote:
> Very ugly, i have setup a win2003 x64 box, it forces in gplpv mode to
> checkdisk then bsod. dead. bad.
>
> Florian
>
> James Harper schrieb:
>>> Florian Manschwetus schrieb:
>>>> Looks like there is another problem, here on my win 2008 x64 box the
>>>> system tells me after every shutdown pv mode on boot that the last
>>>> shutdown was unclean.
>>>>
>>>> Florian
>>> Ok solved, bcdedit mistake
>>>
>>
>> I wouldn't be too sure of that... I think that shutdownmon may be
>> setting
>> the shutdown reason incorrectly, so that windows thinks that the last
>> shutdown wasn't right. It's inconsistent though.
>>
>> James
>>
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Xen-users mailing list
>> Xen-users@lists.xensource.com
>> http://lists.xensource.com/xen-users
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: Release 0.9.8 of GPL PV Drivers for Windows
2008-06-11 16:58 ` Ruslan Sivak
@ 2008-06-11 18:37 ` Florian Manschwetus
0 siblings, 0 replies; 17+ messages in thread
From: Florian Manschwetus @ 2008-06-11 18:37 UTC (permalink / raw)
To: Ruslan Sivak; +Cc: James Harper, xen-devel, xen-users
[-- Attachment #1.1: Type: text/plain, Size: 1972 bytes --]
Ruslan Sivak schrieb:
> I have a win2003 x64 box running just fine. I think a lot of things
> depend on how you install the drivers. I think the proper way is :
>
> Boot into regular mode, run the installer. Go into device manager and
> manually install all the drivers. Set up the boot entry and reboot.
> If you just run the installer, and for some reason the drivers don't get
> installed, and you boot into the gplv mode and then manually install the
> drivers, it will most likely hose your system. NEVER install the hard
> disk drivers in GPLV mode. (unless it's for a secondary disk, or
> installing the virtual framebuffer).
>
> Russ
Hm this is what i have done as far as i know.
May be i should uninstall and reinstall.
The problem is that even when i bootet to gplpv fine, all i wrote to
disk is discarded on next boot (gplpv or no gplpv doesn't matter).
Florian
>
> Florian Manschwetus wrote:
>> Very ugly, i have setup a win2003 x64 box, it forces in gplpv mode to
>> checkdisk then bsod. dead. bad.
>>
>> Florian
>>
>> James Harper schrieb:
>>>> Florian Manschwetus schrieb:
>>>>> Looks like there is another problem, here on my win 2008 x64 box the
>>>>> system tells me after every shutdown pv mode on boot that the last
>>>>> shutdown was unclean.
>>>>>
>>>>> Florian
>>>> Ok solved, bcdedit mistake
>>>>
>>>
>>> I wouldn't be too sure of that... I think that shutdownmon may be
>>> setting
>>> the shutdown reason incorrectly, so that windows thinks that the last
>>> shutdown wasn't right. It's inconsistent though.
>>>
>>> James
>>>
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Xen-users mailing list
>>> Xen-users@lists.xensource.com
>>> http://lists.xensource.com/xen-users
>>
>
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
>
[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3673 bytes --]
[-- Attachment #2: Type: text/plain, Size: 137 bytes --]
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2008-06-11 18:37 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-08 13:28 Release 0.9.8 of GPL PV Drivers for Windows James Harper
2008-06-09 9:01 ` Joost van den Broek
2008-06-09 9:45 ` James Harper
2008-06-09 10:17 ` Joost van den Broek
2008-06-09 9:22 ` Florian Manschwetus
2008-06-09 9:47 ` James Harper
2008-06-09 15:56 ` Florian Manschwetus
2008-06-09 17:40 ` Ruslan Sivak
2008-06-09 17:57 ` Ruslan Sivak
2008-06-11 10:07 ` James Harper
2008-06-11 11:25 ` [Xen-users] " James Harper
2008-06-11 13:33 ` Florian Manschwetus
2008-06-11 13:55 ` Florian Manschwetus
2008-06-11 13:57 ` [Xen-users] " James Harper
2008-06-11 16:28 ` Florian Manschwetus
2008-06-11 16:58 ` Ruslan Sivak
2008-06-11 18:37 ` Florian Manschwetus
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.