migration: Remove spurious files
authorJuan Quintela <quintela@redhat.com>
Wed, 8 Feb 2023 18:04:34 +0000 (19:04 +0100)
committerJuan Quintela <quintela@redhat.com>
Sat, 11 Feb 2023 15:51:09 +0000 (16:51 +0100)
commitb530ccde5dd6403d576845918f70703357871e12
tree4809a6c1c47ade5ac0ae7c07b9c19fb9fb9fe105
parent3b33ae48ec28e1e0d1bc28a85c7423724bcb1a2c
migration: Remove spurious files

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.

Reviewed-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Juan Quintela <quintela@redhat.com>
configs/devices/x86_64-softmmu/x86_64-quintela-devices.mak [deleted file]
configs/devices/x86_64-softmmu/x86_64-quintela2-devices.mak [deleted file]
migration/multifd.c.orig [deleted file]