From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhdcT-00016e-0Q for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QhdcR-0001Ph-FY for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:19:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51847) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhdcQ-0001Pc-R8 for qemu-devel@nongnu.org; Fri, 15 Jul 2011 04:19:31 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6F8JTbq005278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 15 Jul 2011 04:19:29 -0400 Message-ID: <4E1FF80F.70601@redhat.com> Date: Fri, 15 Jul 2011 10:19:27 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1310670801-14687-1-git-send-email-alevy@redhat.com> <1310670801-14687-10-git-send-email-alevy@redhat.com> In-Reply-To: <1310670801-14687-10-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCHv5 09/12] qxl: async io support using new spice api List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: yhalperi@redhat.com, qemu-devel@nongnu.org On 07/14/11 21:13, Alon Levy wrote: > Some of the QXL port i/o commands are waiting for the spice server to > complete certain actions. Add async versions for these commands, so we > don't block the vcpu while the spice server processses the command. > Instead the qxl device will raise an IRQ when done. > > The async command processing relies on an added QXLInterface::async_complete > and added QXLWorker::*_async additions, in spice server qxl>= 3.1 Applying: qxl: async io support using new spice api === checkpatch complains === WARNING: labels should not be indented #320: FILE: hw/qxl.c:1207: + async_common: total: 0 errors, 1 warnings, 574 lines checked cheers, Gerd