xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* Re: [help]: handling IO instructions for hybrid
  2012-02-07  2:26 [help]: handling IO instructions for hybrid Mukesh Rathor
@ 2012-02-06 19:41 ` Keir Fraser
  2012-02-09  2:17   ` Mukesh Rathor
  0 siblings, 1 reply; 4+ messages in thread
From: Keir Fraser @ 2012-02-06 19:41 UTC (permalink / raw)
  To: Mukesh Rathor, stefano.stabellini@eu.citrix.com, Ian Campbell,
	Xen-devel@lists.xensource.com

On 07/02/2012 02:26, "Mukesh Rathor" <mukesh.rathor@oracle.com> wrote:

> 
> Hi all,
> 
> I am figuring io access for hybrid guests, dom0 and domU. I see that there
> are two ways: PV -> emulate_privileged_op(), or hvm handles via
> handle_mmio()/handle_pio(). I am not familiar with either one, and would
> help me lot if anybody expert in that can suggest which way
> hybrid should go, both dom0 and domU. Any suggestions would help. If
> there are any docs on this, that would be great too.

Probably the PV route, for dom0 and domU. Really most things you want to do,
the PV route is going to be the right way (unless you are PVHVM'ing certain
things, e.g., like using EPT assistance for pagetable handling).

 -- Keir

> thanks,
> Mukesh
> 

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

* [help]: handling IO instructions for hybrid
@ 2012-02-07  2:26 Mukesh Rathor
  2012-02-06 19:41 ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Mukesh Rathor @ 2012-02-07  2:26 UTC (permalink / raw)
  To: stefano.stabellini@eu.citrix.com, Ian Campbell,
	Xen-devel@lists.xensource.com, Keir Fraser


Hi all,

I am figuring io access for hybrid guests, dom0 and domU. I see that there
are two ways: PV -> emulate_privileged_op(), or hvm handles via 
handle_mmio()/handle_pio(). I am not familiar with either one, and would
help me lot if anybody expert in that can suggest which way 
hybrid should go, both dom0 and domU. Any suggestions would help. If
there are any docs on this, that would be great too.

thanks,
Mukesh

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

* Re: [help]: handling IO instructions for hybrid
  2012-02-06 19:41 ` Keir Fraser
@ 2012-02-09  2:17   ` Mukesh Rathor
  2012-02-09  3:18     ` Keir Fraser
  0 siblings, 1 reply; 4+ messages in thread
From: Mukesh Rathor @ 2012-02-09  2:17 UTC (permalink / raw)
  To: Keir Fraser
  Cc: Xen-devel@lists.xensource.com, Ian Campbell,
	stefano.stabellini@eu.citrix.com

On Mon, 06 Feb 2012 19:41:23 +0000
Keir Fraser <keir.xen@gmail.com> wrote:

> On 07/02/2012 02:26, "Mukesh Rathor" <mukesh.rathor@oracle.com> wrote:
> > 
> > I am figuring io access for hybrid guests, dom0 and domU. I see
> > that there are two ways: PV -> emulate_privileged_op(), or hvm
> > handles via handle_mmio()/handle_pio(). I am not familiar with
> > either one, and would help me lot if anybody expert in that can
> > suggest which way hybrid should go, both dom0 and domU. Any
> > suggestions would help. If there are any docs on this, that would
> > be great too.
> 
> Probably the PV route, for dom0 and domU. Really most things you want
> to do, the PV route is going to be the right way (unless you are
> PVHVM'ing certain things, e.g., like using EPT assistance for
> pagetable handling).
> 
>  -- Keir

Thanks Keir. Just to confirm, the hybrid should continue to request
iopl of 1, right?

Mukesh

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

* Re: [help]: handling IO instructions for hybrid
  2012-02-09  2:17   ` Mukesh Rathor
@ 2012-02-09  3:18     ` Keir Fraser
  0 siblings, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2012-02-09  3:18 UTC (permalink / raw)
  To: Mukesh Rathor
  Cc: Xen-devel@lists.xensource.com, Ian Campbell,
	stefano.stabellini@eu.citrix.com

On 08/02/2012 18:17, "Mukesh Rathor" <mukesh.rathor@oracle.com> wrote:

> On Mon, 06 Feb 2012 19:41:23 +0000
> Keir Fraser <keir.xen@gmail.com> wrote:
> 
>> On 07/02/2012 02:26, "Mukesh Rathor" <mukesh.rathor@oracle.com> wrote:
>>> 
>>> I am figuring io access for hybrid guests, dom0 and domU. I see
>>> that there are two ways: PV -> emulate_privileged_op(), or hvm
>>> handles via handle_mmio()/handle_pio(). I am not familiar with
>>> either one, and would help me lot if anybody expert in that can
>>> suggest which way hybrid should go, both dom0 and domU. Any
>>> suggestions would help. If there are any docs on this, that would
>>> be great too.
>> 
>> Probably the PV route, for dom0 and domU. Really most things you want
>> to do, the PV route is going to be the right way (unless you are
>> PVHVM'ing certain things, e.g., like using EPT assistance for
>> pagetable handling).
>> 
>>  -- Keir
> 
> Thanks Keir. Just to confirm, the hybrid should continue to request
> iopl of 1, right?

I'm not sure it matters since the hybrid guest runs in ring 0 of non-root
context I believe? Since ring 1 is in that case unused, it doesn't matter
whether iopl is 0 or 1.

 -- Keir

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

end of thread, other threads:[~2012-02-09  3:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07  2:26 [help]: handling IO instructions for hybrid Mukesh Rathor
2012-02-06 19:41 ` Keir Fraser
2012-02-09  2:17   ` Mukesh Rathor
2012-02-09  3:18     ` Keir Fraser

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).