From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8iiY-0000Vf-3P for qemu-devel@nongnu.org; Thu, 11 May 2017 03:41:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8ihd-0006mO-LG for qemu-devel@nongnu.org; Thu, 11 May 2017 03:40:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d8ihd-0006hv-B2 for qemu-devel@nongnu.org; Thu, 11 May 2017 03:40:01 -0400 Message-ID: <1494488396.17970.2.camel@redhat.com> From: Gerd Hoffmann Date: Thu, 11 May 2017 09:39:56 +0200 In-Reply-To: <1494449551-20227-1-git-send-email-mark.cave-ayland@ilande.co.uk> References: <1494449551-20227-1-git-send-email-mark.cave-ayland@ilande.co.uk> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/2] cg3/tcx: make display updates thread safe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark Cave-Ayland Cc: qemu-devel@nongnu.org On Mi, 2017-05-10 at 21:52 +0100, Mark Cave-Ayland wrote: > Now the previous fixes/cleanups have been applied, it is a fairly trivial > exercise to make cg3/tcx display updates thread safe. >=20 > Gerd, do you want to take these patches via your vga queue? Can do that, I have some more pending patches for that anyway. cheers, Gerd