Glauber Costa writes ("[Qemu-devel] [PATCH 0/5] Replace tcg memory functions"):
> This series replaces some of the tcg memory handling functions,
> like cpu_physical_memory_rw and cpu_register_physical_memory
> by kvm versions. 
> 
> I believe this approach pays, because it'll reduce the dependency
> that kvm, xen, etc have on the tcg part of qemu. My mid term goal
> with it is to be able to easily compile tcg out.

I don't have an objection to this patch series even it may mean I have
to do some additional fixups.

But I did want to point out a misapprehension in Glauber Costa's
comments.  The qemu-xen tree does not use the TCG parts of qemu at
all; we don't even compile them in.  We provide our own implementation
of cpu_physical_memory_rw and so on.

Ian.
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to