projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3973f7f
)
mini-os: enable test_xenbus again
author
Thomas Leonard
<talex5@gmail.com>
Thu, 26 Jun 2014 11:28:32 +0000
(12:28 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 27 Jun 2014 13:13:21 +0000
(14:13 +0100)
The old code said "Xenbus tests disabled, because of a Xend bug".
Since xend doesn't exist any longer, we can enable these again.
Signed-off-by: Thomas Leonard <talex5@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
extras/mini-os/test.c
patch
|
blob
|
history
diff --git
a/extras/mini-os/test.c
b/extras/mini-os/test.c
index bbfc6134f66a7825170d17bc80a722998a3ebfab..20d372b888355f80fecaa51f15dfe7db0a0d7e1e 100644
(file)
--- a/
extras/mini-os/test.c
+++ b/
extras/mini-os/test.c
@@
-56,8
+56,7
@@
void test_xenbus(void);
static void xenbus_tester(void *p)
{
- printk("Xenbus tests disabled, because of a Xend bug.\n");
- /* test_xenbus(); */
+ test_xenbus();
}
#endif