于 2013-3-5 20:04, Pavel Hrdina 写道:
On 03/04/2013 04:04 PM, Wenchao Xia wrote:
You probably get some improvements of the file size when the migration
takes a while, depending on how much of the memory actually has to be
saved. You might however end up with a lot more small writes instead of
som
On 03/04/2013 04:04 PM, Wenchao Xia wrote:
You probably get some improvements of the file size when the migration
takes a while, depending on how much of the memory actually has to be
saved. You might however end up with a lot more small writes instead of
some big ones before, which might hurt
You probably get some improvements of the file size when the migration
takes a while, depending on how much of the memory actually has to be
saved. You might however end up with a lot more small writes instead of
some big ones before, which might hurt performance.
Do you have any data about the
Am 01.03.2013 um 03:35 hat Wenchao Xia geschrieben:
> 于 2013-2-28 18:50, Kevin Wolf 写道:
> >Am 28.02.2013 um 09:09 hat Wenchao Xia geschrieben:
> >>This version have following limitation:
> >> 1 in patch 3 only dirty page got written, clean page is not touched, so
> >>it will have trouble when sav
于 2013-2-28 18:50, Kevin Wolf 写道:
Am 28.02.2013 um 09:09 hat Wenchao Xia geschrieben:
This patch added a new way to savevm: save vmstate as plane contents
instead of stream.
So the idea is that when we introduce internal live snapshots, you don't
keep old state in the saved VM state, but yo
Am 28.02.2013 um 09:09 hat Wenchao Xia geschrieben:
> This patch added a new way to savevm: save vmstate as plane contents
> instead of stream.
So the idea is that when we introduce internal live snapshots, you don't
keep old state in the saved VM state, but you just overwrite it, right?
Or actu
This patch added a new way to savevm: save vmstate as plane contents
instead of stream.
This version have following limitation:
1 in patch 3 only dirty page got written, clean page is not touched, so
it will have trouble when savevm to an old internal snapshot, which
will be fixed later if thi