All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] enable QEMU for ARM builds
@ 2014-07-10 11:18 Stefano Stabellini
  2014-07-10 13:50 ` Ian Campbell
  2014-07-10 14:59 ` Stefan Bader
  0 siblings, 2 replies; 9+ messages in thread
From: Stefano Stabellini @ 2014-07-10 11:18 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Ian Campbell, Stefano Stabellini

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 20f1aa9..b39012b 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3869,6 +3869,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 6d70f04..d1c8e5e 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -126,6 +126,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
 ])

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

end of thread, other threads:[~2014-07-18 17:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 11:18 [PATCH] enable QEMU for ARM builds Stefano Stabellini
2014-07-10 13:50 ` Ian Campbell
2014-07-10 14:04   ` Stefano Stabellini
2014-07-10 14:33     ` Ian Campbell
2014-07-10 16:26       ` Stefano Stabellini
2014-07-16 14:24         ` Ian Campbell
2014-07-18 17:42           ` Stefano Stabellini
2014-07-10 14:59 ` Stefan Bader
2014-07-10 16:20   ` Stefano Stabellini

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.