xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: veeruyours <veeruyours@gmail.com>
To: xen-devel@lists.xensource.com
Subject: Re: HVM hypercalls
Date: Wed, 25 May 2011 00:38:49 -0700 (PDT)	[thread overview]
Message-ID: <BANLkTi=_0WBtkNg_kk-yJScJiyZd91h+AQ@mail.gmail.com> (raw)
In-Reply-To: <1306246146.20576.175.camel@zakaz.uk.xensource.com>


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

Hi,

I downloaded 2.6.38.7 and seen the CONFIG_XEN_PVHVM available. This feature
is automatically selected if XEN and X86_LOCAL_APIC are seletected.

config XEN_PVHVM
        def_bool y
        depends on XEN
        depends on X86_LOCAL_APIC

But, when i select XEN (CONFIG_XEN), it automatically selects "PARAVIRT".
Does that make my HVM guest into PV guest?

CONFIG_PARAVIRT:


This changes the kernel so it can modify itself when it is run
under a hypervisor, potentially improving performance significantly
over full virtualization.  However, when run without a hypervisor the kernel
is theoretically slower and slightly larger.

i do not want to convert HVM guest into PV, i just want to make hypercalls
from HVM guest to hypervisor.

Could you please suggest.

Thanks & Regards,
VSR.

On Tue, May 24, 2011 at 7:39 PM, Ian Campbell-10 [via Xen] <
ml-node+4422155-436573608-207502@n5.nabble.com> wrote:

> On Tue, 2011-05-24 at 14:58 +0100, veeruyours wrote:
> > I am running 2.6.30 (downloaded from kernel.org) on top of CENTOS 5.4.
>
> That is a very old kernel (June 2009 IIRC).
>
> > Do u mean i should enable following option
> >
> > --> Processor type and features
> >       [*] Paravirtualized guest support  --->
> >              --> [ ]   Xen guest support (NEW)
> >
> > But enabling this also selects PARAVIRT and does it make my guest PV
> > guest or PVHVM guest?
>
> This kernel only support PV and not PVHVM. You need something newer for
> PVHVM, I forget exactly when it was but 2.6.38/39 is certainly new
> enough.
>
> Ian.
>
>
> _______________________________________________
> Xen-devel mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4422155&i=0>
> http://lists.xensource.com/xen-devel
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
> http://xen.1045712.n5.nabble.com/HVM-hypercalls-tp2541346p4422155.html
>  To unsubscribe from HVM hypercalls, click here<http://xen.1045712.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2541346&code=dmVlcnV5b3Vyc0BnbWFpbC5jb218MjU0MTM0NnwyMDQ5MTI4OTk2>.
>
>


--
View this message in context: http://xen.1045712.n5.nabble.com/HVM-hypercalls-tp2541346p4424489.html
Sent from the Xen - Dev mailing list archive at Nabble.com.

[-- Attachment #1.2: Type: text/html, Size: 3979 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:[~2011-05-25  7:38 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-28 19:22 HVM hypercalls Ruslan Nikolaev
2010-07-29  1:05 ` Dan Magenheimer
2010-07-29  7:30 ` Juergen Gross
2010-07-29 18:55   ` Ruslan Nikolaev
2010-07-29 19:47     ` Jeremy Fitzhardinge
2010-07-30 16:06       ` Ruslan Nikolaev
2010-07-31  0:07         ` Jeremy Fitzhardinge
2010-08-03 19:48           ` Ruslan Nikolaev
2010-08-03 21:40             ` Jeremy Fitzhardinge
2010-08-04 17:41               ` Ruslan Nikolaev
2010-08-05  7:25                 ` Christoph Egger
2010-08-05 10:31                 ` Stefano Stabellini
2011-05-23  7:48   ` veeruyours
2011-05-23  8:22     ` Ian Campbell
2011-05-23 13:52       ` veerasena reddy
2011-05-24 12:06         ` Ian Campbell
2011-05-24 13:58           ` veeruyours
2011-05-24 14:09             ` Ian Campbell
2011-05-25  7:38               ` veeruyours [this message]
2011-05-25  8:13                 ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2010-08-06 21:58 Ruslan Nikolaev
2010-08-09  9:41 ` Stefano Stabellini
2010-08-03 20:30 Ruslan Nikolaev
2010-08-02  0:32 Ruslan Nikolaev
2008-08-19 14:38 HVM Hypercalls Kumar, Venkat
2008-08-19 14:53 ` Keir Fraser
2008-08-20 11:48   ` Kumar, Venkat
2008-08-20 12:11     ` Keir Fraser
2006-12-15 18:46 HVM hypercalls Ky Srinivasan
2006-12-15 19:54 ` Keir Fraser

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='BANLkTi=_0WBtkNg_kk-yJScJiyZd91h+AQ@mail.gmail.com' \
    --to=veeruyours@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).