migration: Remove spurious filesI introduced spurious files on my tree during a rebase:commit ebfc57871506b3fe36cc41f69ee3ad31a34afd63Author: Zhenzhong Duan <zhenzhong.duan@intel.com>Date: Mo
migration: Remove spurious filesI introduced spurious files on my tree during a rebase:commit ebfc57871506b3fe36cc41f69ee3ad31a34afd63Author: 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>
show more ...
multifd: Fix flush of zero copy page send requestMake IO channel flush call after the inflight request has been drainedin multifd thread, or else we may missed to flush the inflight request.Sign
multifd: Fix flush of zero copy page send requestMake IO channel flush call after the inflight request has been drainedin 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>
configs: rename default-configs to configs and reorganiseIn preparation for offering variation to our build configurations letsmove everything and rename it to default. Common included base config
configs: rename default-configs to configs and reorganiseIn preparation for offering variation to our build configurations letsmove everything and rename it to default. Common included base configsare also renamed.During the cleanup the stale usb.mak and pci.mak references wereremoved from MAINTAINERS.Signed-off-by: Alex Bennée <alex.bennee@linaro.org>Cc: Paolo Bonzini <pbonzini@redhat.com>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Message-Id: <20210707131744.26027-5-alex.bennee@linaro.org>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>