Glauber Costa wrote:
> On Fri, Sep 12, 2008 at 06:26:37PM +0200, Jan Kiszka wrote:
>> Glauber Costa wrote:
>>> On Fri, Sep 12, 2008 at 05:47:40PM +0200, Jan Kiszka wrote:
>>>> Glauber Costa wrote:
>>>>> Actually, all registrations are the same. If IO_MEM_ROM is set, we only
>>>>> need to take care of not passing its value as the phys_offset.
>>>> As you are turning things upside down already: :->
>>>>
>>>> Any idea how to deal with that "real-only" property of IO_MEM_ROM? And
>>>> how to handle memory remappings during runtime (like
>>>> i440fx_update_memory_mappings does)?
>>>>
>>>> I like the hook-approach for kvm_cpu_register_physical_memory a lot. But
>>>> note that - at least so far - cpu_register_physical_memory is sometimes
>>>> misused to change the protection or the origin of some memory region.
>>>> That should be taken into account. Or the qemu interface should be
>>>> refactored first so that kvm (or qemuaccel) can cleanly hook into
>>>> dedicated remapping/protection changing services.
>>> Right now, KVM does not seem to bother.
>>> The registering of memory does not account for any kind of protection, and 
>>> the
>>> only flag we have is regarding logging being enabled or disabled (for that 
>>> one,
>>> I do see the problem you describe, but haven't dig deeply yet).
>>>
>>> Calling of kvm_cpu_register_physical_what_a_big_name_memory() does not 
>>> exclude
>>> the calling of qemu's version. So for what qemu itself is concerned, the 
>>> protection
>>> changes still happen: only kvm takes no action about it.
>> Yes, lacking protection may not harm that much, more problematic can be
>> the inconsistencies memory remappings leave behind.
> Which inconsistencies? Since all memory as viewed as the same by KVM, I fail 
> to see
> how they can become inconsistent.

I'm currently not aware of a practical use case where this bites, but if
the guest maps some memory from A to B, it may expect to find the
content of A under B as well. That is not the case so far as B remains B
from KVM's POV. At the same time, all QEMU memory access functions see B
as A (that caused trouble for debugging and memory sniffing monitor
services).

IMHO, this inconsistency is waiting to cause troubles in the future
again and should be resolved cleanly when hooking into QEMU's memory
management, even if we lived without it until now.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to