From: Wei Liu <wei.liu2@citrix.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: peter.maydell@linaro.org, Wei Liu <wei.liu2@citrix.com>,
stefano.stabellini@eu.citrix.com, qemu-devel@nongnu.org,
xen-devel@lists.xen.org, anthony.perard@citrix.com
Subject: Re: [Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak
Date: Fri, 24 Jan 2014 17:00:30 +0000 [thread overview]
Message-ID: <20140124170030.GK24675@zion.uk.xensource.com> (raw)
In-Reply-To: <52E2186B.6060200@redhat.com>
On Fri, Jan 24, 2014 at 08:38:19AM +0100, Paolo Bonzini wrote:
> Il 23/01/2014 23:16, Wei Liu ha scritto:
> >- echo "CONFIG_XEN_PCI_PASSTHROUGH=y" >> "$config_target_mak"
> >+ if test "$target_name" != "xenpv"; then
> >+ echo "CONFIG_XEN_I386=y" >> $config_target_mak
> >+ if test "$xen_pci_passthrough" = yes; then
> >+ echo "CONFIG_XEN_PCI_PASSTHROUGH=y" >> "$config_target_mak"
> >+ fi
>
> You can add
>
> CONFIG_XEN_PCI_PASSTHROUGH=$(CONFIG_XEN)
>
> to i386-softmmu.mak and x86_64-softmmu.mak, and drop this setting
> from config-target.mak too.
>
I'm afraid not. CONFIG_XEN is prerequiste for CONFIG_XEN_PCI_PASSTHROUGH
but doens't imply the feature is enabled by the user.
Wei.
> Paolo
next prev parent reply other threads:[~2014-01-24 17:00 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-23 22:16 [Qemu-devel] [PATCH RFC 0/5] Xen: introduce Xen PV target Wei Liu
2014-01-23 22:16 ` [Qemu-devel] [PATCH RFC 1/5] xen: move Xen PV machine files to hw/xenpv Wei Liu
2014-01-23 22:16 ` [Qemu-devel] [PATCH RFC 2/5] xen: factor out common functions Wei Liu
2014-01-23 22:16 ` [Qemu-devel] [PATCH RFC 3/5] exec: guard Xen HVM hooks with CONFIG_XEN_I386 Wei Liu
2014-01-24 7:35 ` Paolo Bonzini
2014-01-23 22:16 ` [Qemu-devel] [PATCH RFC 4/5] xen: implement Xen PV target Wei Liu
2014-01-23 22:16 ` [Qemu-devel] [PATCH RFC 5/5] xen: introduce xenpv-softmmu.mak Wei Liu
2014-01-24 7:38 ` Paolo Bonzini
2014-01-24 17:00 ` Wei Liu [this message]
2014-01-23 22:30 ` [Qemu-devel] [PATCH RFC 0/5] Xen: introduce Xen PV target Peter Maydell
2014-01-24 14:23 ` Wei Liu
2014-01-24 14:38 ` Paolo Bonzini
2014-01-24 14:50 ` Wei Liu
2014-01-24 14:30 ` Paolo Bonzini
2014-01-24 14:35 ` Peter Maydell
2014-01-24 14:42 ` Paolo Bonzini
2014-01-24 14:56 ` Stefano Stabellini
2014-01-24 15:22 ` [Qemu-devel] [Xen-devel] " Ian Campbell
2014-01-24 7:36 ` [Qemu-devel] " Paolo Bonzini
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=20140124170030.GK24675@zion.uk.xensource.com \
--to=wei.liu2@citrix.com \
--cc=anthony.perard@citrix.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=stefano.stabellini@eu.citrix.com \
--cc=xen-devel@lists.xen.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).