All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-xen-build: Turn on CONFIG_PV32 again
@ 2021-06-11 17:02 Ian Jackson
  2021-06-14  6:10 ` Jan Beulich
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Jackson @ 2021-06-11 17:02 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, George Dunlap, Jan Beulich

CC: George Dunlap <george.dunlap@citrix.com>
Suggested-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Ian Jackson <iwj@xenproject.org>
---
 ts-xen-build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ts-xen-build b/ts-xen-build
index deec52b2..af0dd894 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -132,6 +132,10 @@ END
 		# on Xen. For now (Xen 4.10/4.11 at at least),
 		# will be not built by default and gated by expert mode
 		echo >>xen/.config CONFIG_HAS_ITS=y
+
+		# PV32 is disabled by default but we still want to test
+		# it, for now at least until everything is updated.
+		echo >>xen/.config CONFIG_PV32=y
 	fi
 END
                );
-- 
2.20.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-14 13:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11 17:02 [OSSTEST PATCH] ts-xen-build: Turn on CONFIG_PV32 again Ian Jackson
2021-06-14  6:10 ` Jan Beulich
2021-06-14 13:50   ` Ian Jackson

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.