qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Migration ToDo list


From: Paolo Bonzini
Subject: Re: [Qemu-devel] Migration ToDo list
Date: Wed, 14 Nov 2012 03:20:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121016 Thunderbird/16.0.1

Il 14/11/2012 03:14, Isaku Yamahata ha scritto:
>> > Identifying ballooned zero pages is useful, because those cause the
>> > clear_page calls in the kernel even in a guest that has been running for
>> > a while.
>> > 
>> > But a generic solution doesn't really matter, because is_dup_page and
>> > clear_page shouldn't really be in the profile in practice, except in
>> > microbenchmarks.
> I guess mincore(2) can be used as easy way to detect non-mapped page.
> This is just implementation detail anyway.

Doesn't work if the page is swapped, doesn't it?

But I wonder if the clear_page occurrences are because of the problem
described recently on LWN (http://lwn.net/Articles/517465/), and so
really more of a kernel bug than anything else.

Paolo



reply via email to

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