public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* strange problem with virtio on guest with over 3648M RAM
@ 2008-05-07 12:59 Henrik Holst
  2008-05-07 13:00 ` Henrik Holst
  2008-05-07 13:52 ` Anthony Liguori
  0 siblings, 2 replies; 4+ messages in thread
From: Henrik Holst @ 2008-05-07 12:59 UTC (permalink / raw)
  To: kvm-devel

Hello KVM developers!

We are experiencing a very strange problem: we have been testing Ubuntu 
Hardy Heron Server as a guest (kvm-68 on the host) and when using the 
virtio nic everything works fine until we give the guest more than 3648 
MiB of RAM.

If we for example start with "-m 4096" then the ubuntu guest brings up 
eth0 but it is impossible to get a dhcp address and if one sets a static 
address no packets what so ever is leaving the guest.

So there seam to be a problem with the virtio guest drivers when there 
is more than 3648 MiB of ram available :), is there anyone else that 
have experienced the same problems or are there people running virtio on 
guest with more ram where everything is working ok?

This problem could be local to ubuntu but I don't know of any other 
distribution with virtio guest drivers out of the box.

-------------------------------------------------------------------------
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] 4+ messages in thread

* Re: strange problem with virtio on guest with over 3648M RAM
  2008-05-07 12:59 strange problem with virtio on guest with over 3648M RAM Henrik Holst
@ 2008-05-07 13:00 ` Henrik Holst
  2008-05-07 13:52 ` Anthony Liguori
  1 sibling, 0 replies; 4+ messages in thread
From: Henrik Holst @ 2008-05-07 13:00 UTC (permalink / raw)
  To: kvm-devel

Henrik Holst skrev:
> Hello KVM developers!
>
> We are experiencing a very strange problem: we have been testing 
> Ubuntu Hardy Heron Server as a guest (kvm-68 on the host) and when 
> using the virtio nic everything works fine until we give the guest 
> more than 3648 MiB of RAM.
>
> If we for example start with "-m 4096" then the ubuntu guest brings up 
> eth0 but it is impossible to get a dhcp address and if one sets a 
> static address no packets what so ever is leaving the guest.
>
> So there seam to be a problem with the virtio guest drivers when there 
> is more than 3648 MiB of ram available :), is there anyone else that 
> have experienced the same problems or are there people running virtio 
> on guest with more ram where everything is working ok?
>
> This problem could be local to ubuntu but I don't know of any other 
> distribution with virtio guest drivers out of the box.

Forgot to mention that the e1000 guest drivers works perfectly fine 
regardless of the amount of ram on the guest.

/Henrik Holst

-------------------------------------------------------------------------
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] 4+ messages in thread

* Re: strange problem with virtio on guest with over 3648M RAM
  2008-05-07 12:59 strange problem with virtio on guest with over 3648M RAM Henrik Holst
  2008-05-07 13:00 ` Henrik Holst
@ 2008-05-07 13:52 ` Anthony Liguori
  2008-05-07 15:01   ` Henrik Holst
  1 sibling, 1 reply; 4+ messages in thread
From: Anthony Liguori @ 2008-05-07 13:52 UTC (permalink / raw)
  To: Henrik Holst; +Cc: kvm-devel

Henrik Holst wrote:
> Hello KVM developers!
>
> We are experiencing a very strange problem: we have been testing Ubuntu 
> Hardy Heron Server as a guest (kvm-68 on the host) and when using the 
> virtio nic everything works fine until we give the guest more than 3648 
> MiB of RAM.
>
> If we for example start with "-m 4096" then the ubuntu guest brings up 
> eth0 but it is impossible to get a dhcp address and if one sets a static 
> address no packets what so ever is leaving the guest.
>
> So there seam to be a problem with the virtio guest drivers when there 
> is more than 3648 MiB of ram available :), is there anyone else that 
> have experienced the same problems or are there people running virtio on 
> guest with more ram where everything is working ok?
>   

It's a know bug.  I have a fix for it locally that I'll send out today.

Regards,

Anthony Liguori

> This problem could be local to ubuntu but I don't know of any other 
> distribution with virtio guest drivers out of the box.
>
> -------------------------------------------------------------------------
> 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] 4+ messages in thread

* Re: strange problem with virtio on guest with over 3648M RAM
  2008-05-07 13:52 ` Anthony Liguori
@ 2008-05-07 15:01   ` Henrik Holst
  0 siblings, 0 replies; 4+ messages in thread
From: Henrik Holst @ 2008-05-07 15:01 UTC (permalink / raw)
  Cc: kvm-devel

Anthony Liguori wrote:
> Henrik Holst wrote:
>> Hello KVM developers!
>>
>> We are experiencing a very strange problem: we have been testing 
>> Ubuntu Hardy Heron Server as a guest (kvm-68 on the host) and when 
>> using the virtio nic everything works fine until we give the guest 
>> more than 3648 MiB of RAM.
>>
>> If we for example start with "-m 4096" then the ubuntu guest brings 
>> up eth0 but it is impossible to get a dhcp address and if one sets a 
>> static address no packets what so ever is leaving the guest.
>>
>> So there seam to be a problem with the virtio guest drivers when 
>> there is more than 3648 MiB of ram available :), is there anyone else 
>> that have experienced the same problems or are there people running 
>> virtio on guest with more ram where everything is working ok?
>>   
>
> It's a know bug.  I have a fix for it locally that I'll send out today.
>
> Regards,
>
> Anthony Liguori
Many thanks Anthony!

/Henrik Holst


-------------------------------------------------------------------------
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] 4+ messages in thread

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 12:59 strange problem with virtio on guest with over 3648M RAM Henrik Holst
2008-05-07 13:00 ` Henrik Holst
2008-05-07 13:52 ` Anthony Liguori
2008-05-07 15:01   ` Henrik Holst

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