xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: xen-devel@lists.xensource.com
Cc: Ian.Jackson@eu.citrix.com, Ian.Campbell@citrix.com,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH v4 3/3] enable QEMU for ARM builds
Date: Fri, 1 Aug 2014 16:32:19 +0100	[thread overview]
Message-ID: <1406907139-16800-3-git-send-email-stefano.stabellini@eu.citrix.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1408011624450.2293@kaball.uk.xensource.com>

Build qemu-xen on ARM and ARM64: it is used to provide the PV backends,
disk and framebuffer in particular.

Ideally we would also modify the configure options to only build what is
necessary: a machine just for PV backends. However that is a work in
progress and not yet available in QEMU (see
http://marc.info/?l=qemu-devel&m=139082425718379&w=2). So we just build
the usual i386 target, even though no i386 emulation is going to be done
by qemu-xen on ARM.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

diff --git a/tools/configure b/tools/configure
index a4aa8f1..ae60824 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3876,6 +3876,8 @@ else
     case "$host_cpu" in
         i[3456]86|x86_64)
            qemu_xen=y;;
+        arm*|aarch64)
+           qemu_xen=y;;
         *) qemu_xen=n;;
     esac
 
diff --git a/tools/configure.ac b/tools/configure.ac
index 629d6a0..c595233 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -132,6 +132,8 @@ AC_ARG_WITH([system-qemu],
     case "$host_cpu" in
         i[[3456]]86|x86_64)
            qemu_xen=y;;
+        arm*|aarch64)
+           qemu_xen=y;;
         *) qemu_xen=n;;
     esac
 ])

  parent reply	other threads:[~2014-08-01 15:32 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-01 15:30 [PATCH v4 0/3] Move xenstore and libxc public headers to include subdir Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 1/3] " Stefano Stabellini
2014-08-06 14:53   ` Ian Jackson
2014-08-06 15:04     ` Stefano Stabellini
2014-08-07 11:46       ` Ian Jackson
2014-08-07 14:07         ` Stefano Stabellini
2014-08-07 16:40           ` Ian Jackson
2014-08-13 11:37             ` Stefano Stabellini
2014-09-22 17:14               ` Ian Jackson
2014-09-22 18:52                 ` Ian Campbell
2014-09-23 13:15                   ` Ian Jackson
2014-09-23 13:22                     ` Stefano Stabellini
2014-08-01 15:32 ` [PATCH v4 2/3] qemu-xen-trad: -I tools/libxc/include and tools/xenstore/include Stefano Stabellini
2014-08-01 15:32 ` Stefano Stabellini [this message]
2014-09-23 12:56   ` [PATCH v4 3/3] enable QEMU for ARM builds Ian Campbell
2014-09-23 13:35   ` Ian Campbell
2014-09-23 14:56     ` Stefano Stabellini
2014-09-23 15:21       ` Ian Campbell
2014-09-23 16:29         ` Stefano Stabellini
2014-09-23 16:35           ` Ian Campbell
2014-09-23 16:35             ` Stefano Stabellini
2014-09-23 16:41               ` Ian Campbell
2014-09-24  9:02                 ` Ian Campbell

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=1406907139-16800-3-git-send-email-stefano.stabellini@eu.citrix.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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;
as well as URLs for NNTP newsgroup(s).