Displaying 6 results from an estimated 6 matches for "extra_cflags_xen_tools".
2012 Mar 27
1
[PATCH] tools/configure: add options to pass EXTRA_CLFAGS
...ed by exporting
CFLAGS before ''make tools''. Now qemu-upstream reuses these CFLAGS, but
it cant deal with the result.
This patch extends configure to recognize three environment variables
which will be written to config/Tools.mk so they will be reused with
each make invocation:
EXTRA_CFLAGS_XEN_TOOLS= specifies CFLAGS for the tools build.
EXTRA_CFLAGS_QEMU_TRADITIONAL= specifies CFLAGS for old qemu.
EXTRA_CFLAGS_QEMU_XEN= specifies CFLAGS for new qemu.
The new feature can be used like this in a rpm xen.spec file:
env \
EXTRA_CFLAGS_XEN_TOOLS="${RPM_OPT_FLAGS}" \
EXTRA_CF...
2014 Aug 10
0
xen_4.4.0-1_amd64.changes ACCEPTED into unstable, unstable
....
* Disable qemu-traditional and rombios support using new configure option
instead of by patching. No need to build-depend on ipxe any more.
* Use system qemu-xen via new configure option instead of patching.
* Use system seabios via new configure option instead of patching.
* Use EXTRA_CFLAGS_XEN_TOOLS and APPEND_{CPPFLAGS,LDFLAGS} during build.
* Add support for armhf and arm64.
* Update config.{sub,guess}.
Checksums-Sha1:
cb368617dd3500b7d2a5eecac9cc0ec1dec61982 2832 xen_4.4.0-1.dsc
39aaa0627cd93920be8d12e4c63042c23d653c8c 3767352 xen_4.4.0.orig.tar.xz
5df82fde3fca58fec84e96f11ebd3b1b6...
2013 Apr 16
4
pv-grub will cause page fault if build with flag -fstack-protector
Hi, List,
In checking the page fault problem when using pv-grub to start domU in
opensuse12.3[1], found that the problem is caused by ''-fstack-protector''
flag which is introduced in rpm build:
export EXTRA_CFLAGS_XEN_TOOLS="$RPM_OPT_FLAGS"
export EXTRA_CFLAGS_QEMU_TRADITIONAL="$RPM_OPT_FLAGS"
export EXTRA_CFLAGS_QEMU_XEN="$RPM_OPT_FLAGS"
with ''-fstack-protector'', pv-grub will cause page fault when start domU;
without the flag, pv-grub has no problem.
We asked for Jan...
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
...a simple way to get a
Xen host up.
-Stefan
>
> diff -Nru xen-4.5.0/debian/rules.real xen-4.5.0/debian/rules.real
> --- xen-4.5.0/debian/rules.real 2015-01-20 19:29:03.000000000 +0100
> +++ xen-4.5.0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100
> @@ -95,7 +95,6 @@
> EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
> APPEND_CPPFLAGS="$(CPPFLAGS)" \
> APPEND_LDFLAGS="$(LDFLAGS)" \
> - OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
> PYTHON=$(shell pyversions -r)
>
> $(STAMPS_DIR)/build-utils_$(ARCH): DIR=...
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
...tc/default/grub, so one does not have to fiddle around with the main file).
diff -Nru xen-4.5.0/debian/rules.real xen-4.5.0/debian/rules.real
--- xen-4.5.0/debian/rules.real 2015-01-20 19:29:03.000000000 +0100
+++ xen-4.5.0/debian/rules.real 2015-01-22 11:44:54.000000000 +0100
@@ -95,7 +95,6 @@
EXTRA_CFLAGS_XEN_TOOLS="$(CFLAGS)" \
APPEND_CPPFLAGS="$(CPPFLAGS)" \
APPEND_LDFLAGS="$(LDFLAGS)" \
- OCAMLDESTDIR=$(CURDIR)/$(BUILD_DIR)/install-utils_$(ARCH)/$(OCAML_STDLIB_DIR) \
PYTHON=$(shell pyversions -r)
$(STAMPS_DIR)/build-utils_$(ARCH): DIR=$(BUILD_DIR)/build-utils_$(ARC...
2020 Jul 18
25
[PATCH 00/12] Bunch of patches for cross-compilatio + RP4
Initially out there as #965245.
I strongly prefer to build ARM64 packages on non-ARM systems. Something
about my main build machine having twice the cores and twice the clock
speed. As such after many builds I've managed to generate a set of
patches which appear to mostly function to get functioning cross-builds
of Xen.
These are NOT a 100% solution. Some packaging hacks were needed. In