From nobody Sun May 5 20:22:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1606233901; cv=none; d=zohomail.com; s=zohoarc; b=dw2LtlzgoiFV1FFr0cZJEsLIIf0x1X3EjAfqUWqyZZljKT9ZJN5xMSnY59O/PwLrCsiaT24ZvImgldItOM0it2zcafp06LONqac2HRTRAVqJ7NE+AS1H6dblWcvphMk1Ke/tBpMlcz/E7q/T4G8DZmCgQQNnP2rq3zQB37FtiD0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606233901; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=WH5732k6G7uFmvrqu95elOeMvnSIYLKNtXbgVgzlLDQ=; b=LZn/Qk3Kx5am7Dk14WTSsPPkR7sW9PKiVhFBrSSPkLM4DvNTrZMHC9APPhGK5LbJGLa+hfnD/YDCZ0jUxI6ECx3YQP9Ra4VOfJEZdsJ+vdke8AYUcr8gvXJfwV5SvHALnMRZt+Wam/CawI2uMdi/XpSZaculhN+7uvi9EpGfRl8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1606233901092108.7849894379184; Tue, 24 Nov 2020 08:05:01 -0800 (PST) Received: from localhost ([::1]:45854 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khaoO-0003WL-06 for importer@patchew.org; Tue, 24 Nov 2020 11:05:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khamf-00025U-Uo for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:14 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:48757) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1khamc-0006fC-5f for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:13 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-287-Qge7KQadNrmrqCWQIRUzRA-1; Tue, 24 Nov 2020 11:03:07 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5E1501007465 for ; Tue, 24 Nov 2020 16:03:05 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-65.ams2.redhat.com [10.36.112.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5A6D260BE5; Tue, 24 Nov 2020 16:02:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 5C59417535; Tue, 24 Nov 2020 17:02:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606233789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WH5732k6G7uFmvrqu95elOeMvnSIYLKNtXbgVgzlLDQ=; b=fJ+0JZ2ZKxKupuvrKFvOXuPJNWWH/JYcxkoL8McikO9DzrZ7Jq1jcoLM9xGE/x07LdbRxD qR0Sf7yIYpkIwfnTYwVI0IkYZZQVbQvcKITAXwTTQdX4QjUG5CVzM5jbCmO3+oE2fzYPuu MlE2ktUZeW56ZF8Ouob6MKUeHIty6NU= X-MC-Unique: Qge7KQadNrmrqCWQIRUzRA-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 1/4] meson: add trace_events_config[] Date: Tue, 24 Nov 2020 17:02:52 +0100 Message-Id: <20201124160255.28111-2-kraxel@redhat.com> In-Reply-To: <20201124160255.28111-1-kraxel@redhat.com> References: <20201124160255.28111-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" It's an array of dicts, where each dict holds the configuration for one trace-events file. For now just fill it from trace_events_subdirs. Signed-off-by: Gerd Hoffmann --- meson.build | 1 + trace/meson.build | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index 5062407c7052..b62f71c6b4f1 100644 --- a/meson.build +++ b/meson.build @@ -1386,6 +1386,7 @@ target_softmmu_arch =3D {} =20 # TODO: add each directory to the subdirs from its own meson.build, once # we have those +trace_events_config =3D [] trace_events_subdirs =3D [ 'accel/kvm', 'accel/tcg', diff --git a/trace/meson.build b/trace/meson.build index 843ea1449540..552371b84241 100644 --- a/trace/meson.build +++ b/trace/meson.build @@ -1,12 +1,23 @@ specific_ss.add(files('control-target.c')) =20 trace_events_files =3D [] -foreach dir : [ '.' ] + trace_events_subdirs - trace_events_file =3D meson.source_root() / dir / 'trace-events' + +trace_events_config +=3D { + 'file' : meson.source_root() / 'trace-events', + 'group' : 'root', +} +foreach dir : trace_events_subdirs + trace_events_config +=3D { + 'file' : meson.source_root() / dir / 'trace-events', + 'group' : dir.underscorify(), + } +endforeach + +foreach c : trace_events_config + trace_events_file =3D c.get('file') trace_events_files +=3D [ trace_events_file ] - group_name =3D dir =3D=3D '.' ? 'root' : dir.underscorify() - group =3D '--group=3D' + group_name - fmt =3D '@0@-' + group_name + '.@1@' + group =3D '--group=3D' + c.get('group') + fmt =3D '@0@-' + c.get('group') + '.@1@' =20 trace_h =3D custom_target(fmt.format('trace', 'h'), output: fmt.format('trace', 'h'), --=20 2.27.0 From nobody Sun May 5 20:22:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1606234149; cv=none; d=zohomail.com; s=zohoarc; b=S/QUSbb3zEZdWtc9AgW0pyUFAI0Bw7xbKjdROGoqu26iG9jfSv9Xamii99uuuYrUpzISAvDwa+Y+BZoch2I92SIGDaGtel0AddvI2Yd81bTwBAS8CJfinAh9A8nwHFiyTilYZXFKokfDBYLN3SR0n0lbkZtVBcIof2Dj9eFgP5U= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606234149; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=nuurhTmrp/qsnO2n3ArJ8tFOCVvXuHoTjKWIBvvKU/8=; b=jo/3LfAhXiBc0uAI8/KRy5WKX1ntKCaulAL6X9onj0UxlbeH9kYMXxnN5N6MKtjcof1j8JxYAc+iBtWYt9mGRnDSsKvVbwNWQ8AfJtQ8ZQGiixFJZQ2lvZ6DAST8zLW3BhBpHTg5G6MQx2b4LkuIfudrJYcxDSZh5w+tjrjqV40= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1606234149532259.5234561412726; Tue, 24 Nov 2020 08:09:09 -0800 (PST) Received: from localhost ([::1]:54670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khasO-00080T-QB for importer@patchew.org; Tue, 24 Nov 2020 11:09:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khamg-00026O-Ou for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:14 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:41155) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1khamc-0006e1-8j for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:14 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-591-JFwuiEsWN6SeU8ga1w2ZOw-1; Tue, 24 Nov 2020 11:03:04 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1B1521012E89 for ; Tue, 24 Nov 2020 16:03:03 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-65.ams2.redhat.com [10.36.112.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 58ED65B4A0; Tue, 24 Nov 2020 16:02:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 65153A1E2; Tue, 24 Nov 2020 17:02:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606233787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nuurhTmrp/qsnO2n3ArJ8tFOCVvXuHoTjKWIBvvKU/8=; b=h2XNrGKNSeSaK/Zwv0nMsXwkP9X/UeJMAsKIlIWlvf20WPe0L/yWql19kgIhtO74JuO/DR XhDkAYbbpcnqalU01SIWufiDDKVj4eqb2P+cWV8K8htvv6Ea6uKTrP50jT7H8/L74qaCk2 P3lkVajuIKfVnWX7sNfI9k5+18ToMd0= X-MC-Unique: JFwuiEsWN6SeU8ga1w2ZOw-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 2/4] meson: move up hw subdir (specifically before trace subdir) Date: Tue, 24 Nov 2020 17:02:53 +0100 Message-Id: <20201124160255.28111-3-kraxel@redhat.com> In-Reply-To: <20201124160255.28111-1-kraxel@redhat.com> References: <20201124160255.28111-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=216.205.24.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Needed so trace/meson.build can see stuff done in hw/*/meson.build. Signed-off-by: Gerd Hoffmann --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b62f71c6b4f1..a85d331668fa 100644 --- a/meson.build +++ b/meson.build @@ -1477,6 +1477,8 @@ trace_events_subdirs +=3D [ 'util', ] =20 +subdir('hw') + subdir('contrib/libvhost-user') subdir('qapi') subdir('qobject') @@ -1564,7 +1566,6 @@ subdir('migration') subdir('monitor') subdir('net') subdir('replay') -subdir('hw') subdir('accel') subdir('plugins') subdir('bsd-user') --=20 2.27.0 From nobody Sun May 5 20:22:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1606233900; cv=none; d=zohomail.com; s=zohoarc; b=GB/To80gzcA7pKRwfAwMRCEfuA812RrlxFugAsP544ZFqVYXb25XGhS5duYPeQtB2lVtbdRixXR5MfcFBW644VYOcHvMMjj0Fu+bP7ui/n7qvsWnUkHYRmyzoGRfyE4a+Cs/R/Kgy4ndOQJeQzQxfJ3FBWlkLNANMV9TJISmGaI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606233900; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=ymlc93WzJ/6HnHj/g1ZnMnhNSsYC1BQKFIVvY4h5Iw8=; b=AXUWQYyhPpjZNcDshb0fk6YEd52OhbnsdpJHMm49nXHubsN8yMYtEnBSXPC074OMMlkkPUErqYccUlX9jYG/6vJ3hottMMnaY8BW8EOZOPKIGqr3kIiCZfN+EEV/wJgQhXfzPpOdUZRUMCW+mBbgZxAP8cmLUzxBWaPpnVRndqo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1606233900480659.6304625585591; Tue, 24 Nov 2020 08:05:00 -0800 (PST) Received: from localhost ([::1]:45758 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khaoM-0003TX-K9 for importer@patchew.org; Tue, 24 Nov 2020 11:04:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khamg-00026F-K3 for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:14 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:26914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1khamc-0006fB-8X for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:14 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-298-vMOD4LF7O2uojxSOaDIRaQ-1; Tue, 24 Nov 2020 11:03:04 -0500 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1B82C809DE3 for ; Tue, 24 Nov 2020 16:03:03 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-65.ams2.redhat.com [10.36.112.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6592D189A4; Tue, 24 Nov 2020 16:02:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 6F9539D92; Tue, 24 Nov 2020 17:02:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606233789; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ymlc93WzJ/6HnHj/g1ZnMnhNSsYC1BQKFIVvY4h5Iw8=; b=OCMkyIU4EFbol35xXG6u+1XoEj72VetT6VTGtcs1pQX33IXvO2+tXOaGOH8tLTKtd9mbHr 4kk8UPdOscll2pnh+hBPsICwQ90LYlGl2bouR2mcWugQpBBUNE7ULilqA71XN0B+ImHkrt q3zlsLNLbEAcW7sy9NsaVAhKP3XOPNc= X-MC-Unique: vMOD4LF7O2uojxSOaDIRaQ-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 3/4] meson: add module_trace & module_trace_src Date: Tue, 24 Nov 2020 17:02:54 +0100 Message-Id: <20201124160255.28111-4-kraxel@redhat.com> In-Reply-To: <20201124160255.28111-1-kraxel@redhat.com> References: <20201124160255.28111-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Signed-off-by: Gerd Hoffmann --- meson.build | 3 ++- trace/meson.build | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/meson.build b/meson.build index a85d331668fa..0000cc286120 100644 --- a/meson.build +++ b/meson.build @@ -1591,7 +1591,8 @@ foreach d, list : modules foreach m, module_ss : list if enable_modules and targetos !=3D 'windows' module_ss =3D module_ss.apply(config_all, strict: false) - sl =3D static_library(d + '-' + m, [genh, module_ss.sources()], + module_trace_src =3D module_trace.get(d + '-' + m, []) + sl =3D static_library(d + '-' + m, [genh, module_ss.sources(), modul= e_trace_src], dependencies: [modulecommon, module_ss.dependenc= ies()], pic: true) if d =3D=3D 'block' block_mods +=3D sl diff --git a/trace/meson.build b/trace/meson.build index 552371b84241..b4e59ce9668b 100644 --- a/trace/meson.build +++ b/trace/meson.build @@ -1,6 +1,7 @@ specific_ss.add(files('control-target.c')) =20 trace_events_files =3D [] +module_trace =3D {} =20 trace_events_config +=3D { 'file' : meson.source_root() / 'trace-events', @@ -18,6 +19,8 @@ foreach c : trace_events_config trace_events_files +=3D [ trace_events_file ] group =3D '--group=3D' + c.get('group') fmt =3D '@0@-' + c.get('group') + '.@1@' + mod =3D c.get('module', '') + module_trace_src =3D [] =20 trace_h =3D custom_target(fmt.format('trace', 'h'), output: fmt.format('trace', 'h'), @@ -36,10 +39,10 @@ foreach c : trace_events_config input: trace_events_file, command: [ tracetool, group, '--format=3Du= st-events-h', '@INPUT@' ], capture: true) - trace_ss.add(trace_ust_h, lttng, urcubp) + module_trace_src +=3D [ trace_ust_h, lttng, urcubp ] genh +=3D trace_ust_h endif - trace_ss.add(trace_h, trace_c) + module_trace_src +=3D [ trace_h, trace_c ] if 'CONFIG_TRACE_DTRACE' in config_host trace_dtrace =3D custom_target(fmt.format('trace-dtrace', 'dtrace'), output: fmt.format('trace-dtrace', 'dtrac= e'), @@ -50,17 +53,22 @@ foreach c : trace_events_config output: fmt.format('trace-dtrace', 'h'), input: trace_dtrace, command: [ 'dtrace', '-DSTAP_SDT_V2', '= -o', '@OUTPUT@', '-h', '-s', '@INPUT@' ]) - trace_ss.add(trace_dtrace_h) + module_trace_src +=3D trace_dtrace_h if host_machine.system() !=3D 'darwin' trace_dtrace_o =3D custom_target(fmt.format('trace-dtrace', 'o'), output: fmt.format('trace-dtrace', 'o= '), input: trace_dtrace, command: [ 'dtrace', '-DSTAP_SDT_V2',= '-o', '@OUTPUT@', '-G', '-s', '@INPUT@' ]) - trace_ss.add(trace_dtrace_o) + module_trace_src +=3D trace_dtrace_o endif =20 genh +=3D trace_dtrace_h endif + if enable_modules and mod !=3D '' + module_trace +=3D { mod : module_trace_src } + else + trace_ss.add(module_trace_src) + endif endforeach =20 trace_events_all =3D custom_target('trace-events-all', --=20 2.27.0 From nobody Sun May 5 20:22:04 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1606233960; cv=none; d=zohomail.com; s=zohoarc; b=AcJfya+OULnVDP2rCOpow8sy0T4g8f9eiwT1nQb3Gnho/4U+l3bEhC/DyKkFIGKxL7DF2WGBC+ic5uFTQrBOO6hkn6tsYo1b12WiyQGkqolz898NALUaqDutMAqqpUGyfzpu+naGQKAXzdCkYYCReN9myqRrgusCl87PScb6vd8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606233960; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=GojCrDA0p+I0VBdB0e4iKfsrTETztvNqOboN03mtWao=; b=AOjFamyKDxBO9xkxG8hn2NL1Owl5LDvU8Aj8ra9wRXx6ZnRFk7kcMbg+aknv4VFPMM+1vp3GQfu4ObXjKwm8YYk4f3SLcJKyDKDBe+7pvdoRTN+6+iCjLiO1P+r7bbq8zmaSmaaxPd6ohYa2rexB205dY+aM3D8M8BP9I7XgeBY= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1606233960987613.5190538926278; Tue, 24 Nov 2020 08:06:00 -0800 (PST) Received: from localhost ([::1]:48274 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1khapM-0004ce-5h for importer@patchew.org; Tue, 24 Nov 2020 11:06:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41310) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1khamf-000243-3m for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:13 -0500 Received: from us-smtp-delivery-124.mimecast.com ([63.128.21.124]:60600) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1khamc-0006du-17 for qemu-devel@nongnu.org; Tue, 24 Nov 2020 11:03:12 -0500 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-338-irTADKcsNKy0nP8rTTTz0Q-1; Tue, 24 Nov 2020 11:03:04 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 736781007466 for ; Tue, 24 Nov 2020 16:03:03 +0000 (UTC) Received: from sirius.home.kraxel.org (ovpn-112-65.ams2.redhat.com [10.36.112.65]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6CD3F5C1A3; Tue, 24 Nov 2020 16:02:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 7FAE09D99; Tue, 24 Nov 2020 17:02:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606233787; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GojCrDA0p+I0VBdB0e4iKfsrTETztvNqOboN03mtWao=; b=NO1urEHSwDxOZ0lZ2ilBJgUHhBmBSP4A4in2TtNcxuDRSSgjRkH5OU79qcoXLsBLU/s0gm 6dSeIs0MQCMXPXE97/VzFKd3IsEFMWq3HnSEL9LD4zFtsyJ/bRPzvj+SX7Sf7TW/aDnYpH /grqL/0nFWp3yH8VRa72/LbsItLkZAA= X-MC-Unique: irTADKcsNKy0nP8rTTTz0Q-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PATCH v2 4/4] meson: move qxl trace events to separate file Date: Tue, 24 Nov 2020 17:02:55 +0100 Message-Id: <20201124160255.28111-5-kraxel@redhat.com> In-Reply-To: <20201124160255.28111-1-kraxel@redhat.com> References: <20201124160255.28111-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=63.128.21.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gerd Hoffmann , Stefan Hajnoczi Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) Content-Type: text/plain; charset="utf-8" Move qxl trace events to separate trace-events-qxl file. Signed-off-by: Gerd Hoffmann --- hw/display/qxl-render.c | 1 + hw/display/qxl.c | 1 + hw/display/meson.build | 5 +++ hw/display/trace-events | 67 ------------------------------------- hw/display/trace-events-qxl | 66 ++++++++++++++++++++++++++++++++++++ 5 files changed, 73 insertions(+), 67 deletions(-) create mode 100644 hw/display/trace-events-qxl diff --git a/hw/display/qxl-render.c b/hw/display/qxl-render.c index 3ce2e57b8feb..cc4862e26eb6 100644 --- a/hw/display/qxl-render.c +++ b/hw/display/qxl-render.c @@ -23,6 +23,7 @@ #include "qxl.h" #include "sysemu/runstate.h" #include "trace.h" +#include "trace/trace-hw_display_qxl.h" =20 static void qxl_blit(PCIQXLDevice *qxl, QXLRect *rect) { diff --git a/hw/display/qxl.c b/hw/display/qxl.c index 431c1070967a..4e8d1bb8d77b 100644 --- a/hw/display/qxl.c +++ b/hw/display/qxl.c @@ -33,6 +33,7 @@ #include "migration/blocker.h" #include "migration/vmstate.h" #include "trace.h" +#include "trace/trace-hw_display_qxl.h" =20 #include "qxl.h" =20 diff --git a/hw/display/meson.build b/hw/display/meson.build index dad3bd2b414b..d4a0e0204ee2 100644 --- a/hw/display/meson.build +++ b/hw/display/meson.build @@ -43,6 +43,11 @@ if config_all_devices.has_key('CONFIG_QXL') qxl_ss =3D ss.source_set() qxl_ss.add(when: 'CONFIG_QXL', if_true: [files('qxl.c', 'qxl-logger.c', = 'qxl-render.c'), pixman, spice]) + trace_events_config +=3D { + 'file' : meson.source_root() / 'hw' / 'display' / 'trace-events-qxl', + 'group' : 'hw_display_qxl', + 'module' : 'hw-display-qxl', + } hw_display_modules +=3D {'qxl': qxl_ss} endif =20 diff --git a/hw/display/trace-events b/hw/display/trace-events index 957b8ba99436..48636149e4b2 100644 --- a/hw/display/trace-events +++ b/hw/display/trace-events @@ -58,73 +58,6 @@ virtio_gpu_update_cursor(uint32_t scanout, uint32_t x, u= int32_t y, const char *t virtio_gpu_fence_ctrl(uint64_t fence, uint32_t type) "fence 0x%" PRIx64 ",= type 0x%x" virtio_gpu_fence_resp(uint64_t fence) "fence 0x%" PRIx64 =20 -# qxl.c -disable qxl_interface_set_mm_time(int qid, uint32_t mm_time) "%d %d" -disable qxl_io_write_vga(int qid, const char *mode, uint32_t addr, uint32_= t val) "%d %s addr=3D%u val=3D%u" -qxl_create_guest_primary(int qid, uint32_t width, uint32_t height, uint64_= t mem, uint32_t format, uint32_t position) "%d %ux%u mem=3D0x%" PRIx64 " %u= ,%u" -qxl_create_guest_primary_rest(int qid, int32_t stride, uint32_t type, uint= 32_t flags) "%d %d,%d,%d" -qxl_destroy_primary(int qid) "%d" -qxl_enter_vga_mode(int qid) "%d" -qxl_exit_vga_mode(int qid) "%d" -qxl_hard_reset(int qid, int64_t loadvm) "%d loadvm=3D%"PRId64 -qxl_interface_async_complete_io(int qid, uint32_t current_async, void *coo= kie) "%d current=3D%d cookie=3D%p" -qxl_interface_attach_worker(int qid) "%d" -qxl_interface_get_init_info(int qid) "%d" -qxl_interface_set_compression_level(int qid, int64_t level) "%d %"PRId64 -qxl_interface_update_area_complete(int qid, uint32_t surface_id, uint32_t = dirty_left, uint32_t dirty_right, uint32_t dirty_top, uint32_t dirty_bottom= ) "%d surface=3D%d [%d,%d,%d,%d]" -qxl_interface_update_area_complete_rest(int qid, uint32_t num_updated_rect= s) "%d #=3D%d" -qxl_interface_update_area_complete_overflow(int qid, int max) "%d max=3D%d" -qxl_interface_update_area_complete_schedule_bh(int qid, uint32_t num_dirty= ) "%d #dirty=3D%d" -qxl_io_destroy_primary_ignored(int qid, const char *mode) "%d %s" -qxl_io_log(int qid, const char *log_buf) "%d %s" -qxl_io_read_unexpected(int qid) "%d" -qxl_io_unexpected_vga_mode(int qid, uint64_t addr, uint64_t val, const cha= r *desc) "%d 0x%"PRIx64"=3D%"PRIu64" (%s)" -qxl_io_write(int qid, const char *mode, uint64_t addr, const char *aname, = uint64_t val, unsigned size, int async) "%d %s addr=3D%"PRIu64 " (%s) val= =3D%"PRIu64" size=3D%u async=3D%d" -qxl_memslot_add_guest(int qid, uint32_t slot_id, uint64_t guest_start, uin= t64_t guest_end) "%d %u: guest phys 0x%"PRIx64 " - 0x%" PRIx64 -qxl_post_load(int qid, const char *mode) "%d %s" -qxl_pre_load(int qid) "%d" -qxl_pre_save(int qid) "%d" -qxl_reset_surfaces(int qid) "%d" -qxl_ring_command_check(int qid, const char *mode) "%d %s" -qxl_ring_command_get(int qid, const char *mode) "%d %s" -qxl_ring_command_req_notification(int qid) "%d" -qxl_ring_cursor_check(int qid, const char *mode) "%d %s" -qxl_ring_cursor_get(int qid, const char *mode) "%d %s" -qxl_ring_cursor_req_notification(int qid) "%d" -qxl_ring_res_push(int qid, const char *mode, uint32_t surface_count, uint3= 2_t free_res, void *last_release, const char *notify) "%d %s s#=3D%d res#= =3D%d last=3D%p notify=3D%s" -qxl_ring_res_push_rest(int qid, uint32_t ring_has, uint32_t ring_size, uin= t32_t prod, uint32_t cons) "%d ring %d/%d [%d,%d]" -qxl_ring_res_put(int qid, uint32_t free_res) "%d #res=3D%d" -qxl_set_mode(int qid, int modenr, uint32_t x_res, uint32_t y_res, uint32_t= bits, uint64_t devmem) "%d mode=3D%d [ x=3D%d y=3D%d @ bpp=3D%d devmem=3D0= x%" PRIx64 " ]" -qxl_soft_reset(int qid) "%d" -qxl_spice_destroy_surfaces_complete(int qid) "%d" -qxl_spice_destroy_surfaces(int qid, int async) "%d async=3D%d" -qxl_spice_destroy_surface_wait_complete(int qid, uint32_t id) "%d sid=3D%d" -qxl_spice_destroy_surface_wait(int qid, uint32_t id, int async) "%d sid=3D= %d async=3D%d" -qxl_spice_flush_surfaces_async(int qid, uint32_t surface_count, uint32_t n= um_free_res) "%d s#=3D%d, res#=3D%d" -qxl_spice_monitors_config(int qid) "%d" -qxl_spice_loadvm_commands(int qid, void *ext, uint32_t count) "%d ext=3D%p= count=3D%d" -qxl_spice_oom(int qid) "%d" -qxl_spice_reset_cursor(int qid) "%d" -qxl_spice_reset_image_cache(int qid) "%d" -qxl_spice_reset_memslots(int qid) "%d" -qxl_spice_update_area(int qid, uint32_t surface_id, uint32_t left, uint32_= t right, uint32_t top, uint32_t bottom) "%d sid=3D%d [%d,%d,%d,%d]" -qxl_spice_update_area_rest(int qid, uint32_t num_dirty_rects, uint32_t cle= ar_dirty_region) "%d #d=3D%d clear=3D%d" -qxl_surfaces_dirty(int qid, uint64_t offset, uint64_t size) "%d offset=3D0= x%"PRIx64" size=3D0x%"PRIx64 -qxl_send_events(int qid, uint32_t events) "%d %d" -qxl_send_events_vm_stopped(int qid, uint32_t events) "%d %d" -qxl_set_guest_bug(int qid) "%d" -qxl_interrupt_client_monitors_config(int qid, int num_heads, void *heads) = "%d %d %p" -qxl_client_monitors_config_unsupported_by_guest(int qid, uint32_t int_mask= , void *client_monitors_config) "%d 0x%X %p" -qxl_client_monitors_config_unsupported_by_device(int qid, int revision) "%= d revision=3D%d" -qxl_client_monitors_config_capped(int qid, int requested, int limit) "%d %= d %d" -qxl_client_monitors_config_crc(int qid, unsigned size, uint32_t crc32) "%d= %u %u" -qxl_set_client_capabilities_unsupported_by_revision(int qid, int revision)= "%d revision=3D%d" - -# qxl-render.c -qxl_render_blit(int32_t stride, int32_t left, int32_t right, int32_t top, = int32_t bottom) "stride=3D%d [%d, %d, %d, %d]" -qxl_render_guest_primary_resized(int32_t width, int32_t height, int32_t st= ride, int32_t bytes_pp, int32_t bits_pp) "%dx%d, stride %d, bpp %d, depth %= d" -qxl_render_update_area_done(void *cookie) "%p" - # vga.c vga_std_read_io(uint32_t addr, uint32_t val) "addr 0x%x, val 0x%x" vga_std_write_io(uint32_t addr, uint32_t val) "addr 0x%x, val 0x%x" diff --git a/hw/display/trace-events-qxl b/hw/display/trace-events-qxl new file mode 100644 index 000000000000..1146bd1640d2 --- /dev/null +++ b/hw/display/trace-events-qxl @@ -0,0 +1,66 @@ +# qxl.c +disable qxl_interface_set_mm_time(int qid, uint32_t mm_time) "%d %d" +disable qxl_io_write_vga(int qid, const char *mode, uint32_t addr, uint32_= t val) "%d %s addr=3D%u val=3D%u" +qxl_create_guest_primary(int qid, uint32_t width, uint32_t height, uint64_= t mem, uint32_t format, uint32_t position) "%d %ux%u mem=3D0x%" PRIx64 " %u= ,%u" +qxl_create_guest_primary_rest(int qid, int32_t stride, uint32_t type, uint= 32_t flags) "%d %d,%d,%d" +qxl_destroy_primary(int qid) "%d" +qxl_enter_vga_mode(int qid) "%d" +qxl_exit_vga_mode(int qid) "%d" +qxl_hard_reset(int qid, int64_t loadvm) "%d loadvm=3D%"PRId64 +qxl_interface_async_complete_io(int qid, uint32_t current_async, void *coo= kie) "%d current=3D%d cookie=3D%p" +qxl_interface_attach_worker(int qid) "%d" +qxl_interface_get_init_info(int qid) "%d" +qxl_interface_set_compression_level(int qid, int64_t level) "%d %"PRId64 +qxl_interface_update_area_complete(int qid, uint32_t surface_id, uint32_t = dirty_left, uint32_t dirty_right, uint32_t dirty_top, uint32_t dirty_bottom= ) "%d surface=3D%d [%d,%d,%d,%d]" +qxl_interface_update_area_complete_rest(int qid, uint32_t num_updated_rect= s) "%d #=3D%d" +qxl_interface_update_area_complete_overflow(int qid, int max) "%d max=3D%d" +qxl_interface_update_area_complete_schedule_bh(int qid, uint32_t num_dirty= ) "%d #dirty=3D%d" +qxl_io_destroy_primary_ignored(int qid, const char *mode) "%d %s" +qxl_io_log(int qid, const char *log_buf) "%d %s" +qxl_io_read_unexpected(int qid) "%d" +qxl_io_unexpected_vga_mode(int qid, uint64_t addr, uint64_t val, const cha= r *desc) "%d 0x%"PRIx64"=3D%"PRIu64" (%s)" +qxl_io_write(int qid, const char *mode, uint64_t addr, const char *aname, = uint64_t val, unsigned size, int async) "%d %s addr=3D%"PRIu64 " (%s) val= =3D%"PRIu64" size=3D%u async=3D%d" +qxl_memslot_add_guest(int qid, uint32_t slot_id, uint64_t guest_start, uin= t64_t guest_end) "%d %u: guest phys 0x%"PRIx64 " - 0x%" PRIx64 +qxl_post_load(int qid, const char *mode) "%d %s" +qxl_pre_load(int qid) "%d" +qxl_pre_save(int qid) "%d" +qxl_reset_surfaces(int qid) "%d" +qxl_ring_command_check(int qid, const char *mode) "%d %s" +qxl_ring_command_get(int qid, const char *mode) "%d %s" +qxl_ring_command_req_notification(int qid) "%d" +qxl_ring_cursor_check(int qid, const char *mode) "%d %s" +qxl_ring_cursor_get(int qid, const char *mode) "%d %s" +qxl_ring_cursor_req_notification(int qid) "%d" +qxl_ring_res_push(int qid, const char *mode, uint32_t surface_count, uint3= 2_t free_res, void *last_release, const char *notify) "%d %s s#=3D%d res#= =3D%d last=3D%p notify=3D%s" +qxl_ring_res_push_rest(int qid, uint32_t ring_has, uint32_t ring_size, uin= t32_t prod, uint32_t cons) "%d ring %d/%d [%d,%d]" +qxl_ring_res_put(int qid, uint32_t free_res) "%d #res=3D%d" +qxl_set_mode(int qid, int modenr, uint32_t x_res, uint32_t y_res, uint32_t= bits, uint64_t devmem) "%d mode=3D%d [ x=3D%d y=3D%d @ bpp=3D%d devmem=3D0= x%" PRIx64 " ]" +qxl_soft_reset(int qid) "%d" +qxl_spice_destroy_surfaces_complete(int qid) "%d" +qxl_spice_destroy_surfaces(int qid, int async) "%d async=3D%d" +qxl_spice_destroy_surface_wait_complete(int qid, uint32_t id) "%d sid=3D%d" +qxl_spice_destroy_surface_wait(int qid, uint32_t id, int async) "%d sid=3D= %d async=3D%d" +qxl_spice_flush_surfaces_async(int qid, uint32_t surface_count, uint32_t n= um_free_res) "%d s#=3D%d, res#=3D%d" +qxl_spice_monitors_config(int qid) "%d" +qxl_spice_loadvm_commands(int qid, void *ext, uint32_t count) "%d ext=3D%p= count=3D%d" +qxl_spice_oom(int qid) "%d" +qxl_spice_reset_cursor(int qid) "%d" +qxl_spice_reset_image_cache(int qid) "%d" +qxl_spice_reset_memslots(int qid) "%d" +qxl_spice_update_area(int qid, uint32_t surface_id, uint32_t left, uint32_= t right, uint32_t top, uint32_t bottom) "%d sid=3D%d [%d,%d,%d,%d]" +qxl_spice_update_area_rest(int qid, uint32_t num_dirty_rects, uint32_t cle= ar_dirty_region) "%d #d=3D%d clear=3D%d" +qxl_surfaces_dirty(int qid, uint64_t offset, uint64_t size) "%d offset=3D0= x%"PRIx64" size=3D0x%"PRIx64 +qxl_send_events(int qid, uint32_t events) "%d %d" +qxl_send_events_vm_stopped(int qid, uint32_t events) "%d %d" +qxl_set_guest_bug(int qid) "%d" +qxl_interrupt_client_monitors_config(int qid, int num_heads, void *heads) = "%d %d %p" +qxl_client_monitors_config_unsupported_by_guest(int qid, uint32_t int_mask= , void *client_monitors_config) "%d 0x%X %p" +qxl_client_monitors_config_unsupported_by_device(int qid, int revision) "%= d revision=3D%d" +qxl_client_monitors_config_capped(int qid, int requested, int limit) "%d %= d %d" +qxl_client_monitors_config_crc(int qid, unsigned size, uint32_t crc32) "%d= %u %u" +qxl_set_client_capabilities_unsupported_by_revision(int qid, int revision)= "%d revision=3D%d" + +# qxl-render.c +qxl_render_blit(int32_t stride, int32_t left, int32_t right, int32_t top, = int32_t bottom) "stride=3D%d [%d, %d, %d, %d]" +qxl_render_guest_primary_resized(int32_t width, int32_t height, int32_t st= ride, int32_t bytes_pp, int32_t bits_pp) "%dx%d, stride %d, bpp %d, depth %= d" +qxl_render_update_area_done(void *cookie) "%p" --=20 2.27.0