From: Mukesh Rathor <mukesh.rathor@oracle.com>
To: Roger Pau Monne <roger.pau@citrix.com>
Cc: xen-devel@lists.xenproject.org,
David Vrabel <david.vrabel@citrix.com>,
Jan Beulich <JBeulich@suse.com>
Subject: Re: [PATCH v3] docs: add PVH specification
Date: Mon, 22 Sep 2014 17:38:37 -0700 [thread overview]
Message-ID: <20140922173837.1e069d63@mantra.us.oracle.com> (raw)
In-Reply-To: <1411060764-4016-1-git-send-email-roger.pau@citrix.com>
On Thu, 18 Sep 2014 19:19:24 +0200
Roger Pau Monne <roger.pau@citrix.com> wrote:
> Introduce a document that describes the interfaces used on PVH. This
> document has been designed from a guest OS point of view (i.e.: what
> a guest needs to do in order to support PVH).
.....
> +
> +*TODO*: we need to figure out what to do with MMIO regions, right
> now Xen +sets all the holes in the native e820 to MMIO regions for
> Dom0 up to 4GB. We +need to decide what to do with MMIO regions above
> 4GB on Dom0, and what to do +for PVH DomUs with pci-passthrough.
My previous comment in earlier version on this:
"We map all non-ram regions for dom0 1:1 till the highest non-ram e820
entry. If there is anything that is beyond the last e820 entry,
it will remain unmapped."
The 4GB comment in the function pvh_map_all_iomem() refers to when
a BIOS may not report io space above ram when ram is less than 4GB.
> +In the case of a guest started with memory != maxmem, the e820
> memory map +returned by Xen will contain the memory up to maxmem. The
> guest has to be very +careful to only use the lower memory pages up
> to the value contained in +`start_info->nr_pages` because any memory
> page above that value will not be +populated.
> +
> +## Physical devices ##
> +
> +When running as Dom0 the guest OS has the ability to interact with
> the physical +devices present in the system. A note should be made
> that PVH guests require +a working IOMMU in order to interact with
> physical devices. +
> +The first step in order to manipulate the devices is to make Xen
> aware of +them. Due to the fact that all the hardware description on
> x86 comes from +ACPI, Dom0 is responsible of parsing the ACPI tables
> and notify Xen about the +devices it finds. This is done with the
Minor:
Dom0 is responsible for parsing the ACPI tables and notifying Xen
about...
With that, thanks Roger, and :
Acked-by: Mukesh Rathor <mukesh.rathor@oracle.com>
Mukesh
next prev parent reply other threads:[~2014-09-23 0:38 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 17:19 [PATCH v3] docs: add PVH specification Roger Pau Monne
2014-09-20 19:15 ` Konrad Rzeszutek Wilk
2014-09-22 11:16 ` Jan Beulich
2014-09-22 13:40 ` Konrad Rzeszutek Wilk
2014-09-22 11:36 ` Roger Pau Monné
2014-09-22 14:02 ` Konrad Rzeszutek Wilk
2014-09-22 14:08 ` Jan Beulich
2014-09-23 0:38 ` Mukesh Rathor [this message]
2014-09-23 13:16 ` Jan Beulich
2014-09-26 0:00 ` Mukesh Rathor
2014-09-26 6:32 ` Jan Beulich
2014-09-29 17:38 ` Roger Pau Monné
2014-09-29 17:45 ` David Vrabel
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=20140922173837.1e069d63@mantra.us.oracle.com \
--to=mukesh.rathor@oracle.com \
--cc=JBeulich@suse.com \
--cc=david.vrabel@citrix.com \
--cc=roger.pau@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/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).