search for: xs_test

Displaying 5 results from an estimated 5 matches for "xs_test".

2005 Aug 04
0
[PATCH 5/11] Fix bug where watch messages didn''t go out to domains, causing them to get stuck.
# HG changeset patch # User Rusty Russell <rusty@rustcorp.com.au> # Node ID ba5d5bd28edf8bce89bdf9fc64047ee4f1dceded # Parent d4ab9ac93104a13a09ebfaa2384281c4e3392e3f Fix bug where watch messages didn''t go out to domains, causing them to get stuck. Also, change xs_test to more closely reflect xenbus behaviour to exhibit bug. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> diff -r d4ab9ac93104 -r ba5d5bd28edf tools/xenstore/xenstored_core.c --- a/tools/xenstore/xenstored_core.c Thu Aug 4 10:34:26 2005 +++ b/tools/xenstore/xenstored_core.c Thu Aug 4 1...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...goto exit; + xsval = xs_watch(xh, path, token); val = pyvalue_int(xsval); exit: return val; diff -r ba5d5bd28edf -r b0de1894df67 tools/xenstore/Makefile --- a/tools/xenstore/Makefile Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/Makefile Thu Aug 4 11:39:03 2005 @@ -42,9 +42,8 @@ xs_test: xs_test.o xs_lib.o utils.o xs_random: xs_random.o xs_test_lib.o xs_lib.o talloc.o utils.o xs_stress: xs_stress.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 xe...
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...BXENSTAT) LDFLAGS += -L$(XEN_LIBXENSTAT) -LDLIBS += -lxenstat -lncurses +LDLIBS += -lxenstat -lncurses $(SOCKET_LIBS) .PHONY: all all: xentop diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -41,19 +41,19 @@ testcode: xs_test xenstored_test xs_rand testcode: xs_test xenstored_test xs_random xenstored: $(XENSTORED_OBJS) - $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@ + $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl $(SOCKET_LIBS) -o $@ $(CLIENTS): xenstore-%: xenstore_%.o libxenstore.so - $(LINK.o) $< $(LO...
2006 Oct 05
2
Xenstore interface works on Windows guest?
Hi, Anyone knows whether how xenstore interface works on the Windows guest? If it does, how? I just want to send a small amount of data between dom0 and the Windows guest. Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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