Re: [Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-09-03 Thread Roger Pau Monné
On Mon, Aug 27, 2018 at 03:46:03AM -0600, Jan Beulich wrote: > >>> On 22.08.18 at 12:36, wrote: > > --- /dev/null > > +++ b/xen/arch/x86/configs/pvshim_defconfig > > @@ -0,0 +1,23 @@ > > +# Enable PV shim mode > > +CONFIG_PV=y > > +CONFIG_XEN_GUEST=y > > +CONFIG_PVH_GUEST=y > > +CONFIG_PV_SHIM=y

Re: [Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-08-27 Thread Jan Beulich
>>> On 22.08.18 at 12:36, wrote: > --- /dev/null > +++ b/xen/arch/x86/configs/pvshim_defconfig > @@ -0,0 +1,23 @@ > +# Enable PV shim mode > +CONFIG_PV=y > +CONFIG_XEN_GUEST=y > +CONFIG_PVH_GUEST=y > +CONFIG_PV_SHIM=y > +CONFIG_PV_SHIM_EXCLUSIVE=y > +# Disable features not used by the PV shim >

Re: [Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-08-22 Thread Wei Liu
On Wed, Aug 22, 2018 at 12:36:55PM +0200, Roger Pau Monne wrote: > In order to build a tailored pvshim-only binary from Xen. Switch the > PV shim build from the tools firmware into using the new defconfig. > > A diff of the .config generated for the pvshim firmware build before > and after this

Re: [Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-08-22 Thread Wei Liu
On Wed, Aug 22, 2018 at 12:36:55PM +0200, Roger Pau Monne wrote: > In order to build a tailored pvshim-only binary from Xen. Switch the > PV shim build from the tools firmware into using the new defconfig. > > A diff of the .config generated for the pvshim firmware build before > and after this

Re: [Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-08-22 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH] pvshim: introduce a PV shim defconfig"): > In order to build a tailored pvshim-only binary from Xen. Switch the > PV shim build from the tools firmware into using the new defconfig. > > A diff of the .config generated for the pvshim firmware build before > and

[Xen-devel] [PATCH] pvshim: introduce a PV shim defconfig

2018-08-22 Thread Roger Pau Monne
In order to build a tailored pvshim-only binary from Xen. Switch the PV shim build from the tools firmware into using the new defconfig. A diff of the .config generated for the pvshim firmware build before and after this change shows no differences. Signed-off-by: Roger Pau Monné --- Cc: Ian