qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/3] Postcopy minor fixes


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH 0/3] Postcopy minor fixes
Date: Wed, 11 Nov 2015 21:59:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Am 11.11.2015 um 15:02 schrieb Dr. David Alan Gilbert (git):
> From: "Dr. David Alan Gilbert" <address@hidden>
> 
> Hi,
>   These are three small fixes for the postcopy code;
> the first two coming from Bharata's testing on Power, and
> the last one being a text fixup that Eric asked for.
> 
> The first only affects setups with another iterable
> device (e.g. Power's htab and block migration).
>   (Symptom: An error about an unreasonable large package)
> 
> The second only affects systems with smaller target pages
> than host pages and makes them properly map zero pages.
>   (Symptom: Zero pages are fully mapped on the destination)
> 
> Dave
> 
> Dr. David Alan Gilbert (3):
>   Finish non-postcopiable iterative devices before package
>   Postcopy: Fix TP!=HP zero case
>   migrate-start-postcopy: Improve text
> 
>  hmp-commands.hx         |  4 +++-
>  include/sysemu/sysemu.h |  2 +-
>  migration/migration.c   | 10 ++++++++--
>  migration/ram.c         |  2 +-
>  migration/savevm.c      | 10 ++++++++--
>  qapi-schema.json        |  3 ++-
>  6 files changed, 23 insertions(+), 8 deletions(-)
> 

When you are at it:
I have another glitch in the help text:

(qemu) migrate_start_postcopy 
Enable postcopy with migration_set_capability before the start of migration
                      ^^^^^^^^
this should be       migrate_set_capability




reply via email to

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