qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 04/26] migration: Always report an error in ram_save_setup


From: Prasad Pandit
Subject: Re: [PATCH v3 04/26] migration: Always report an error in ram_save_setup()
Date: Tue, 5 Mar 2024 10:59:03 +0530

On Mon, 4 Mar 2024 at 18:01, Cédric Le Goater <clg@redhat.com> wrote:
> This will prepare ground for futur changes adding an Error** argument

* futur -> future

> +    ret = qemu_fflush(f);
> +    if (ret) {

* if (ret) -> if (ret < 0)

Thank you.
---
  - Prasad




reply via email to

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