* [PATCH] stubdom: add CONFIG_KEEP_STARTINFO for stubdoms which reference start_info
@ 2016-08-29 11:01 Juergen Gross
2016-08-29 14:15 ` Juergen Gross
0 siblings, 1 reply; 2+ messages in thread
From: Juergen Gross @ 2016-08-29 11:01 UTC (permalink / raw)
To: xen-devel; +Cc: Juergen Gross, samuel.thibault, wei.liu2
grub-stubdom and ioemu-stubdom rely on Mini-OS exporting the start_info
structure via a global variable. To use this feature in future we must
specify CONFIG_KEEP_STARTINFO in the Mini-OS config file.
Signed-off-by: Juergen Gross <jgross@suse.com>
---
stubdom/grub/minios.cfg | 1 +
stubdom/ioemu-minios.cfg | 1 +
2 files changed, 2 insertions(+)
diff --git a/stubdom/grub/minios.cfg b/stubdom/grub/minios.cfg
index 8df4909..0e81f0a 100644
--- a/stubdom/grub/minios.cfg
+++ b/stubdom/grub/minios.cfg
@@ -1,3 +1,4 @@
CONFIG_START_NETWORK=n
CONFIG_SPARSE_BSS=n
CONFIG_TPMFRONT=y
+CONFIG_KEEP_STARTINFO=y
diff --git a/stubdom/ioemu-minios.cfg b/stubdom/ioemu-minios.cfg
index d690553..9e9ea99 100644
--- a/stubdom/ioemu-minios.cfg
+++ b/stubdom/ioemu-minios.cfg
@@ -1,3 +1,4 @@
CONFIG_START_NETWORK=n
CONFIG_QEMU_XS_ARGS=y
CONFIG_PCIFRONT=y
+CONFIG_KEEP_STARTINFO=y
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] stubdom: add CONFIG_KEEP_STARTINFO for stubdoms which reference start_info
2016-08-29 11:01 [PATCH] stubdom: add CONFIG_KEEP_STARTINFO for stubdoms which reference start_info Juergen Gross
@ 2016-08-29 14:15 ` Juergen Gross
0 siblings, 0 replies; 2+ messages in thread
From: Juergen Gross @ 2016-08-29 14:15 UTC (permalink / raw)
To: xen-devel; +Cc: samuel.thibault, wei.liu2
On 29/08/16 13:01, Juergen Gross wrote:
> grub-stubdom and ioemu-stubdom rely on Mini-OS exporting the start_info
> structure via a global variable. To use this feature in future we must
> specify CONFIG_KEEP_STARTINFO in the Mini-OS config file.
>
> Signed-off-by: Juergen Gross <jgross@suse.com>
Please ignore: start_info in Mini-OS will depend on CONFIG_PARAVIRT
only.
Juergen
> ---
> stubdom/grub/minios.cfg | 1 +
> stubdom/ioemu-minios.cfg | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/stubdom/grub/minios.cfg b/stubdom/grub/minios.cfg
> index 8df4909..0e81f0a 100644
> --- a/stubdom/grub/minios.cfg
> +++ b/stubdom/grub/minios.cfg
> @@ -1,3 +1,4 @@
> CONFIG_START_NETWORK=n
> CONFIG_SPARSE_BSS=n
> CONFIG_TPMFRONT=y
> +CONFIG_KEEP_STARTINFO=y
> diff --git a/stubdom/ioemu-minios.cfg b/stubdom/ioemu-minios.cfg
> index d690553..9e9ea99 100644
> --- a/stubdom/ioemu-minios.cfg
> +++ b/stubdom/ioemu-minios.cfg
> @@ -1,3 +1,4 @@
> CONFIG_START_NETWORK=n
> CONFIG_QEMU_XS_ARGS=y
> CONFIG_PCIFRONT=y
> +CONFIG_KEEP_STARTINFO=y
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-29 14:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-29 11:01 [PATCH] stubdom: add CONFIG_KEEP_STARTINFO for stubdoms which reference start_info Juergen Gross
2016-08-29 14:15 ` Juergen Gross
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).