From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4831BC04AAC for ; Mon, 20 May 2019 10:46:04 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0561320856 for ; Mon, 20 May 2019 10:46:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0561320856 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([127.0.0.1]:33227 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSfnu-0003aX-EE for qemu-devel@archiver.kernel.org; Mon, 20 May 2019 06:46:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSfmg-0002tw-IS for qemu-devel@nongnu.org; Mon, 20 May 2019 06:44:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSfmf-00079R-Hh for qemu-devel@nongnu.org; Mon, 20 May 2019 06:44:46 -0400 Received: from mail-wm1-f65.google.com ([209.85.128.65]:36316) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSfme-00078m-Qn for qemu-devel@nongnu.org; Mon, 20 May 2019 06:44:44 -0400 Received: by mail-wm1-f65.google.com with SMTP id j187so12516914wmj.1 for ; Mon, 20 May 2019 03:44:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=/oUmBkKPs3ZU9q80S5QegbLEbdX8euAKeAEhPEwHgUg=; b=QlTwTeyFOBe2soWaYHNhdrRgejPfpswuSlT8encKkJWgFxGZHfYj8tnJ9SI9793g0T Bbcef7ctiMIYjTSbb0HAhJg+7D7I0LuOVFK9FLHaj0vLD2LF4AJrh0YWvC6BFIXo9oXi gT78VeXcraFqEvFznVFuuLN4oQyRMWiC5Jz/EAfvHjkZa/Ekmxpz8me9T7cgyjdngb1I c7ai9+knw3JIsuER1F35tXos5GPFFnS33tY/p/BTVI4Zr5fB+qLf6/F2hPUXwwNLTMt5 0lXKfRS1vdVX0isB0YfYKoxvpqb+ca46laYGV5rr6zkWU3JDj8XisghawYDNL90OqorE gmKw== X-Gm-Message-State: APjAAAVa86cKBlh5JWW1GwMIIy/wVJm3Hdr6K3d/1sdEv0S6KNuqLrkg h9YelGqxgXDBw8PYznCEfKrNqQ== X-Google-Smtp-Source: APXvYqwGt6jVntAqCyNs4JTD8t66tgZlifhv4XIMyqZ03I1O7xbN5k1btWT0h3ie8FoXWJEKJye0TA== X-Received: by 2002:a7b:c053:: with SMTP id u19mr39270588wmc.63.1558349083829; Mon, 20 May 2019 03:44:43 -0700 (PDT) Received: from ?IPv6:2001:b07:6468:f312:ac04:eef9:b257:b844? ([2001:b07:6468:f312:ac04:eef9:b257:b844]) by smtp.gmail.com with ESMTPSA id i18sm8469143wml.33.2019.05.20.03.44.42 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Mon, 20 May 2019 03:44:43 -0700 (PDT) To: Peter Xu , qemu-devel@nongnu.org References: <20190520030839.6795-1-peterx@redhat.com> <20190520030839.6795-15-peterx@redhat.com> From: Paolo Bonzini Message-ID: <77dadc30-fa3f-0bde-88f5-4f766bcd026e@redhat.com> Date: Mon, 20 May 2019 12:44:41 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190520030839.6795-15-peterx@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.65 Subject: Re: [Qemu-devel] [PATCH v2 14/15] hmp: Expose manual_dirty_log_protect via "info kvm" X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Laurent Vivier , "Dr . David Alan Gilbert" , Juan Quintela Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 20/05/19 05:08, Peter Xu wrote: > Signed-off-by: Peter Xu > --- > 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