search for: console_queu

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

Did you mean: console_queue
2012 Feb 04
2
xen-unstable stubdom build error version(3432abcf9380)
...: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [block-vbd.o] Error 1 So I checked some simple stuff out and found this: extras/mini-os/fbfront.c:572: remove_waiter(w, fbfront_queue); extras/mini-os/lib/sys.c:237: remove_waiter(w, console_queue); extras/mini-os/lib/sys.c:817: remove_waiter(netfront_w, netfront_queue); extras/mini-os/lib/sys.c:818: remove_waiter(event_w, event_queue); extras/mini-os/lib/sys.c:819: remove_waiter(blkfront_w, blkfront_queue); extras/mini-os/lib/sys.c:820: remove_waiter(xenbus_watch_w, xenbus_watc...
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -