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 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AAB5BEDF156 for ; Fri, 13 Feb 2026 11:55:24 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vqrlR-00061Q-7F; Fri, 13 Feb 2026 06:55:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vqrlO-00060V-2y for qemu-devel@nongnu.org; Fri, 13 Feb 2026 06:55:10 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vqrlN-0007n0-J0; Fri, 13 Feb 2026 06:55:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=In-Reply-To:MIME-Version:References:Subject:To:From: Date; bh=YXJ3Kt2xuWXth2Yr26X3kbV4PKKP95tq1PEi5gYz6e4=; b=atauNF0vLYmQOUeQaqRF BNBkYMFAd1MHcIUiJwvev/OISLJWSM+jUUmpr4pTxeogGB2whFkQ9QM/kSID1GX9Dt+WlbxYf12Pr yQ8I1RXvhZfSslcw2xxaZeWcGXo+qZppxdZX7nFvqYHrKdtUvfT44JRT/+kJTfOIg3NtsII5oHS0p EDycYZT6Wx9xozGX05yUuia7HyTPflhiGyCitl/435t8al8RAtNaF11CdDaepQanCPHYoNFQtm7JG tuoTh8GHs4Tm5aYZV3pY1IAE9LZBj0oi+nH/pIf5Y9IsfS13dplh6Ja6WcyLilEqUMo7erhIJBRb0 Z68QevK6xNioyw==; Date: Fri, 13 Feb 2026 12:55:03 +0100 From: Samuel Thibault To: Daniel =?utf-8?B?UC4gQmVycmFuZ8Op?= Cc: Peter Maydell , =?utf-8?Q?Marc-Andr=C3=A9?= Lureau , qemu-devel@nongnu.org, pbonzini@redhat.com Subject: Re: [PATCH] baum: Add copy/paste bindings Message-ID: References: <20260211204445.4124071-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: I am not organized X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: qemu development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Daniel P. Berrangé, le ven. 13 févr. 2026 08:09:05 +0000, a ecrit: > On Fri, Feb 13, 2026 at 01:09:58AM +0100, Samuel Thibault wrote: > > Daniel P. Berrangé, le jeu. 12 févr. 2026 11:02:27 +0000, a ecrit: > > > On Thu, Feb 12, 2026 at 10:33:26AM +0000, Peter Maydell wrote: > > > > On Thu, 12 Feb 2026 at 09:44, Marc-André Lureau > > > > wrote: > > > > > > > > > > Those commands date back from brltty 4.4 (June 7, 2012). I suggest we > > > > > add a version check to the brlapi dependency. > > > > > > > > Does any distro version in our support policy still ship such > > > > an old brltty version that it doesn't have them? If not, we > > > > don't need to actively check the version here, I think. > > > > > > The brlapi is a bit wierd in that it ships a pkg-config file, > > > > ? Does it? > > > > Upstream doesn't. > > This is what I saw: > > https://github.com/brltty/brltty/blob/master/brltty.pc.in This is not meant to be used for brlapi, it's really meant only for brltty. Samuel