[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 2/8] fix migration sync
From: |
Orit Wasserman |
Subject: |
Re: [Qemu-devel] [PATCH 2/8] fix migration sync |
Date: |
Tue, 21 Aug 2012 13:52:09 +0300 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 |
On 08/18/2012 02:17 PM, Juan Quintela wrote:
> Signed-off-by: Juan Quintela <address@hidden>
> ---
> arch_init.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch_init.c b/arch_init.c
> index 9b46bfc..0a9ca85 100644
> --- a/arch_init.c
> +++ b/arch_init.c
> @@ -488,6 +488,7 @@ static int ram_save_setup(QEMUFile *f, void *opaque)
> ram_addr_t addr;
> RAMBlock *block;
>
> + memory_global_sync_dirty_bitmap(get_system_memory());
> bytes_transferred = 0;
> last_block = NULL;
> last_offset = 0;
>
Reviewed-by: Orit Wasserman <address@hidden>
- [Qemu-devel] [PATCH v2 0/8] Migration stats, Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 1/8] buffered_file: g_realloc() can't fail, Juan Quintela, 2012/08/18
- [Qemu-devel] [PATCH 2/8] fix migration sync, Juan Quintela, 2012/08/18
- Re: [Qemu-devel] [PATCH 2/8] fix migration sync,
Orit Wasserman <=
- [Qemu-devel] [PATCH 3/8] migration: move total_time from ram stats to migration info, Juan Quintela, 2012/08/18
- Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info, Anthony Liguori, 2012/08/22
- Re: [Qemu-devel] For 1.2: Re: [PATCH 3/8] migration: move total_time from ram stats to migration info, Eric Blake, 2012/08/22
Re: [Qemu-devel] [PATCH 3/8] migration: move total_time from ram stats to migration info, Orit Wasserman, 2012/08/21
[Qemu-devel] [PATCH 4/8] migration: store end_time in a local variable, Juan Quintela, 2012/08/18
[Qemu-devel] [PATCH 6/8] migration: rename expected_time to expected_downtime, Juan Quintela, 2012/08/18