|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] mini-os: Fix forp xenbus and cleanup
That looks good. Could you please apply Keir? Thanks. Gregor Dietmar Hahn wrote: Hi, attached is a small patch which fixes a problem in xenbus.c.In xenbus_wait_for_value() the function wait_for_watch() is called which adds an waiter to watch_queue but never removes this. Besides this I made wait_for_watch() a global function and changed the types of 2 variables in hypervisor.c to the type the reference variable has.Thanks. Dietmar. ------------------------------------------------------------------------ # HG changeset patch # User dietmar.hahn@xxxxxxxxxxxxxxxxxxx # Date 1174053768 -3600 # Node ID 60f93bf1835096d6807aedbdffaab9d15054d564 # Parent cd8d2a4d46e44dd91fbd7eee3a4553dc9633a9cc - Fixed type of variables in hypervisor.c. - Fixed not removing a waiter from watch_queue. - Make wait_for_watch() global accessible. Signed-off-by: Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxxxxxxx> diff -r cd8d2a4d46e4 -r 60f93bf18350 extras/mini-os/hypervisor.c --- a/extras/mini-os/hypervisor.c Thu Mar 15 23:03:22 2007 +0000 +++ b/extras/mini-os/hypervisor.c Fri Mar 16 15:02:48 2007 +0100 @@ -35,8 +35,8 @@void do_hypervisor_callback(struct pt_regs *regs) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |