Hi,

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.

Right now, I'm using constructions that depends on kvm_enabled()
to test for the presence/absence of kvm support. But the goal is
to have QEMUAccel back in the near future, just using those hooks,
instead of the lower level ones I was proposing a while ago.

I hope you like it.


--
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