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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 30193C432C3 for ; Thu, 14 Nov 2019 13:32:42 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id ACF8B206DA for ; Thu, 14 Nov 2019 13:32:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org ACF8B206DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gnu.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:57560 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVFEm-0005nU-LN for qemu-devel@archiver.kernel.org; Thu, 14 Nov 2019 08:32:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33335) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVFDm-0005F9-6T for qemu-devel@nongnu.org; Thu, 14 Nov 2019 08:31:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVFDl-0004Ay-77 for qemu-devel@nongnu.org; Thu, 14 Nov 2019 08:31:38 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:60735) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iVFDk-0003xM-U8 for qemu-devel@nongnu.org; Thu, 14 Nov 2019 08:31:37 -0500 X-IronPort-AV: E=Sophos;i="5.68,304,1569276000"; d="scan'208";a="411797001" Received: from unknown (HELO function) ([193.50.111.121]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/AES256-GCM-SHA384; 14 Nov 2019 14:31:25 +0100 Received: from samy by function with local (Exim 4.92.3) (envelope-from ) id 1iVFDZ-000Y2p-41; Thu, 14 Nov 2019 14:31:25 +0100 Date: Thu, 14 Nov 2019 14:31:25 +0100 From: Samuel Thibault To: Teemu Kuusisto Subject: Re: Braille device (chardev/baum.c) is unable to detect the TTY correctly and does not act on graphic console connect/disconnect Message-ID: <20191114133125.o7bc27kdvkduygrt@function> References: <20191114120915.GA31365@valhalla> <20191114130841.kxgorkvtinyaahdm@function> <20191114132712.rpqzq7jvl32beduu@function> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191114132712.rpqzq7jvl32beduu@function> Organization: I am not organized User-Agent: NeoMutt/20170609 (1.8.3) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.83 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: qemu-devel@nongnu.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Samuel Thibault, le jeu. 14 nov. 2019 14:27:12 +0100, a ecrit: > Samuel Thibault, le jeu. 14 nov. 2019 14:08:41 +0100, a ecrit: > > The way to properly fix it is to add a brlapi channel to spice: > > And that would be workable through a spice agent as well, so that > braille management from orca Or event NVDA or Narrator, actually. > running inside the guest could talk > directly through to brltty running on the host instead of having to go > through the emulation layers. > > Samuel