From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgULu-00053t-JJ for qemu-devel@nongnu.org; Wed, 22 Feb 2017 05:40:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgULr-0002zL-HO for qemu-devel@nongnu.org; Wed, 22 Feb 2017 05:40:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54540) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgULr-0002z7-B3 for qemu-devel@nongnu.org; Wed, 22 Feb 2017 05:40:51 -0500 Message-ID: <1487760048.5782.10.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 22 Feb 2017 11:40:48 +0100 In-Reply-To: References: <1487663858-11731-1-git-send-email-kraxel@redhat.com> <1487668309.2694.37.camel@redhat.com> <1487671486.2694.65.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] spice: add display & head options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: qemu-devel@nongnu.org Hi, > The second way is a single display channel with a single, big > surface > for all heads. Then -- with spice-agent help -- guest and > client > negotiate which region of the big display gets scanned out to > which > head. > My understanding is that "head" will not work correctly with QXL (only > head 0, but can be a multi-head QXL), For the second way yes, because in that case "head" is a qxl/spice private thing and not visible outside. You'll see that for example in case you try to screendump or connect with vnc. No heads, only the big surface. cheers, Gerd