* [PATCH] retain the configuration that Xen was built with
@ 2015-12-22 15:44 Doug Goldstein
2015-12-22 15:47 ` Doug Goldstein
0 siblings, 1 reply; 3+ messages in thread
From: Doug Goldstein @ 2015-12-22 15:44 UTC (permalink / raw)
To: xen-devel; +Cc: Doug Goldstein, Ian Jackson, Ian Campbell
This should retain the .config file from the Kconfig process so that we
know how this build of Xen was configured.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
ts-xen-build | 1 +
1 file changed, 1 insertion(+)
diff --git a/ts-xen-build b/ts-xen-build
index b02e737..80b1faa 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -192,6 +192,7 @@ sub stash () {
}
built_stash_file($ho, $builddir, "xen-syms", "xen/xen/xen-syms", 1);
built_stash_file($ho, $builddir, "xen-config", "xen/.config", 1);
+ built_stash_file($ho, $builddir, "xen-hv-config", "xen/xen/.config", 1);
built_stash_file($ho, $builddir, "seabios-config",
"xen/tools/firmware/seabios-dir-remote/.config", 1);
built_compress_stashed("xen-syms");
--
2.4.10
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] retain the configuration that Xen was built with
2015-12-22 15:44 [PATCH] retain the configuration that Xen was built with Doug Goldstein
@ 2015-12-22 15:47 ` Doug Goldstein
2016-01-04 11:23 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Doug Goldstein @ 2015-12-22 15:47 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson, Ian Campbell
[-- Attachment #1.1: Type: text/plain, Size: 955 bytes --]
On 12/22/15 9:44 AM, Doug Goldstein wrote:
> This should retain the .config file from the Kconfig process so that we
> know how this build of Xen was configured.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> ---
> ts-xen-build | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/ts-xen-build b/ts-xen-build
> index b02e737..80b1faa 100755
> --- a/ts-xen-build
> +++ b/ts-xen-build
> @@ -192,6 +192,7 @@ sub stash () {
> }
> built_stash_file($ho, $builddir, "xen-syms", "xen/xen/xen-syms", 1);
> built_stash_file($ho, $builddir, "xen-config", "xen/.config", 1);
> + built_stash_file($ho, $builddir, "xen-hv-config", "xen/xen/.config", 1);
> built_stash_file($ho, $builddir, "seabios-config",
> "xen/tools/firmware/seabios-dir-remote/.config", 1);
> built_compress_stashed("xen-syms");
>
This is for osstest. I forgot to include that in the subject.
--
Doug Goldstein
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 959 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] retain the configuration that Xen was built with
2015-12-22 15:47 ` Doug Goldstein
@ 2016-01-04 11:23 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2016-01-04 11:23 UTC (permalink / raw)
To: Doug Goldstein, xen-devel; +Cc: Ian Jackson
On Tue, 2015-12-22 at 09:47 -0600, Doug Goldstein wrote:
> On 12/22/15 9:44 AM, Doug Goldstein wrote:
> > This should retain the .config file from the Kconfig process so that we
> > know how this build of Xen was configured.
> >
> > Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
> > ---
> > ts-xen-build | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/ts-xen-build b/ts-xen-build
> > index b02e737..80b1faa 100755
> > --- a/ts-xen-build
> > +++ b/ts-xen-build
> > @@ -192,6 +192,7 @@ sub stash () {
> > }
> > built_stash_file($ho, $builddir, "xen-syms", "xen/xen/xen-syms",
> > 1);
> > built_stash_file($ho, $builddir, "xen-config", "xen/.config", 1);
> > + built_stash_file($ho, $builddir, "xen-hv-config",
> > "xen/xen/.config", 1);
> > built_stash_file($ho, $builddir, "seabios-config",
> > "xen/tools/firmware/seabios-dir-remote/.config",
> > 1);
> > built_compress_stashed("xen-syms");
> >
>
>
> This is for osstest. I forgot to include that in the subject.
I guessed ;-)
Acked-by: Ian Campbell <ian.campbell@citrix.com>
We should probably get this into the osstest gate sooner rather than later
in anticipation of series's which add more options.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-04 11:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-22 15:44 [PATCH] retain the configuration that Xen was built with Doug Goldstein
2015-12-22 15:47 ` Doug Goldstein
2016-01-04 11:23 ` Ian Campbell
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.