From nobody Sun May 19 01:15:33 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 16304715001981017.9294343141157; Tue, 31 Aug 2021 21:45:00 -0700 (PDT) Received: from localhost ([::1]:47416 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLI7O-0004Gv-QK for importer@patchew.org; Wed, 01 Sep 2021 00:44:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39726) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5Z-0002Ip-EQ for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:05 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:48107) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5W-00064x-VB for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:05 -0400 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-119-3KDpsXBVNEKVrxMn83nA2g-1; Wed, 01 Sep 2021 00:43:00 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id EE4F91854E21; Wed, 1 Sep 2021 04:42:54 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 317C11ABDF; Wed, 1 Sep 2021 04:42:50 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id C33BD1800906; Wed, 1 Sep 2021 06:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630471381; 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=bwloFgmZTmyEACIPfU9RfLTtclvN9p28GJVAC4tMD3A=; b=T7O4EZJFXvbxvXwledWprV4nFeo1OaL0LCUbam8trYQPzIm8ZnSOk1ELDVmnpAMFljTpWY C+Iouwv55E3lHr7GAwdH8agzgMfdGIZD3arAUGrw8/mTTbbYgzekkTT2JogFhyACx+pSmu gpZPUVSAxN/0QjxBAVE2V4SuhlaU4T4= X-MC-Unique: 3KDpsXBVNEKVrxMn83nA2g-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 1/3] MAINTAINERS: Split Audio backends VS frontends Date: Wed, 1 Sep 2021 06:42:46 +0200 Message-Id: <20210901044248.3122252-2-kraxel@redhat.com> In-Reply-To: <20210901044248.3122252-1-kraxel@redhat.com> References: <20210901044248.3122252-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 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-Type: text/plain; charset="utf-8" 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: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.391, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-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: Christian Schoenebeck , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1630471501581100003 From: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Philippe Mathieu-Daud=C3=A9 Acked-by: Christian Schoenebeck Message-Id: <20210816191014.2020783-2-philmd@redhat.com> Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index dffcb651f460..8fb35b0d301d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1660,6 +1660,16 @@ F: hw/net/opencores_eth.c =20 Devices ------- +Overall Audio frontends +M: Gerd Hoffmann +S: Odd Fixes +F: hw/audio/ +F: include/hw/audio/ +F: tests/qtest/ac97-test.c +F: tests/qtest/es1370-test.c +F: tests/qtest/intel-hda-test.c +F: tests/qtest/fuzz-sb16-test.c + Xilinx CAN M: Vikram Garhwal M: Francisco Iglesias @@ -2261,17 +2271,11 @@ F: include/net/can_*.h =20 Subsystems ---------- -Audio +Overall Audio backends M: Gerd Hoffmann S: Odd Fixes F: audio/ -F: hw/audio/ -F: include/hw/audio/ F: qapi/audio.json -F: tests/qtest/ac97-test.c -F: tests/qtest/es1370-test.c -F: tests/qtest/intel-hda-test.c -F: tests/qtest/fuzz-sb16-test.c =20 Block layer core M: Kevin Wolf --=20 2.31.1 From nobody Sun May 19 01:15:33 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1630471502423683.5938135264059; Tue, 31 Aug 2021 21:45:02 -0700 (PDT) Received: from localhost ([::1]:47706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLI7R-0004SW-C0 for importer@patchew.org; Wed, 01 Sep 2021 00:45:01 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39732) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5b-0002Kd-Um for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:07 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:21319) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5X-00066D-Uz for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:06 -0400 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-416-TFihGOaDNs-OiUvPsAsipg-1; Wed, 01 Sep 2021 00:43:01 -0400 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B799480198A; Wed, 1 Sep 2021 04:43:00 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8E2401002391; Wed, 1 Sep 2021 04:42:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id CE0E11800913; Wed, 1 Sep 2021 06:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630471383; 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=as3ToTRIzjd1k43OADxDSSaSwfQCFoTDFdQMf6sMHIQ=; b=VdvMDTDbrz954hXI0J1MmDx1obVsmCmbrplyJKVcMuAvt1eb+EgF4t373HoAO65+QRDTdG OugcMvi7SQidvjoKkMVu4F830Lve6vaHokreq5LK3RPYgD08OfCmnOL8ou+86e5wCCmkAG /otYjsoEUOxTkr3z9iUF26JDx6xbjrA= X-MC-Unique: TFihGOaDNs-OiUvPsAsipg-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 2/3] MAINTAINERS: Remove SPICE from Audio backends section Date: Wed, 1 Sep 2021 06:42:47 +0200 Message-Id: <20210901044248.3122252-3-kraxel@redhat.com> In-Reply-To: <20210901044248.3122252-1-kraxel@redhat.com> References: <20210901044248.3122252-1-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 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-Type: text/plain; charset="utf-8" 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=170.10.133.124; envelope-from=kraxel@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.391, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-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: Christian Schoenebeck , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1630471503543100005 From: Philippe Mathieu-Daud=C3=A9 SPICE audio is already covered in the SPICE section, so remove it from the Audio backends one. Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Christian Schoenebeck Message-Id: <20210816191014.2020783-3-philmd@redhat.com> Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8fb35b0d301d..282ad5a059aa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2275,6 +2275,7 @@ Overall Audio backends M: Gerd Hoffmann S: Odd Fixes F: audio/ +X: audio/spiceaudio.c F: qapi/audio.json =20 Block layer core --=20 2.31.1 From nobody Sun May 19 01:15:33 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 Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1630471625797892.7492366970017; Tue, 31 Aug 2021 21:47:05 -0700 (PDT) Received: from localhost ([::1]:51894 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mLI9O-0007Kq-En for importer@patchew.org; Wed, 01 Sep 2021 00:47:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5c-0002L1-4Y for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:08 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:32021) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mLI5X-000666-4e for qemu-devel@nongnu.org; Wed, 01 Sep 2021 00:43:07 -0400 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-219-4nDmzM6AO26DlmCliWiQMA-1; Wed, 01 Sep 2021 00:43:00 -0400 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 B66A387D542; Wed, 1 Sep 2021 04:42:59 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.91]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A67C860C9F; Wed, 1 Sep 2021 04:42:56 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id D8A3F1800918; Wed, 1 Sep 2021 06:42:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1630471382; 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=mpFh4tL+e0wq8iSsajwLm1esT9UJW4sAeMzs4dfdVQU=; b=cdmlaYKDTiJ56AF+T5JH+d9I8tIrzS9xCNZiartv1sPkRuJYJ8sN0SnyxHRTmhHJRg2koy o55dE8saJWyH4XAHlAhrhRFIXPtNVOZ+HJBxrUDqUsgYbVxBlYc2Cpt2eQX7nfF+0PcTnq 3vmk6n5bfwpTr0PMFYYqpql/BRBOAbw= X-MC-Unique: 4nDmzM6AO26DlmCliWiQMA-1 From: Gerd Hoffmann To: qemu-devel@nongnu.org Subject: [PULL 3/3] MAINTAINERS: Split Audio backends sections Date: Wed, 1 Sep 2021 06:42:48 +0200 Message-Id: <20210901044248.3122252-4-kraxel@redhat.com> In-Reply-To: <20210901044248.3122252-1-kraxel@redhat.com> References: <20210901044248.3122252-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-Type: text/plain; charset="utf-8" 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: -31 X-Spam_score: -3.2 X-Spam_bar: --- X-Spam_report: (-3.2 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.391, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-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: Christian Schoenebeck , =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Gerd Hoffmann Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZM-MESSAGEID: 1630471627729100001 From: Philippe Mathieu-Daud=C3=A9 Split the Audio backends into multiple sections (OS / framework / library), allowing developers with different interests to add their contact to the relevant entries. Suggested-by: Gerd Hoffmann Signed-off-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Christian Schoenebeck Message-Id: <20210816191014.2020783-4-philmd@redhat.com> Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 282ad5a059aa..0da62502246f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2275,9 +2275,51 @@ Overall Audio backends M: Gerd Hoffmann S: Odd Fixes F: audio/ +X: audio/alsaaudio.c +X: audio/coreaudio.c +X: audio/dsound* +X: audio/jackaudio.c +X: audio/ossaudio.c +X: audio/paaudio.c +X: audio/sdlaudio.c X: audio/spiceaudio.c F: qapi/audio.json =20 +ALSA Audio backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/alsaaudio.c + +Core Audio framework backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/coreaudio.c + +DSound Audio backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/dsound* + +JACK Audio Connection Kit backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/jackaudio.c + +Open Sound System (OSS) Audio backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/ossaudio.c + +PulseAudio backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/paaudio.c + +SDL Audio backend +M: Gerd Hoffmann +S: Odd Fixes +F: audio/sdlaudio.c + Block layer core M: Kevin Wolf M: Hanna Reitz --=20 2.31.1