From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS0NK-0000F2-Li for qemu-devel@nongnu.org; Mon, 24 Mar 2014 04:37:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WS0NE-0001W6-MF for qemu-devel@nongnu.org; Mon, 24 Mar 2014 04:36:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WS0NE-0001W1-Du for qemu-devel@nongnu.org; Mon, 24 Mar 2014 04:36:48 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s2O8al0U024792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Mar 2014 04:36:47 -0400 Message-ID: <1395650203.15484.29.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Mon, 24 Mar 2014 09:36:43 +0100 In-Reply-To: <20140321163727.GA14504@work-vm> References: <1395408446.20837.49.camel@nilsson.home.kraxel.org> <20140321163727.GA14504@work-vm> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] multihead & multiseat in qemu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" Cc: David Airlie , Lennart Poettering , qemu-devel Hi, > > I'd like to have some way to assign tags such as seat=foo or head=1 to > > devices. Preferably in some way which can easily picked up with udev > > rules, so it is easily usable by system-logind and Xorg server. > > Can't you just do this in the serial number strings for both monitor EDID > and USB device, I'm assuming that's how current multiseat setups figure > stuff out. We don't emulate monitor EDID ... Also the serial number for HID devices is (ab-)used to signal remote wakeup support (see commit 7b074a22dab4bdda9864b933f1bc811a3db42845). > I think with the touchscreen idea that means qemu never needs itself > to have a view of where it's displays are logically left/right/above/down > which is probably fortunate. Yes, that is one of the reasons. cheers, Gerd