qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/5] Replace tcg memory functions


From: Glauber Costa
Subject: [Qemu-devel] [PATCH 0/5] Replace tcg memory functions
Date: Wed, 17 Dec 2008 15:46:57 -0500

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]