On 20/05/19 05:08, Peter Xu wrote:
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
> hmp.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/hmp.c b/hmp.c
> index 56a3ed7375..f203a25740 100644
> --- a/hmp.c
> +++ b/hmp.c
> @@ -102,6 +102,8 @@ void hmp_info_kvm(Monitor *mon, const QDict *qdict)
> } else {
> monitor_printf(mon, "not compiled\n");
> }
> + monitor_printf(mon, "kvm manual dirty logging: %s\n",
> + info->manual_dirty_log_protect ? "enabled" : "disabled");
>
> qapi_free_KvmInfo(info);
> }
>
Same here of course.
Paolo