qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [PATCH 1/5] re-register whole area upon lfb unmap.


From: andrzej zaborowski
Subject: Re: [Qemu-devel] Re: [PATCH 1/5] re-register whole area upon lfb unmap.
Date: Thu, 25 Dec 2008 21:08:07 +0100

2008/12/17 Anthony Liguori <address@hidden>:
> Glauber Costa wrote:
>>
>> set phys_offset correctly for the whole vga area when unmapping linear
>> vram
>> (for vga optimization). We first register the old pieces as unassigned
>> memory, to make things easier for kvm (and possibly other slot based
>> implementations in the future). Replacing the region directly would
>> make the slot management significantly more complex.
>>
>
> This change worries me because it involves explicitly unassigning slots and
> then assigning a new, bigger slot.  This is not necessary for TCG.  It
> suggests to me that there's a bug in the kvm slot code and that we're
> changing QEMU to work around it.
>
> That will means there may be other places in the code that are completely
> valid, but exercise this bug.
>
> Or is this purely an optimization?

It also changes the semantics because IO callbacks are now passed
offsets from regions starts instead of absolute addresses.  I'm not
able to tell if the change is for good or for bad though.

Cheers




reply via email to

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