All of lore.kernel.org
 help / color / mirror / Atom feed
* Balloon driver for Linux/HVM
@ 2010-11-16 10:46 ` Rui Chu
  0 siblings, 0 replies; 5+ messages in thread
From: Rui Chu @ 2010-11-16 10:46 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 347 bytes --]

Hi,
I have noticed that, in the code of linux/drivers/xen/balloon.c, there exists the snippet as this:

static int __init balloon_init(void)
{
unsigned long pfn;
struct page *page;
if (!xen_pv_domain())
return -ENODEV;
.....
}

Does it means the driver will not work in HVM? If so, where is the HVN-enabled code for that?

2010-11-16 



Rui Chu 

[-- Attachment #1.2: Type: text/html, Size: 1394 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] 5+ messages in thread
* Balloon driver for Linux/HVM
@ 2010-11-16 10:49 Chu Rui
  2010-11-16 11:35 ` Stefano Stabellini
  0 siblings, 1 reply; 5+ messages in thread
From: Chu Rui @ 2010-11-16 10:49 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 375 bytes --]

Hi,
I have noticed that, in the code of linux/drivers/xen/balloon.c, there
exists the snippet as this:

 static int __init balloon_init(void)
{
unsigned long pfn;
struct page *page;
 if (!xen_pv_domain())
return -ENODEV;
.....
}

Does it means the driver will not work in HVM? If so, where is the
HVN-enabled code for that?

2010-11-16
------------------------------
Rui Chu

[-- Attachment #1.2: Type: text/html, Size: 997 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] 5+ messages in thread

end of thread, other threads:[~2010-12-02 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 10:46 Balloon driver for Linux/HVM Rui Chu
2010-11-16 10:46 ` Rui Chu
  -- strict thread matches above, loose matches on Subject: below --
2010-11-16 10:49 Chu Rui
2010-11-16 11:35 ` Stefano Stabellini
2010-11-16 11:44   ` 牛立新
2010-11-16 12:56     ` George Dunlap
2010-11-16 15:37       ` Chu Rui
2010-11-17  9:46         ` George Dunlap
2010-11-17  9:53           ` George Dunlap
2010-11-18 20:32             ` Dan Magenheimer
2010-11-22  9:51               ` Daniel Kiper
2010-11-24 18:53                 ` Jeremy Fitzhardinge
2010-12-02 11:06                   ` Daniel Kiper

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.