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/include/fbfront.h | 1 + extras/mini-os/include/fs.h | 56 ---------------------------------------- 2 files changed, 1 insertion(+), 56 deletions(-) delete mode 100644 extras/mini-os/include/fs.h (limited to 'extras/mini-os/include') diff --git a/extras/mini-os/include/fbfront.h b/extras/mini-os/include/fbfront.h index 7e29b4c974..d4851a4e98 100644 --- a/extras/mini-os/include/fbfront.h +++ b/extras/mini-os/include/fbfront.h @@ -1,5 +1,6 @@ #include #include +#include #include /* from */ diff --git a/extras/mini-os/include/fs.h b/extras/mini-os/include/fs.h deleted file mode 100644 index 2f91f8d264..0000000000 --- a/extras/mini-os/include/fs.h +++ /dev/null @@ -1,56 +0,0 @@ -#ifndef __FS_H__ -#define __FS_H__ - -#include -#include -#include - -#define FSIF_RING_SIZE_ORDER 1 -#define FSIF_RING_SIZE_PAGES (1<