From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAatb-0002eu-1A for qemu-devel@nongnu.org; Thu, 11 Oct 2018 09:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAatW-0000Aj-4P for qemu-devel@nongnu.org; Thu, 11 Oct 2018 09:20:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39366) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAatV-0000AQ-Td for qemu-devel@nongnu.org; Thu, 11 Oct 2018 09:20:50 -0400 Date: Thu, 11 Oct 2018 15:20:47 +0200 From: Gerd Hoffmann Message-ID: <20181011132047.3zef5j5puh4lt43c@sirius.home.kraxel.org> References: <20181009131052.18500-1-lhrazky@redhat.com> <20181009131052.18500-2-lhrazky@redhat.com> <1539113618.12871.122.camel@redhat.com> <20181010103704.jqgfp3kiaiqu4hzt@sirius.home.kraxel.org> <1539262539.16655.99.camel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1539262539.16655.99.camel@redhat.com> Subject: Re: [Qemu-devel] [Spice-devel] [RFC PATCH spice 1/2] QXL interface: add functions to identify monitors in the guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?utf-8?B?THVrw6HFoSBIcsOhemvDvQ==?= Cc: Jonathon Jongsma , spice-devel@lists.freedesktop.org, qemu-devel@nongnu.org > The plan was (and still is) to limit the use cases to the following > two: > > * Legacy QXL on linux with multiple monitors per display channel, but > only this single display channel. Multiple display channels are not > supported in this case, so no streaming etc. > > * Limit the number of monitors per display channel to one for all other > cases. Right, I mis-remembered. > With these limitations, the display_id = channel_id + monitor_id > formula that is used on the client remains unique. And in case no qxl card is in use we even have display_id == channel_id. So, do we need this add display_id function at all? cheers, Gerd