All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Rui Chu" <rchu@nudt.edu.cn>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: Balloon driver for Linux/HVM
Date: Tue, 16 Nov 2010 18:46:49 +0800	[thread overview]
Message-ID: <489904364.14741@eyou.net> (raw)
Message-ID: <201011161846479027344@nudt.edu.cn> (raw)


[-- 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

             reply	other threads:[~2010-11-16 10:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-16 10:46 Rui Chu [this message]
2010-11-16 10:46 ` Balloon driver for Linux/HVM 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=489904364.14741@eyou.net \
    --to=rchu@nudt.edu.cn \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.