From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnS1U-0006Ml-Jl for qemu-devel@nongnu.org; Fri, 14 Jun 2013 07:18:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnS1T-00065o-6d for qemu-devel@nongnu.org; Fri, 14 Jun 2013 07:18:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnS1S-00065T-Uu for qemu-devel@nongnu.org; Fri, 14 Jun 2013 07:18:27 -0400 Message-ID: <51BAFBFD.5010702@redhat.com> Date: Fri, 14 Jun 2013 13:18:21 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1371151644-22308-1-git-send-email-alevy@redhat.com> In-Reply-To: <1371151644-22308-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] make screendump an async command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alon Levy Cc: airlied@redhat.com, aliguori@us.ibm.com, qemu-devel@nongnu.org Hi, > Note: due to QAPI not generating async commands yet I had to remove the > schema screendump definition. Hmm, that will break libvirt I suspect. Guess this one has to wait until QAPI gained proper async command support. cheers, Gerd