public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Aleksandar Rikalo" <aleksandar.rikalo@syrmia.com>,
	xen-devel@lists.xenproject.org, kvm@vger.kernel.org,
	"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>,
	"Willian Rampazzo" <wrampazz@redhat.com>,
	"Paul Durrant" <paul@xen.org>, "Huacai Chen" <chenhc@lemote.com>,
	"Anthony Perard" <anthony.perard@citrix.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Stefano Stabellini" <sstabellini@kernel.org>,
	"Claudio Fontana" <cfontana@suse.de>,
	"Halil Pasic" <pasic@linux.ibm.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Christian Borntraeger" <borntraeger@de.ibm.com>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"David Gibson" <david@gibson.dropbear.id.au>,
	"Thomas Huth" <thuth@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	qemu-s390x@nongnu.org, "Aurelien Jarno" <aurelien@aurel32.net>,
	qemu-arm@nongnu.org
Subject: [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs
Date: Sun,  6 Dec 2020 19:55:03 +0100	[thread overview]
Message-ID: <20201206185508.3545711-4-philmd@redhat.com> (raw)
In-Reply-To: <20201206185508.3545711-1-philmd@redhat.com>

Cross-build x86 target with only KVM accelerator enabled.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 .gitlab-ci.d/crossbuilds-kvm-x86.yml | 6 ++++++
 .gitlab-ci.yml                       | 1 +
 MAINTAINERS                          | 1 +
 3 files changed, 8 insertions(+)
 create mode 100644 .gitlab-ci.d/crossbuilds-kvm-x86.yml

diff --git a/.gitlab-ci.d/crossbuilds-kvm-x86.yml b/.gitlab-ci.d/crossbuilds-kvm-x86.yml
new file mode 100644
index 00000000000..9719a19d143
--- /dev/null
+++ b/.gitlab-ci.d/crossbuilds-kvm-x86.yml
@@ -0,0 +1,6 @@
+cross-amd64-kvm:
+  extends: .cross_accel_build_job
+  variables:
+    IMAGE: debian-amd64-cross
+    TARGETS: i386-softmmu,x86_64-softmmu
+    ACCEL_CONFIGURE_OPTS: --disable-tcg
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0173e82b16..cdfa1f82a3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ include:
   - local: '/.gitlab-ci.d/opensbi.yml'
   - local: '/.gitlab-ci.d/containers.yml'
   - local: '/.gitlab-ci.d/crossbuilds.yml'
+  - local: '/.gitlab-ci.d/crossbuilds-kvm-x86.yml'
 
 .native_build_job_template: &native_build_job_definition
   stage: build
diff --git a/MAINTAINERS b/MAINTAINERS
index 68bc160f41b..8d7e2fdb7e2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -427,6 +427,7 @@ L: kvm@vger.kernel.org
 S: Supported
 F: target/i386/kvm.c
 F: scripts/kvm/vmxcap
+F: .gitlab-ci.d/crossbuilds-kvm-x86.yml
 
 Guest CPU Cores (other accelerators)
 ------------------------------------
-- 
2.26.2


  parent reply	other threads:[~2020-12-06 18:57 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-06 18:55 [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job) Philippe Mathieu-Daudé
2020-12-07  5:11   ` Thomas Huth
2020-12-06 18:55 ` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template Philippe Mathieu-Daudé
2020-12-06 19:23   ` Claudio Fontana
2020-12-06 23:44     ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` Philippe Mathieu-Daudé [this message]
2020-12-07  5:20   ` [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs Thomas Huth
2020-12-07 10:04     ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 4/8] gitlab-ci: Add KVM ARM " Philippe Mathieu-Daudé
2020-12-07  5:41   ` Thomas Huth
2020-12-06 18:55 ` [PATCH 5/8] gitlab-ci: Add KVM s390x " Philippe Mathieu-Daudé
2020-12-07  5:46   ` Thomas Huth
2020-12-07 10:00     ` Philippe Mathieu-Daudé
2020-12-07 10:26       ` Philippe Mathieu-Daudé
2020-12-07 10:33         ` Thomas Huth
2020-12-07 10:37           ` Philippe Mathieu-Daudé
2020-12-07 10:25     ` Daniel P. Berrangé
2020-12-07 10:26       ` Philippe Mathieu-Daudé
2020-12-07 10:34         ` Daniel P. Berrangé
2020-12-07 11:14           ` Philippe Mathieu-Daudé
2020-12-07 11:26             ` Philippe Mathieu-Daudé
2020-12-06 18:55 ` [PATCH 6/8] gitlab-ci: Add KVM PPC " Philippe Mathieu-Daudé
2020-12-07  1:38   ` David Gibson
2020-12-07  5:57   ` Thomas Huth
2020-12-06 18:55 ` [PATCH 7/8] gitlab-ci: Add KVM MIPS " Philippe Mathieu-Daudé
2020-12-07  5:58   ` Thomas Huth
2020-12-06 18:55 ` [PATCH 8/8] gitlab-ci: Add Xen " Philippe Mathieu-Daudé
2020-12-07 10:23 ` [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs Daniel P. Berrangé

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=20201206185508.3545711-4-philmd@redhat.com \
    --to=philmd@redhat.com \
    --cc=aleksandar.rikalo@syrmia.com \
    --cc=alex.bennee@linaro.org \
    --cc=anthony.perard@citrix.com \
    --cc=aurelien@aurel32.net \
    --cc=borntraeger@de.ibm.com \
    --cc=cfontana@suse.de \
    --cc=chenhc@lemote.com \
    --cc=cohuck@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=jiaxun.yang@flygoat.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pasic@linux.ibm.com \
    --cc=paul@xen.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-s390x@nongnu.org \
    --cc=sstabellini@kernel.org \
    --cc=thuth@redhat.com \
    --cc=wainersm@redhat.com \
    --cc=wrampazz@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox