public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Windows PV driver for KVM
@ 2008-04-30  8:47 Jiang, Yunhong
  2008-04-30 20:04 ` Avi Kivity
  0 siblings, 1 reply; 8+ messages in thread
From: Jiang, Yunhong @ 2008-04-30  8:47 UTC (permalink / raw)
  To: kvm-devel

I noticed there is a windows PV driver based on virtIO in
http://sourceforge.net/project/showfiles.php?group_id=180599

But when I enable the driver in guest, the guest will hang. I'm using
changeset around April, 18. Since the driver is created in March, I
assume the changeset in Apri should be ok.

Are there any special action needed to enable the PV driver in windows?
Have anyone tried it recently?

-- Yunhong Jiang

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-04-30  8:47 Windows PV driver for KVM Jiang, Yunhong
@ 2008-04-30 20:04 ` Avi Kivity
  2008-05-07 13:17   ` Jiang, Yunhong
  0 siblings, 1 reply; 8+ messages in thread
From: Avi Kivity @ 2008-04-30 20:04 UTC (permalink / raw)
  To: Jiang, Yunhong; +Cc: kvm-devel

Jiang, Yunhong wrote:
> I noticed there is a windows PV driver based on virtIO in
> http://sourceforge.net/project/showfiles.php?group_id=180599
>
> But when I enable the driver in guest, the guest will hang. I'm using
> changeset around April, 18. Since the driver is created in March, I
> assume the changeset in Apri should be ok.
>
> Are there any special action needed to enable the PV driver in windows?
> Have anyone tried it recently?
>   

We are using it in production.  What HAL is the guest using?  Are you 
running with smp?

-- 
Any sufficiently difficult bug is indistinguishable from a feature.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-04-30 20:04 ` Avi Kivity
@ 2008-05-07 13:17   ` Jiang, Yunhong
  2008-05-11 21:06     ` Dor Laor
  0 siblings, 1 reply; 8+ messages in thread
From: Jiang, Yunhong @ 2008-05-07 13:17 UTC (permalink / raw)
  To: Avi Kivity; +Cc: kvm-devel

Avi Kivity <mailto:avi@qumranet.com> wrote:
> Jiang, Yunhong wrote:
>> I noticed there is a windows PV driver based on virtIO in
>> http://sourceforge.net/project/showfiles.php?group_id=180599
>> 
>> But when I enable the driver in guest, the guest will hang. I'm using
>> changeset around April, 18. Since the driver is created in March, I
>> assume the changeset in Apri should be ok.
>> 
>> Are there any special action needed to enable the PV driver in
windows?
>> Have anyone tried it recently?
>> 
> 
> We are using it in production.  What HAL is the guest using?  Are you
> running with smp? 

The HAL is ACPI multipprocessor PC. 
It is a UP guest. But I do notice one thing strange. When I use device
manager->Processors, I see a lot of CPU listed. But it is really a UP
system and I can only get one cpu in the task manager->performance
window. Not sure if that's the reason of the hang.

-- Yunhong Jiang

> 
> --
> Any sufficiently difficult bug is indistinguishable from a feature.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-05-07 13:17   ` Jiang, Yunhong
@ 2008-05-11 21:06     ` Dor Laor
  2008-05-12  0:24       ` Jiang, Yunhong
  2008-05-14  0:55       ` Jiang, Yunhong
  0 siblings, 2 replies; 8+ messages in thread
From: Dor Laor @ 2008-05-11 21:06 UTC (permalink / raw)
  To: Jiang, Yunhong; +Cc: kvm-devel, Avi Kivity


On Wed, 2008-05-07 at 21:17 +0800, Jiang, Yunhong wrote:
> Avi Kivity <mailto:avi@qumranet.com> wrote:
> > Jiang, Yunhong wrote:
> >> I noticed there is a windows PV driver based on virtIO in
> >> http://sourceforge.net/project/showfiles.php?group_id=180599
> >> 
> >> But when I enable the driver in guest, the guest will hang. I'm using
> >> changeset around April, 18. Since the driver is created in March, I
> >> assume the changeset in Apri should be ok.
> >> 
> >> Are there any special action needed to enable the PV driver in
> windows?
> >> Have anyone tried it recently?
> >> 
> > 
> > We are using it in production.  What HAL is the guest using?  Are you
> > running with smp? 
> 
> The HAL is ACPI multipprocessor PC. 
> It is a UP guest. But I do notice one thing strange. When I use device
> manager->Processors, I see a lot of CPU listed. But it is really a UP
> system and I can only get one cpu in the task manager->performance
> window. Not sure if that's the reason of the hang.
> 

We just fixed an smp bug for virtio (also triggered by single processor
with ACPI multiprocessor HAL). We'll publish a new binary tomorrow.

The reason you see multiple cpus although there is only one is that we
expose the maximum number in the bios. The system is actually uses the
required number so this behavior is ok.


> -- Yunhong Jiang
> 
> > 
> > --
> > Any sufficiently difficult bug is indistinguishable from a feature.
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> kvm-devel mailing list
> kvm-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-05-11 21:06     ` Dor Laor
@ 2008-05-12  0:24       ` Jiang, Yunhong
  2008-05-14  0:55       ` Jiang, Yunhong
  1 sibling, 0 replies; 8+ messages in thread
From: Jiang, Yunhong @ 2008-05-12  0:24 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel, Avi Kivity

Dor Laor <mailto:dor.laor@qumranet.com> wrote:
> On Wed, 2008-05-07 at 21:17 +0800, Jiang, Yunhong wrote:
>> Avi Kivity <mailto:avi@qumranet.com> wrote:

> We just fixed an smp bug for virtio (also triggered by single
processor
> with ACPI multiprocessor HAL). We'll publish a new binary tomorrow.
> 
> The reason you see multiple cpus although there is only one is that we
> expose the maximum number in the bios. The system is actually uses the
> required number so this behavior is ok.

Thanks for your clarification.  I will try the new one when it is
available.
I'm wondering when you publish the binary, is it possible to share the
pdb file also? That will be helpful if want to do some debug. 

> 
> 
>> -- Yunhong Jiang
>> 
>>> 
>>> --
>>> Any sufficiently difficult bug is indistinguishable from a feature.
>> 
>> 
> ---------------------------------------------------------------
> ----------
>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>> Don't miss this year's exciting event. There's still time to save
$100.
>> Use priority code J8TL2D2. 
>> 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.
> sun.com/javaone
>> _______________________________________________
>> kvm-devel mailing list
>> kvm-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-05-11 21:06     ` Dor Laor
  2008-05-12  0:24       ` Jiang, Yunhong
@ 2008-05-14  0:55       ` Jiang, Yunhong
  2008-05-14  7:11         ` Dor Laor
  1 sibling, 1 reply; 8+ messages in thread
From: Jiang, Yunhong @ 2008-05-14  0:55 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel, Avi Kivity

Hi, Dor, I just checked the URL and seems it is not updated still,
willyou update it?

-- Yunhong Jiang

Dor Laor <mailto:dor.laor@qumranet.com> wrote:
> On Wed, 2008-05-07 at 21:17 +0800, Jiang, Yunhong wrote:
>> Avi Kivity <mailto:avi@qumranet.com> wrote:
>>> Jiang, Yunhong wrote:
>>>> I noticed there is a windows PV driver based on virtIO in
>>>> http://sourceforge.net/project/showfiles.php?group_id=180599
>>>> 
>>>> But when I enable the driver in guest, the guest will hang. I'm
using
>>>> changeset around April, 18. Since the driver is created in March, I
>>>> assume the changeset in Apri should be ok.
>>>> 
>>>> Are there any special action needed to enable the PV driver in
windows?
>>>> Have anyone tried it recently?
>>>> 
>>> 
>>> We are using it in production.  What HAL is the guest using?  Are
you
>>> running with smp?
>> 
>> The HAL is ACPI multipprocessor PC.
>> It is a UP guest. But I do notice one thing strange. When I use
device
>> manager->Processors, I see a lot of CPU listed. But it is really a UP
>> system and I can only get one cpu in the task manager->performance
>> window. Not sure if that's the reason of the hang.
>> 
> 
> We just fixed an smp bug for virtio (also triggered by single
processor
> with ACPI multiprocessor HAL). We'll publish a new binary tomorrow.
> 
> The reason you see multiple cpus although there is only one is that we
> expose the maximum number in the bios. The system is actually uses the
> required number so this behavior is ok.
> 
> 
>> -- Yunhong Jiang
>> 
>>> 
>>> --
>>> Any sufficiently difficult bug is indistinguishable from a feature.
>> 
>> 
> ---------------------------------------------------------------
> ----------
>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>> Don't miss this year's exciting event. There's still time to save
$100.
>> Use priority code J8TL2D2. 
>> 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.
> sun.com/javaone
>> _______________________________________________
>> kvm-devel mailing list
>> kvm-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-05-14  0:55       ` Jiang, Yunhong
@ 2008-05-14  7:11         ` Dor Laor
  2008-05-15  2:09           ` Jiang, Yunhong
  0 siblings, 1 reply; 8+ messages in thread
From: Dor Laor @ 2008-05-14  7:11 UTC (permalink / raw)
  To: Jiang, Yunhong; +Cc: kvm-devel, Avi Kivity


On Wed, 2008-05-14 at 08:55 +0800, Jiang, Yunhong wrote:
> Hi, Dor, I just checked the URL and seems it is not updated still,
> willyou update it?

Avi, since it passed regression, we can release it (also with the .pdb
file).

> 
> -- Yunhong Jiang
> 
> Dor Laor <mailto:dor.laor@qumranet.com> wrote:
> > On Wed, 2008-05-07 at 21:17 +0800, Jiang, Yunhong wrote:
> >> Avi Kivity <mailto:avi@qumranet.com> wrote:
> >>> Jiang, Yunhong wrote:
> >>>> I noticed there is a windows PV driver based on virtIO in
> >>>> http://sourceforge.net/project/showfiles.php?group_id=180599
> >>>> 
> >>>> But when I enable the driver in guest, the guest will hang. I'm
> using
> >>>> changeset around April, 18. Since the driver is created in March, I
> >>>> assume the changeset in Apri should be ok.
> >>>> 
> >>>> Are there any special action needed to enable the PV driver in
> windows?
> >>>> Have anyone tried it recently?
> >>>> 
> >>> 
> >>> We are using it in production.  What HAL is the guest using?  Are
> you
> >>> running with smp?
> >> 
> >> The HAL is ACPI multipprocessor PC.
> >> It is a UP guest. But I do notice one thing strange. When I use
> device
> >> manager->Processors, I see a lot of CPU listed. But it is really a UP
> >> system and I can only get one cpu in the task manager->performance
> >> window. Not sure if that's the reason of the hang.
> >> 
> > 
> > We just fixed an smp bug for virtio (also triggered by single
> processor
> > with ACPI multiprocessor HAL). We'll publish a new binary tomorrow.
> > 
> > The reason you see multiple cpus although there is only one is that we
> > expose the maximum number in the bios. The system is actually uses the
> > required number so this behavior is ok.
> > 
> > 
> >> -- Yunhong Jiang
> >> 
> >>> 
> >>> --
> >>> Any sufficiently difficult bug is indistinguishable from a feature.
> >> 
> >> 
> > ---------------------------------------------------------------
> > ----------
> >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> >> Don't miss this year's exciting event. There's still time to save
> $100.
> >> Use priority code J8TL2D2. 
> >> 
> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.
> > sun.com/javaone
> >> _______________________________________________
> >> kvm-devel mailing list
> >> kvm-devel@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Windows PV driver for KVM
  2008-05-14  7:11         ` Dor Laor
@ 2008-05-15  2:09           ` Jiang, Yunhong
  0 siblings, 0 replies; 8+ messages in thread
From: Jiang, Yunhong @ 2008-05-15  2:09 UTC (permalink / raw)
  To: dor.laor; +Cc: kvm-devel, Avi Kivity

It's working now, thanks very much!

-- Yunhong Jiang

Dor Laor <mailto:dor.laor@qumranet.com> wrote:
> On Wed, 2008-05-14 at 08:55 +0800, Jiang, Yunhong wrote:
>> Hi, Dor, I just checked the URL and seems it is not updated still,
>> willyou update it?
> 
> Avi, since it passed regression, we can release it (also with the .pdb
> file). 
> 
>> 
>> -- Yunhong Jiang
>> 
>> Dor Laor <mailto:dor.laor@qumranet.com> wrote:
>>> On Wed, 2008-05-07 at 21:17 +0800, Jiang, Yunhong wrote:
>>>> Avi Kivity <mailto:avi@qumranet.com> wrote:
>>>>> Jiang, Yunhong wrote:
>>>>>> I noticed there is a windows PV driver based on virtIO in
>>>>>> http://sourceforge.net/project/showfiles.php?group_id=180599
>>>>>> 
>>>>>> But when I enable the driver in guest, the guest will hang. I'm
using
>>>>>> changeset around April, 18. Since the driver is created in March,
I
>>>>>> assume the changeset in Apri should be ok.
>>>>>> 
>>>>>> Are there any special action needed to enable the PV driver in
windows?
>>>>>> Have anyone tried it recently?
>>>>>> 
>>>>> 
>>>>> We are using it in production.  What HAL is the guest using?  Are
you
>>>>> running with smp?
>>>> 
>>>> The HAL is ACPI multipprocessor PC.
>>>> It is a UP guest. But I do notice one thing strange. When I use
device
>>>> manager->Processors, I see a lot of CPU listed. But it is really a
UP
>>>> system and I can only get one cpu in the task manager->performance
>>>> window. Not sure if that's the reason of the hang.
>>>> 
>>> 
>>> We just fixed an smp bug for virtio (also triggered by single
processor
>>> with ACPI multiprocessor HAL). We'll publish a new binary tomorrow.
>>> 
>>> The reason you see multiple cpus although there is only one is that
we
>>> expose the maximum number in the bios. The system is actually uses
the
>>> required number so this behavior is ok.
>>> 
>>> 
>>>> -- Yunhong Jiang
>>>> 
>>>>> 
>>>>> --
>>>>> Any sufficiently difficult bug is indistinguishable from a
feature.
>>>> 
>>>> 
>>> ---------------------------------------------------------------
>>> ----------
>>>> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
>>>> Don't miss this year's exciting event. There's still time to save
$100.
>>>> Use priority code J8TL2D2. 
>>>> 
>>> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.
>>> sun.com/javaone
>>>> _______________________________________________
>>>> kvm-devel mailing list
>>>> kvm-devel@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/kvm-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-05-15  2:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-30  8:47 Windows PV driver for KVM Jiang, Yunhong
2008-04-30 20:04 ` Avi Kivity
2008-05-07 13:17   ` Jiang, Yunhong
2008-05-11 21:06     ` Dor Laor
2008-05-12  0:24       ` Jiang, Yunhong
2008-05-14  0:55       ` Jiang, Yunhong
2008-05-14  7:11         ` Dor Laor
2008-05-15  2:09           ` Jiang, Yunhong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox