search for: ba5d5bd28edf

Displaying 2 results from an estimated 2 matches for "ba5d5bd28edf".

2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
# HG changeset patch # User Rusty Russell <rusty@rustcorp.com.au> # Node ID b0de1894df67ac7c7d905bf61cdf0210b42752cc # Parent ba5d5bd28edf8bce89bdf9fc64047ee4f1dceded Xenstore watch rework Change watches to all fire simultaneously, removing priority argument. Watches no longer fired back to connection/domain which caused event. Fix up testsuite to match Use state enum, rather than return value inside daemon to determine blockage Sign...
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...