]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/mini-os.git/commit
tools: remove fs-front/fs-back
authorTim Deegan <Tim.Deegan@citrix.com>
Tue, 11 Jan 2011 18:13:44 +0000 (18:13 +0000)
committerTim Deegan <Tim.Deegan@citrix.com>
Tue, 11 Jan 2011 18:13:44 +0000 (18:13 +0000)
commitf32c0143114943a29ad296fe1cf8ae6df68d471d
treed5283aa224ca506f3a36039c079c526475ff84f5
parent81b471cb33ddf3f51576b06748c6c567f72696ca
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 <Tim.Deegan@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
fs-front.c [deleted file]
include/fbfront.h
include/fs.h [deleted file]
kernel.c
lib/sys.c
main.c