X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hmp.c;h=a8e5aea7c341ec70d87803e9cebb359569306758;hb=9c5a9fcf5399450a873e7460b397a89447c7ef11;hp=70bdec24330e310e6984a3a72b75fbe0c523846e;hpb=97d4d961d98c1ad54eee657d81e2e50911a92acf;p=qemu.git diff --git a/hmp.c b/hmp.c index 70bdec243..a8e5aea7c 100644 --- a/hmp.c +++ b/hmp.c @@ -152,6 +152,10 @@ void hmp_info_migrate(Monitor *mon) monitor_printf(mon, "Migration status: %s\n", info->status); monitor_printf(mon, "total time: %" PRIu64 " milliseconds\n", info->total_time); + if (info->has_downtime) { + monitor_printf(mon, "downtime: %" PRIu64 " milliseconds\n", + info->downtime); + } } if (info->has_ram) {