Displaying 6 results from an estimated 6 matches for "ioemu_configure_cross".
2012 Mar 16
7
[PATCH] tools: specify datadir for qemu-xen build to fix firmware loading
...ls/Makefile
+++ b/tools/Makefile
@@ -156,6 +156,7 @@ subdir-all-qemu-xen-dir subdir-install-q
--extra-ldflags="-L$(XEN_ROOT)/tools/libxc \
-L$(XEN_ROOT)/tools/xenstore" \
--bindir=$(LIBEXEC) \
+ --datadir=$(SHAREDIR)/xen/qemu-xen \
--disable-kvm \
--python=$(PYTHON) \
$(IOEMU_CONFIGURE_CROSS); \
2012 Jan 16
13
[PATCH v10 0/7] build upstream qemu and seabios by default
Hi all,
this is the tenth version of the patch series to introduce upstream qemu
and seabios in the xen-unstable build system.
Changes to v9:
- rename QEMU_UPSTREAM_TAG to QEMU_UPSTREAM_REVISION: we are going to
use it with a branch name by default;
- set QEMU_UPSTREAM_REVISION to "master" by default;
- set SEABIOS_UPSTREAM_URL to git://xenbits.xen.org/seabios.git by
default;
- add
2013 Dec 16
8
XEN/arm XENFB support
Goodmorning,
I''m currently playing with XEN/arm on my Allwinner A20 (cubieboard2)
I would like to get the XENFB driver working on domU.
But currently in xen/arm there''s no support for VFB, atleast qemu is not
supported.
But this video http://www.youtube.com/watch?v=po1IeElg8tg and this one
http://www.youtube.com/watch?v=Km6gBnIqaWo is showing a working framebuffer.
So there are
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi,
This email is mainly addressed at Waldi (Bastian Blank). I'm resending it
since the previous one is waiting for approval due to its size being
bigger than 40k (I compressed the .diff this time, so it should be ok).
I have worked on enhancing the current packaging of Xen 4.1.1 over the
last weeks. The main goal was to package the OCaml libraries of Xen as
separated binary packages, and
2012 Mar 27
1
[PATCH] tools/configure: add options to pass EXTRA_CLFAGS
...9c6337771520 tools/Makefile
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -122,6 +122,7 @@ subdir-all-qemu-xen-traditional-dir subd
set -e; \
$(buildmakevars2shellvars); \
cd qemu-xen-traditional-dir; \
+ env CFLAGS="$(EXTRA_CFLAGS_QEMU_TRADITIONAL)" \
$(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS); \
$(MAKE) install
@@ -146,6 +147,7 @@ subdir-all-qemu-xen-dir subdir-install-q
source=.; \
fi; \
cd qemu-xen-dir; \
+ env CFLAGS="$(EXTRA_CFLAGS_QEMU_XEN)" \
$$source/configure --enable-xen --target-list=i386-softmmu \
--source-path=$$source \
--extra-cflags="-I...
2012 Nov 14
1
libxl: error: libxl_dm.c:1212:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3) when creating VM using upstream qemu on Xen 4.2.
Hello,
I''ve tested Xen 4.2 on CentOS 6.3(x86_x64)
My goal is to connect to Windows VM on Xen 4.2 using SPICE client.
Installation of Xen 4.2 was successful.
Also creating Windows VM using qemu-dm and connecting to it using VNC are
OK.
But qemu-dm can''t support SPICE, so I installed upstream qemu. (
http://wiki.xen.org/wiki/QEMU_Upstream)
I also installed spice-server and