[Top][All Lists]
[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.
- [Qemu-devel] [PATCH 0/5] Replace tcg memory functions,
Glauber Costa <=
- [Qemu-devel] [PATCH 1/5] re-register whole area upon lfb unmap., Glauber Costa, 2008/12/17
- [Qemu-devel] [PATCH 2/5] isolate io handling routing, Glauber Costa, 2008/12/17
- [Qemu-devel] [PATCH 3/5] replace cpu_physical_memory_rw, Glauber Costa, 2008/12/17
- [Qemu-devel] [PATCH 4/5] hook cpu_register_physical_mem, Glauber Costa, 2008/12/17
- [Qemu-devel] [PATCH 5/5] cache slot lookup, Glauber Costa, 2008/12/17
- [Qemu-devel] Re: [PATCH 5/5] cache slot lookup, Avi Kivity, 2008/12/18
- [Qemu-devel] Re: [PATCH 5/5] cache slot lookup, Glauber Costa, 2008/12/18
- Re: [Qemu-devel] Re: [PATCH 5/5] cache slot lookup, Daniel P. Berrange, 2008/12/18
- Re: [Qemu-devel] Re: [PATCH 5/5] cache slot lookup, Glauber Costa, 2008/12/18
- [Qemu-devel] Re: [PATCH 5/5] cache slot lookup, Avi Kivity, 2008/12/18