From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:44036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDcrY-0007bD-5n for qemu-devel@nongnu.org; Thu, 07 Mar 2013 10:36:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDcrW-0002Ti-SE for qemu-devel@nongnu.org; Thu, 07 Mar 2013 10:36:08 -0500 Received: from mx1.redhat.com ([209.132.183.28]:10511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDcrW-0002TX-Ko for qemu-devel@nongnu.org; Thu, 07 Mar 2013 10:36:06 -0500 Message-ID: <5138B3E3.9080309@redhat.com> Date: Thu, 07 Mar 2013 16:36:03 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1362037315-26896-1-git-send-email-kraxel@redhat.com> <1362037315-26896-3-git-send-email-kraxel@redhat.com> <87a9qfb7vu.fsf@blackfin.pond.sub.org> In-Reply-To: <87a9qfb7vu.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] input: introduce keyboard handler list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Anthony Liguori , qemu-devel@nongnu.org Hi, > For mice, we have a monitor command mouse_set to select the active one. > Useful for keyboards, too? I dimly recall somebody trying something > like that in the past. Don't feel like doing that now. First, isn't important enough IMHO. Second, I'm busy cleaning up console + display code. With this done it should be easy to have proper multihead support (not the somewhat hackish way we do it with spice now, where the qemu console / display code is completely bypassed by secondary qxl cards). And once we have that we'll probably wanna have input *routing* instead of input *selection*, i.e. input from this ui window goes to that virtual mouse/keyboard, so we can emulate multiseat setups ... cheers, Gerd