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=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 2B18AC433E1 for ; Tue, 21 Jul 2020 10:53:15 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 028AF2073A for ; Tue, 21 Jul 2020 10:53:15 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 028AF2073A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jxptP-0007Ju-58; Tue, 21 Jul 2020 10:53:03 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jxptO-0007Jl-BI for xen-devel@lists.xenproject.org; Tue, 21 Jul 2020 10:53:02 +0000 X-Inumbo-ID: 5887512c-cb40-11ea-84fe-bc764e2007e4 Received: from mail-wm1-f67.google.com (unknown [209.85.128.67]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 5887512c-cb40-11ea-84fe-bc764e2007e4; Tue, 21 Jul 2020 10:53:01 +0000 (UTC) Received: by mail-wm1-f67.google.com with SMTP id g75so2342715wme.5 for ; Tue, 21 Jul 2020 03:53:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=TtY/EUxjTY357p9vD0+0PalRi+9Gt05MXt1acyKydgA=; b=d3TmV+JI+WUwM4kXN9pgG4oyQ6EXKvOmp0J6BVkSbZHlI0H3iiEypWfW4eXJsw+v6f onVbf4n4G9/dbw3r4kQaZnrSj1tIQpxJa0b2QJhwg/RAyBUrsu+vM97bknKD6xnkFPC2 CVXYv/niPFCpaNYCFhr3irr5DIP7r3/myjynatOWag6A5ZIHFlwvGIO/pHo+DiA1rVKG JrF9HXov2X3Yw6+9295w34n/57PD0/UavaKQsWM7gOJoflroR4JYd31Hi29W8nsgeWLK Ja9A6y3zEBZz1X54Ky/6EuABgNgpNDubIiHdX9Alc+m3QfmGotFrSeNwOWbqICpGH8O9 4FcQ== X-Gm-Message-State: AOAM532HX1OeJg2ugkI+xpptQb0ULGEG4wejG7EckDQ6GuXwFPRi0JBa 0LLeCSgzqxR7ERtEXcyckOs= X-Google-Smtp-Source: ABdhPJxlLnaqg94UyZ9i7qYslCi1Gw9YFvh6FM5z9xwxJ4Y9hIuGJl/5fbYmvaBAWMKufi4p7lp9kg== X-Received: by 2002:a1c:4343:: with SMTP id q64mr3489663wma.20.1595328780849; Tue, 21 Jul 2020 03:53:00 -0700 (PDT) Received: from liuwe-devbox-debian-v2 ([51.145.34.42]) by smtp.gmail.com with ESMTPSA id c69sm2698313wmd.41.2020.07.21.03.53.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Jul 2020 03:53:00 -0700 (PDT) Date: Tue, 21 Jul 2020 10:52:59 +0000 From: Wei Liu To: =?utf-8?Q?Micha=C5=82_Leszczy=C5=84ski?= Subject: Re: [PATCH v4 09/10] tools/libxc: add xc_vmtrace_* functions Message-ID: <20200721105259.kh4lmtsrjtxaul3v@liuwe-devbox-debian-v2> References: <03c751efa273bf2a2b1575b0175219577da42e39.1593519420.git.michal.leszczynski@cert.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <03c751efa273bf2a2b1575b0175219577da42e39.1593519420.git.michal.leszczynski@cert.pl> User-Agent: NeoMutt/20180716 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: xen-devel@lists.xenproject.org, tamas.lengyel@intel.com, luwei.kang@intel.com, Ian Jackson , Wei Liu Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" On Tue, Jun 30, 2020 at 02:33:52PM +0200, Michał Leszczyński wrote: > From: Michal Leszczynski > > Add functions in libxc that use the new XEN_DOMCTL_vmtrace interface. > > Signed-off-by: Michal Leszczynski Acked-by: Wei Liu (Subject to acceptance of hypervisor patches)