From: Julien Grall <julien.grall@linaro.org>
To: "Luis R. Rodriguez" <mcgrof@do-not-panic.com>,
hpa@zytor.com, josh@joshtriplett.org, sam@ravnborg.org
Cc: Michal Marek <mmarek@suse.cz>,
Randy Dunlap <rdunlap@infradead.org>,
Ian Campbell <Ian.Campbell@citrix.com>,
kvm@vger.kernel.org, "Luis R. Rodriguez" <mcgrof@suse.com>,
x86@kernel.org, linux-kernel@vger.kernel.org,
mtosatti@redhat.com, Pekka Enberg <penberg@kernel.org>,
fengguang.wu@intel.com, levinsasha928@gmail.com,
David Rientjes <rientjes@google.com>,
xen-devel@lists.xenproject.org, Borislav Petkov <bp@suse.de>,
David Vrabel <david.vrabel@citrix.com>,
bpoirier@suse.de
Subject: Re: [Xen-devel] [PATCH v2 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper
Date: Mon, 15 Dec 2014 11:58:34 +0000 [thread overview]
Message-ID: <548ECCEA.5040500@linaro.org> (raw)
In-Reply-To: <1418168138-6425-3-git-send-email-mcgrof@do-not-panic.com>
Hello Luis,
On 09/12/14 23:35, Luis R. Rodriguez wrote:
> From: "Luis R. Rodriguez" <mcgrof@suse.com>
>
> This lets you build a kernel which can support xen dom0
> or xen guests by just using:
>
> make xenconfig
>
> on both x86 and arm64 kernels. This also splits out the
> options which are available currently to be built with x86
> and 'make ARCH=arm64' under a shared config.
I guess this is also working for arm (32bits)?
> diff --git a/kernel/configs/xen.config b/kernel/configs/xen.config
> new file mode 100644
> index 0000000..d2ec010
> --- /dev/null
> +++ b/kernel/configs/xen.config
> @@ -0,0 +1,30 @@
> +# generic config
> +CONFIG_XEN=y
> +CONFIG_XEN_DOM0=y
> +CONFIG_PCI_XEN=y
> +CONFIG_XEN_PCIDEV_FRONTEND=m
> +CONFIG_XEN_BLKDEV_FRONTEND=m
> +CONFIG_XEN_BLKDEV_BACKEND=m
> +CONFIG_XEN_NETDEV_FRONTEND=m
> +CONFIG_XEN_NETDEV_BACKEND=m
> +CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y
> +CONFIG_HVC_XEN=y
> +CONFIG_HVC_XEN_FRONTEND=y
> +CONFIG_TCG_XEN=m
> +CONFIG_XEN_WDT=m
> +CONFIG_XEN_FBDEV_FRONTEND=y
> +CONFIG_XEN_BALLOON=y
> +CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
> +CONFIG_XEN_SCRUB_PAGES=y
> +CONFIG_XEN_DEV_EVTCHN=m
> +CONFIG_XEN_BACKEND=y
> +CONFIG_XENFS=m
> +CONFIG_XEN_COMPAT_XENFS=y
> +CONFIG_XEN_SYS_HYPERVISOR=y
> +CONFIG_XEN_XENBUS_FRONTEND=y
> +CONFIG_XEN_GNTDEV=m
> +CONFIG_XEN_GRANT_DEV_ALLOC=m
> +CONFIG_SWIOTLB_XEN=y
> +CONFIG_XEN_PCIDEV_BACKEND=m
> +CONFIG_XEN_PRIVCMD=m
> +CONFIG_XEN_ACPI_PROCESSOR=m
The common fragment config looks good for both ARM32 and ARM64:
Acked-by: Julien Grall <julien.grall@linaro.org>
Regards,
--
Julien Grall
next prev parent reply other threads:[~2014-12-15 11:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 23:35 [PATCH v2 0/2] x86/arm64: add xenconfig Luis R. Rodriguez
2014-12-09 23:35 ` [PATCH v2 1/2] x86, platform, xen, kconfig: clarify kvmconfig is for kvm Luis R. Rodriguez
2014-12-10 0:40 ` Josh Triplett
2014-12-09 23:35 ` [PATCH v2 2/2] x86, arm, platform, xen, kconfig: add xen defconfig helper Luis R. Rodriguez
2014-12-12 20:46 ` David Rientjes
2014-12-15 11:58 ` Julien Grall [this message]
2015-01-13 19:03 ` [Xen-devel] " Luis R. Rodriguez
2015-01-13 19:13 ` Julien Grall
2015-01-13 19:14 ` Luis R. Rodriguez
2014-12-15 14:58 ` Stefano Stabellini
2015-01-13 19:26 ` Luis R. Rodriguez
2015-01-14 11:29 ` Stefano Stabellini
2015-01-14 18:36 ` Luis R. Rodriguez
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=548ECCEA.5040500@linaro.org \
--to=julien.grall@linaro.org \
--cc=Ian.Campbell@citrix.com \
--cc=bp@suse.de \
--cc=bpoirier@suse.de \
--cc=david.vrabel@citrix.com \
--cc=fengguang.wu@intel.com \
--cc=hpa@zytor.com \
--cc=josh@joshtriplett.org \
--cc=kvm@vger.kernel.org \
--cc=levinsasha928@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mcgrof@do-not-panic.com \
--cc=mcgrof@suse.com \
--cc=mmarek@suse.cz \
--cc=mtosatti@redhat.com \
--cc=penberg@kernel.org \
--cc=rdunlap@infradead.org \
--cc=rientjes@google.com \
--cc=sam@ravnborg.org \
--cc=x86@kernel.org \
--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