From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC39f-00039y-3C for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TC39Z-0002Tl-EZ for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:44:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TC39Z-0002Th-6N for qemu-devel@nongnu.org; Thu, 13 Sep 2012 02:43:57 -0400 Message-ID: <505180A3.6060005@redhat.com> Date: Thu, 13 Sep 2012 08:43:47 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1347455618-2465-1-git-send-email-alevy@redhat.com> In-Reply-To: <1347455618-2465-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] client monitors config support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: hdegoede@redhat.com, qemu-devel@nongnu.org, spice-devel@freedesktop.org On 09/12/12 15:13, Alon Levy wrote: > - no addition of guest capabilities, use interrupt mask instead, ignore > 0 or ~0 that are set by current windows driver. > - use crc to solve possible write while read. > - limit heads to 64, statically allocated on rom by host. > - some misc trace fixes. Patch series added to spice patch queue. thanks, Gerd