From afadd6ac31bbf427036baa0cbab4fe1b147be10d Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Tue, 11 Jan 2011 18:13:44 +0000 Subject: tools: remove fs-front/fs-back Its access controls are really not OK. In particular, it's not good for libxl, which stores per-VM config blobs in a directory that is exported to all VMs. This will break stub-qemu save/restore, which is the only user of fs-front that I'm aware of, but: - It's currently broken anyway (fs-back isn't run by default and crashes if it is run manually); and - Stefano has a plan to plumb qemu save records through a dedicated console channel instead. Signed-off-by: Tim Deegan Committed-by: Ian Jackson --- extras/mini-os/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'extras/mini-os/main.c') diff --git a/extras/mini-os/main.c b/extras/mini-os/main.c index 8b279a666c..6b53df5e63 100644 --- a/extras/mini-os/main.c +++ b/extras/mini-os/main.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include @@ -66,7 +65,6 @@ static void call_main(void *p) #if defined(HAVE_LWIP) && !defined(CONFIG_QEMU) start_networking(); #endif - init_fs_frontend(); #endif create_thread("pcifront", pcifront_watches, NULL); -- cgit v1.2.3