[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/5] Replace tcg memory functions
From: |
Ian Jackson |
Subject: |
Re: [Qemu-devel] [PATCH 0/5] Replace tcg memory functions |
Date: |
Mon, 22 Dec 2008 17:10:02 +0000 |
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.
[Qemu-devel] Re: [PATCH 1/5] re-register whole area upon lfb unmap., Anthony Liguori, 2008/12/17
Re: [Qemu-devel] [PATCH 0/5] Replace tcg memory functions,
Ian Jackson <=