All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Jackson <iwj@xenproject.org>
To: xen-devel@lists.xenproject.org
Cc: Ian Jackson <iwj@xenproject.org>,
	George Dunlap <george.dunlap@citrix.com>,
	Jan Beulich <jbeulich@suse.com>
Subject: [OSSTEST PATCH] ts-xen-build: Turn on CONFIG_PV32 again
Date: Fri, 11 Jun 2021 18:02:30 +0100	[thread overview]
Message-ID: <20210611170230.20195-1-iwj@xenproject.org> (raw)

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



             reply	other threads:[~2021-06-11 17:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-11 17:02 Ian Jackson [this message]
2021-06-14  6:10 ` [OSSTEST PATCH] ts-xen-build: Turn on CONFIG_PV32 again Jan Beulich
2021-06-14 13:50   ` Ian Jackson

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=20210611170230.20195-1-iwj@xenproject.org \
    --to=iwj@xenproject.org \
    --cc=george.dunlap@citrix.com \
    --cc=jbeulich@suse.com \
    --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 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.