qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/13] thread queue


From: Orit Wasserman
Subject: Re: [Qemu-devel] [PULL 00/13] thread queue
Date: Wed, 23 Jan 2013 10:29:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 01/17/2013 03:39 PM, Juan Quintela wrote:
> This is the intersect of the paolo & me patches for migration thread,
> 
> Changes from 2 days ago:
> - spelling check from Eric
> - put the commit that patch refered from (Eric)
> - drop the buffered rename at paolo request.
> 
> Please, pull.
> 
> Thanks, Juan.
> 
> The following changes since commit 47f4dac3fde809e3da4e60d9eb699f1d4b378249:
> 
>   Merge remote-tracking branch 'kraxel/chardev.1' into staging (2013-01-16 
> 15:20:05 -0600)
> 
> are available in the git repository at:
> 
> 
>   git://repo.or.cz/qemu/quintela.git thread.next
> 
> for you to fetch changes up to 6522773f88a2e37800f0bf7dc3632a14649f53c6:
> 
>   migration: remove argument to qemu_savevm_state_cancel (2013-01-17 13:54:52 
> +0100)
> 
> ----------------------------------------------------------------
> Juan Quintela (7):
>       qemu-file: Only set last_error if it is not already set
>       migration: move beginning stage to the migration thread
>       migration: Add buffered_flush error handling
>       migration: move exit condition to migration thread
>       migration: unfold rest of migrate_fd_put_ready() into thread
>       migration: Only go to the iterate stage if there is anything to send
>       migration: remove argument to qemu_savevm_state_cancel
> 
> Paolo Bonzini (6):
>       Unlock ramlist lock also in error case
>       Protect migration_bitmap_sync() with the ramlist lock
>       use XFER_LIMIT_RATIO consistently
>       migration: make function static
>       migration: remove double call to migrate_fd_close
>       migration: fix off-by-one in buffered_rate_limit
> 
>  arch_init.c                   |   6 +-
>  include/migration/migration.h |   3 -
>  include/sysemu/sysemu.h       |   2 +-
>  migration.c                   | 149 
> ++++++++++++++++++++----------------------
>  savevm.c                      |  12 ++--
>  5 files changed, 81 insertions(+), 91 deletions(-)
> 
Looks good to me,
Series: Reviewed-by: Orit Wasserman <address@hidden>



reply via email to

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