qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCHv2 2/6] cpus: flush all requests on each vm stop


From: Marcelo Tosatti
Subject: Re: [Qemu-devel] [PATCHv2 2/6] cpus: flush all requests on each vm stop
Date: Tue, 30 Nov 2010 10:45:40 -0200
User-agent: Mutt/1.5.20 (2009-08-17)

On Wed, Nov 24, 2010 at 05:52:58PM +0200, Michael S. Tsirkin wrote:
> Make sure disk is in consistent state.
> 
> Signed-off-by: Michael S. Tsirkin <address@hidden>
> Tested-by: Jason Wang <address@hidden>
> ---
>  cpus.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/cpus.c b/cpus.c
> index 91a0fb1..d421a96 100644
> --- a/cpus.c
> +++ b/cpus.c
> @@ -110,6 +110,8 @@ static void do_vm_stop(int reason)
>          cpu_disable_ticks();
>          vm_running = 0;
>          pause_all_vcpus();
> +        qemu_aio_flush();
> +        bdrv_flush_all();

Can you move these after vm_state_notify? qemu-kvm stops vcpus there.

>          vm_state_notify(0, reason);
>          monitor_protocol_event(QEVENT_STOP, NULL);
>      }






reply via email to

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