On Tue, 21 Jun 2011, Alexander Graf wrote: > On 21.06.2011, at 08:26, Jan Kiszka wrote: > > > From: Jan Kiszka <jan.kis...@siemens.com> > > > > Xen won't be enabled if there is no backend support available for the > > host. And that also means the map cache will work. So drop the separate > > config switch and move the required stubs over to xen-stub.c. > > Anthony, Stefano, what was the reason for the separate config option?
Even though I think it is nice to be able to completely disable the mapcache from a compile time option, in practice we don't use it and we don't even have it in qemu-xen. Also I am pretty sure that disabling the mapcache at the moment would prevent qemu from working on xen completely. So I think it is OK to remove the option.