qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 02/17] QAPI: introduce magration capability unix


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 02/17] QAPI: introduce magration capability unix_page_flipping
Date: Thu, 24 Oct 2013 14:52:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130923 Thunderbird/17.0.9

Il 22/10/2013 04:25, Lei Li ha scritto:
> +# @unix-page-flipping: If enabled, QEMU will support localhost migration. 
> This
> +#          feature allows live upgrade of a running QEMU instance by doing 
> localhost
> +#          migration with page flipping. It requires the source and 
> destination
> +#          are both on localhost. Disabled by default. (since 1.7)
> +#

If enabled, QEMU can optimize migration when the destination is a QEMU
process that runs on the same host as the source (as is the case for
live upgrade).  If the migration transport is a Unix socket, QEMU will
flip RAM pages directly to the destination, so that memory is only
allocated twice for the source and destination processes. Disabled by
default. (since 1.8)

Paolo



reply via email to

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