From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3dEs-0006x3-Hh for qemu-devel@nongnu.org; Fri, 20 May 2016 01:44:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3dEm-0007hh-K5 for qemu-devel@nongnu.org; Fri, 20 May 2016 01:44:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3dEm-0007gJ-ED for qemu-devel@nongnu.org; Fri, 20 May 2016 01:44:40 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9FA5734145D for ; Fri, 20 May 2016 05:44:38 +0000 (UTC) Message-ID: <1463723076.3526.0.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 20 May 2016 07:44:36 +0200 In-Reply-To: <1463653560-26958-1-git-send-email-marcandre.lureau@redhat.com> References: <1463653560-26958-1-git-send-email-marcandre.lureau@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/6] virtio-gpu: scanout limit fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: marcandre.lureau@redhat.com Cc: qemu-devel@nongnu.org On Do, 2016-05-19 at 12:25 +0200, marcandre.lureau@redhat.com wrote: > Here is a small series improving a bit the scanout limit handling. The > first patch was sent previously but is also included in this series > for convenience. Doesn't apply cleanly to master, does this depend on unmerged patches? cheers, Gerd