On 09/02/2024 10.11, Nicholas Piggin wrote:
Console output required to support migration becomes quite noisy when doing lots of migrations. Provide a migrate_quiet() call that suppresses console output and doesn't log a message.Signed-off-by: Nicholas Piggin <npig...@gmail.com> --- lib/migrate.c | 11 +++++++++++ lib/migrate.h | 1 + scripts/arch-run.bash | 4 ++-- 3 files changed, 14 insertions(+), 2 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>