qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v5 20/45] Modify savevm handlers for postcopy


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v5 20/45] Modify savevm handlers for postcopy
Date: Mon, 30 Mar 2015 10:10:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 24/03/2015 23:32, David Gibson wrote:
>>> OK, that one I prefer.  Are you OK with: 
>>> qemu_savevm_state_complete_precopy calls ->
>>> save_live_complete_precopy
>>> 
>>> qemu_savevm_state_complete_postcopy calls ->
>>> save_live_complete_postcopy
>>> 
>>> ?
> Sounds ok to me.  Fwiw, I was thinking that both the
> complete_precopy and complete_postcopy hooks should always be
> called.  For a non-postcopy migration, the postcopy hooks would
> just be called immediately after the precopy hooks.

What about then calling them save_live_after_precopy and
save_live_complete, or having save_live_before_postcopy and
save_live_complete?

Paolo



reply via email to

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