search for: opic

Displaying 19 results from an estimated 19 matches for "opic".

Did you mean: apic
2005 May 16
6
x86_64 build broken?
I am not able to build the latest x86_64 xen-unstable on SLES9 SP1 x86_64. Here is the build output. Am I doing anything wrong here? Aravindh gcc -DPIC -m64 -Wall -Werror -O3 -fno-strict-aliasing -I ../../tools/libxutil -I. -Wp,-MD,.xc_ptrace.opic.d -fPIC -c -o xc_ptrace.opic xc_ptrace.c In file included from /usr/include/asm/sigcontext.h:4, from /usr/include/asm-x86_64/processor.h:13, from /usr/include/asm/processor.h:4, from /usr/include/asm-x86_64/elf.h:10, from /usr/incl...
2012 Mar 27
1
[PATCH] tools/configure: add options to pass EXTRA_CLFAGS
...rce-path=$$source \ --extra-cflags="-I$(XEN_ROOT)/tools/include \ diff -r d9e6e8632bb6 -r 9c6337771520 tools/Rules.mk --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -85,18 +85,18 @@ INSTALL_PYTHON_PROG = \ $(XEN_ROOT)/tools/python/install-wrap "$(PYTHON_PATH)" $(INSTALL_PROG) %.opic: %.c - $(CC) $(CPPFLAGS) -DPIC $(CFLAGS) $(CFLAGS_$*.opic) -fPIC -c -o $@ $< $(APPEND_CFLAGS) + $(CC) $(CPPFLAGS) -DPIC $(CFLAGS) $(CFLAGS_$*.opic) -fPIC -c -o $@ $< $(EXTRA_CFLAGS_XEN_TOOLS) $(APPEND_CFLAGS) %.o: %.c - $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_$*.o) -c -o $@ $< $(APPEND_CFL...
2011 Nov 03
3
[PATCH 0 of 2 RESEND] tools: add two new compile flags and perform checks on user defined folders.
Added two new sets of compile flags, and pass them to the check scripts, so libraries and includes are searched there also. Resend this patches because they suffered some modifications and where scattered along the mailing list. Please review, thanks Roger. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Feb 26
1
make world error
...types -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .fsimage.so.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -I../../../tools/libfsimage/common/ -Werror -L../common/ -shared -o fsimage.so fsys_reiserfs.opic -lfsimage ../../../tools/cross-install -d -m0755 -p /usr/src/xen-4.0.1/dist/install/usr/lib/fs/reiserfs ../../../tools/cross-install -m0755 -p fsimage.so /usr/src/xen-4.0.1/dist/install/usr/lib/fs/reiserfs make[6]: Leaving directory `/usr/src/xen-4.0.1/tools/libfsimage/reiserfs'' make[5]: L...
2012 Apr 05
3
[PATCH] tools/blktap2: fix 'make clean'
...s/blktap2/lvm/Makefile --- a/tools/blktap2/lvm/Makefile Thu Apr 05 11:06:03 2012 +0100 +++ b/tools/blktap2/lvm/Makefile Thu Apr 05 11:24:26 2012 +0100 @@ -27,7 +27,7 @@ lvm-util: lvm-util.o $(CC) -DLVM_UTIL $(LDFLAGS) -o lvm-util lvm-util.c clean: - rm -rf *.o *~ $(DEPS) $(IBIN) + rm -rf *.o *.opic *~ $(DEPS) $(IBIN) .PHONY: all build clean install lvm-util
2007 Feb 21
4
Re: [Xen-staging] [xen-unstable] Add iso9660 support to libfsimage.
...hit them too. On ia64 it fails to build: gcc -DPIC -O2 -fomit-frame-pointer -DNDEBUG -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I../../../tools/libfsimage/common/ -Werror -Wp,-MD,.fsys_iso9660.opic.d -fPIC -c -o fsys_iso9660.opic fsys_iso9660.c cc1: warnings being treated as errors fsys_iso9660.c: In function ''iso9660_dir'': fsys_iso9660.c:187: warning: pointer targets in initialization differ in signedness fsys_iso9660.c:212: warning: pointer targets in assignment differ in...
2012 Jan 10
4
Sum of a couple of variables of which a few have NA values
Dear everyone, I have looked all over the internet but I cannot find a way to solve my problem. In my data I want to sum a couple of variables. Some of these variables have NA values, and when I add them together, the result is NA dat <- data.frame( id = gl(5,1), var1 = rnorm(5, 10), var2 = rnorm(5, 7), var3 = rnorm(5, 6), var4 = rnorm(5, 3), var5 = rnorm(5, 8) ) dat[3,3] <- NA dat[4,5]
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
..._core_test.o xenstored_watch_test.o xenstored_domain_test.o xenstored_transaction_test.o xs_lib.o talloc_test.o fake_libxc.o utils.o tdb.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@ @@ -90,7 +90,7 @@ libxenstore.so.$(MAJOR): libxenstore.so. ln -sf $< $@ libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic - $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname -Wl,libxenstore.so.$(MAJOR) -shared -o $@ $^ -lpthread + $(CC) $(CFLAGS) $(LDFLAGS) $(SONAME_LDFLAG) -Wl,libxenstore.so.$(MAJOR) $(SHLIB_FLAGS) -o $@ $^ -lpthread libxenstore.a: xs.o xs_lib.o $(AR) rcs libxenstore.a $^ _____________________...
2011 Jul 05
1
Re: Antivirus for Mac Wine?
feder wrote: > as for me I use ProteMac NetMine What do you use the Mac spy software for? [Rolling Eyes]
2005 Aug 27
1
problems getting xen going on FC4
...: warnings being treated as errors xc_private.h:194: warning: no semicolon at end of struct or union xc_private.h:196: warning: type defaults to `int'' in declaration of `mfn_mapper_ t'' xc_private.h:196: warning: data definition has no type or storage class make[3]: *** [xc_atropos.opic] Error 1 make[3]: Leaving directory `/usr/local/src/xen-2.0-testing/tools/libxc'' make[2]: *** [build] Error 2 make[2]: Leaving directory `/usr/local/src/xen-2.0-testing/tools/libxc'' make[1]: *** [install] Error 2 make[1]: Leaving directory `/usr/local/src/xen-2.0-testing/tools'...
2012 Jul 18
2
loop searching the id corresponding to the given index (timestamp)
...ot;, "S. chrysomelas", "S. miniatus", "S. mystinus", "S. OYT", "S. pinniger", "S. serriceps", "E. jacksoni", "B. frenatus", "H. decagrammus", "S. rastrelliger"), name_2008 = c("ELAT", "OPIC", "SATR", "SCAR", "SCAU", "SCHR", "SMIN", "SMYS", "OYT", "SPIN", "STRE", "EJAC", "BFRE", "HDEC", "SRAS"), description = c("Striped Surfperch,", "Pain...
2013 May 09
1
Bug#707434: xen: FTBFS: vl.c:1575: undefined reference to `timer_create'
...D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wno-unknown-pragmas -I/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/libfsimage/ext2fs-lib/../../../tools/libfsimage/common/ -Werror -D_GNU_SOURCE -Wl,--no-as-needed -L../common/ -Wl,-rpath,'${ORIGIN}/../..' -shared -o fsimage.so ext2fs-lib.opic -lfsimage -lext2fs > make[7]: Leaving directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/libfsimage/ext2fs-lib' > make[6]: Leaving directory `/?PKGBUILDDIR?/debian/build/build-utils_amd64/tools/libfsimage' > make[5]: Leaving directory `/?PKGBUILDDIR?/debian/build/build-...
2012 Jun 20
9
[PATCH 0 of 1 v2] tools: honour --libdir when it is passed to ./configure
I''ve removed all the LIBLEAF bits in this version, but kept passing the libfsimage plugin location via compiler command line. If there''s a better way to do this, I''m certainly open to it. But looking at it further today I think this isn''t too horrible. Matt
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
.../Rules.mk CFLAGS += -Wno-unknown-pragmas -I$(XEN_ROOT)/tools/libfsimage/common/ -DFSIMAGE_FSDIR=\"$(FSDIR)\" CFLAGS += -Werror -D_GNU_SOURCE +# need for build illumos ZFS +CFLAGS += -Wno-parentheses +CFLAGS += -Wno-unused +# end LDFLAGS += -L../common/ PIC_OBJS := $(patsubst %.c,%.opic,$(LIB_SRCS-y)) -FSDIR = $(LIBDIR)/fs +FSDIR-y = $(LIBDIR)/fs/$(FS) +FSDIR-$(CONFIG_SunOS)-x86_64 = $(PREFIX)/lib/fs/$(FS)/64 +FSDIR-$(CONFIG_SunOS)-x86_32 = $(PREFIX)/lib/fs/$(FS)/ +FSDIR-$(CONFIG_SunOS) = $(FSDIR-$(CONFIG_SunOS)-$(XEN_TARGET_ARCH)) +FSDIR = $(FSDIR-y) FSLIB = fsimage.so @@...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...d_core_test.o xenstored_watch_test.o xenstored_transaction_test.o xenstored_domain_test.o xs_random.o xs_test_lib.o talloc_test.o fake_libxc.o: CFLAGS=$(BASECFLAGS) $(TESTFLAGS) xenstored_%_test.o: xenstored_%.c $(COMPILE.c) -o $@ $< @@ -66,7 +65,7 @@ clean: testsuite-clean rm -f *.o *.opic *.a - rm -f xen xenstored xs_random xs_stress xs_watch_stress + rm -f xen xenstored xs_random xs_stress rm -f xs_test xenstored_test xs_dom0_test -$(RM) $(PROG_DEP) @@ -86,11 +85,9 @@ $(TESTENV) ./xs_random --fast /tmp/xs_random 100000 $(RANDSEED) $(TESTENV) ./xs_random --fail /tmp/xs_ran...
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm:
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow suit. 1: xen: add LZ4 decompression support 2: libxc: add LZ4 decompression support Signed-off-by: Jan Beulich <jbeulich@suse.com>
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -