Displaying 5 results from an estimated 5 matches for "fake_libxc".
2007 Jun 23
1
regarding testcode in xenstore
Hi
I am tring to build the testcode for xenstored
# cd xen-3.1-src/tools/xenstore/
# make testcode
but it generating error due to conflict of function in fake_libxc with libxc.
Error:
gcc -Werror -Wp,-MD,.fake_libxc.o.d -I../../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c
fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’
../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here
make: *** [fake_li...
2007 Jun 23
1
regarding testcode in xenstore
Hi
I am tring to build the testcode for xenstored
# cd xen-3.1-src/tools/xenstore/
# make testcode
but it generating error due to conflict of function in fake_libxc with libxc.
Error:
gcc -Werror -Wp,-MD,.fake_libxc.o.d -I../../tools/libxc -I. -DTESTING -c -o fake_libxc.o fake_libxc.c
fake_libxc.c:41: error: conflicting types for ‘xc_evtchn_notify’
../../tools/libxc/xenctrl.h:692: error: previous declaration of ‘xc_evtchn_notify’ was here
make: *** [fake_li...
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...sls.o libxenstore.so
- $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore -o $@
+ $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore $(SOCKET_LIBS) -o $@
xenstored_test: xenstored_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) $...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
....o xs_test_lib.o xs_lib.o talloc.o utils.o
-xs_watch_stress: xs_watch_stress.o xs_test_lib.o xs_lib.o talloc.o utils.o
-xs_test.o xs_stress.o xs_watch_stress.o xenstored_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)
+xs_test.o xs_stress.o xenstored_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) -...
2005 Sep 08
45
/proc/xen/xenbus supports watch?
Hi,
Anybody (Christian?) could please tell me if we can get the support
for registering watch with /proc/xen/xenbus? (..OK, I know that we
will change it this /proc stuff to a device soon)
So far we can only do read/write/rm. I really miss the xen watch feature.
Many thanks,
Hieu
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com