qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] migration: Remove spurious files


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] migration: Remove spurious files
Date: Thu, 9 Feb 2023 14:40:52 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

On 9/2/23 13:14, Juan Quintela wrote:
I introduced spurious files on my tree during a rebase:

commit ebfc57871506b3fe36cc41f69ee3ad31a34afd63
Author: Zhenzhong Duan <zhenzhong.duan@intel.com>
Date:   Mon Oct 17 15:53:51 2022 +0800

     multifd: Fix flush of zero copy page send request

     Make IO channel flush call after the inflight request has been drained
     in multifd thread, or else we may missed to flush the inflight request.

     Signed-off-by: Zhenzhong Duan <zhenzhong.duan@intel.com>
     Reviewed-by: Juan Quintela <quintela@redhat.com>
     Signed-off-by: Juan Quintela <quintela@redhat.com>

To make things worse, it appears like Zhenzhong is the one to blame.

for(int i=0; i < 1000000; i++) {
        printf("I will not do rebases when I am tired\n");
}

Sorry, Juan.

Signed-off-by: Juan Quintela <quintela@redhat.com>
---
  .../x86_64-quintela-devices.mak               |    7 -
  .../x86_64-quintela2-devices.mak              |    6 -
  migration/multifd.c.orig                      | 1274 -----------------
  3 files changed, 1287 deletions(-)

Nice diff-stat! ;P

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



reply via email to

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