On 11/07/2011 02:40 PM, Sasha Levin wrote: > > > > Where does the VNC server, the image formats, etc go? It would be > > nice to confine them too. > > Regarding image formats, just wondering - was there ever any plan to > merge (at least some of them) into the kernel? Xen has/had something where (IIUC) the kernel would call out on an unmapped cluster, let userspace figure out the mapping, then service requests to that cluster completely in the kernel. I'm not convinced it's worthwhile. btw, the kernel already has support for a flexible copy-on-write format - btrfs raw files. It makes sense to increase the integration there. You can keep image files as ordinary files, use COW for snapshots, and implement exporting to qcow via SEEK_HOLE. -- error compiling committee.c: too many arguments to function -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html