aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/main.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-07-23 08:57:02 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-07-23 08:57:02 +0100
commit70ad90095b7b4ae26266878a48b0abae9717010b (patch)
treecefec28462e2c51935279c8dc436075797658df7 /extras/mini-os/main.c
parent5d3f9fe2300d5ca93611eb4b41ed038472c14ac4 (diff)
downloadxen-70ad90095b7b4ae26266878a48b0abae9717010b.tar.gz
xen-70ad90095b7b4ae26266878a48b0abae9717010b.tar.bz2
xen-70ad90095b7b4ae26266878a48b0abae9717010b.zip
fs-front: cope with a missing fs-backend
Obviously save\restore is not going to work if fs-backend is missing, but at least the stubdom will be able to work correctly in all the other cases. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'extras/mini-os/main.c')
-rw-r--r--extras/mini-os/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/extras/mini-os/main.c b/extras/mini-os/main.c
index 204cf85f8a..ebdab33921 100644
--- a/extras/mini-os/main.c
+++ b/extras/mini-os/main.c
@@ -69,11 +69,6 @@ static void call_main(void *p)
#endif
#ifdef CONFIG_QEMU
- if (!fs_import) {
- printk("No FS backend found, is it running?\n");
- do_exit();
- }
-
/* Fetch argc, argv from XenStore */
domid = xenbus_read_integer("target");
if (domid == -1) {