From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Ian Campbell <Ian.Campbell@eu.citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>,
Stefano Stabellini <Stefano.Stabellini@eu.citrix.com>
Subject: Re: [PATCH 2 of 3] libxl: Add support for passing in the machine's E820 for PCI passthrough
Date: Tue, 17 May 2011 12:00:53 -0400 [thread overview]
Message-ID: <20110517160053.GC3657@dumpdata.com> (raw)
In-Reply-To: <19922.36862.514514.475625@mariner.uk.xensource.com>
On Tue, May 17, 2011 at 04:10:54PM +0100, Ian Jackson wrote:
> Sorry for the delay replying. But:
>
> Konrad Rzeszutek Wilk writes ("[PATCH 2 of 3] libxl: Add support for passing in the machine's E820 for PCI passthrough"):
> > diff -r b6af9b428bb1 -r ba218fa1a48e tools/libxl/xl_cmdimpl.c
> ...
> > @@ -994,6 +995,8 @@ skip_vfb:
> > if (!libxl_device_pci_parse_bdf(ctx, pcidev, buf))
> > d_config->num_pcidevs++;
> > }
> > + if (d_config->num_pcidevs && !c_info->hvm)
> > + b_info->u.pv.machine_e820 = true;
> > }
>
> This doesn't seem to provide a way to force this behaviour on, which
> is (I assume) necessary if PCI devices are to be hotplugged later ?
Right. We never resolved that question. One idea was that if you had
'pci=[]' it would trigger this. But that just seemed wrong.
next prev parent reply other threads:[~2011-05-17 16:00 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-04 14:17 [PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v3) - resent Konrad Rzeszutek Wilk
2011-05-04 14:17 ` [PATCH 1 of 3] tools: Add xc_domain_set_memory_map and xc_get_machine_memory_map calls (x86, amd64 only) Konrad Rzeszutek Wilk
2011-05-04 14:17 ` [PATCH 2 of 3] libxl: Add support for passing in the machine's E820 for PCI passthrough Konrad Rzeszutek Wilk
2011-05-10 8:29 ` Ian Campbell
2011-05-10 14:56 ` Konrad Rzeszutek Wilk
2011-05-17 15:10 ` Ian Jackson
2011-05-17 16:00 ` Konrad Rzeszutek Wilk [this message]
2011-05-17 16:05 ` Ian Campbell
2011-05-04 14:17 ` [PATCH 3 of 3] libxl: Convert E820_UNUSABLE and E820_RAM to E820_UNUSABLE as appropriate Konrad Rzeszutek Wilk
2011-05-09 9:00 ` [PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v3) - resent Ian Campbell
2011-05-09 21:01 ` Konrad Rzeszutek Wilk
2011-05-10 8:30 ` Ian Campbell
2011-05-10 14:53 ` Konrad Rzeszutek Wilk
2011-05-10 15:09 ` Ian Campbell
2011-05-10 15:27 ` Konrad Rzeszutek Wilk
2011-05-10 15:32 ` Ian Campbell
2011-05-10 15:51 ` Konrad Rzeszutek Wilk
2011-05-11 7:49 ` Ian Campbell
2011-05-12 17:41 ` Konrad Rzeszutek Wilk
2011-05-13 8:47 ` Ian Campbell
2011-05-13 13:57 ` Konrad Rzeszutek Wilk
2011-05-17 16:02 ` Konrad Rzeszutek Wilk
2011-05-17 16:07 ` Ian Campbell
2011-05-17 16:34 ` Konrad Rzeszutek Wilk
-- strict thread matches above, loose matches on Subject: below --
2011-05-10 16:32 [PATCH 0 of 3] Patches for PCI passthrough with modified E820 (v4) Konrad Rzeszutek Wilk
2011-05-10 16:32 ` [PATCH 2 of 3] libxl: Add support for passing in the machine's E820 for PCI passthrough Konrad Rzeszutek Wilk
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=20110517160053.GC3657@dumpdata.com \
--to=konrad.wilk@oracle.com \
--cc=Ian.Campbell@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=Stefano.Stabellini@eu.citrix.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 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.