qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] migration/savevm: respect qemu_fclose() error code in sa


From: Vladimir Sementsov-Ogievskiy
Subject: Re: [PATCH 1/4] migration/savevm: respect qemu_fclose() error code in save_snapshot()
Date: Mon, 15 Jun 2020 10:39:44 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1

11.06.2020 20:11, Denis V. Lunev wrote:
qemu_fclose() could return error, f.e. if bdrv_co_flush() will return
the error.

This validation will become more important once we will start waiting of
asynchronous IO operations, started from bdrv_write_vmstate(), which are
coming soon.

Signed-off-by: Denis V. Lunev<den@openvz.org>
CC: Kevin Wolf<kwolf@redhat.com>
CC: Max Reitz<mreitz@redhat.com>
CC: Stefan Hajnoczi<stefanha@redhat.com>
CC: Fam Zheng<fam@euphon.net>
CC: Juan Quintela<quintela@redhat.com>
CC: "Dr. David Alan Gilbert"<dgilbert@redhat.com>
CC: Vladimir Sementsov-Ogievskiy<vsementsov@virtuozzo.com>
CC: Denis Plotnikov<dplotnikov@virtuozzo.com>

Reviewed-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>

--
Best regards,
Vladimir



reply via email to

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