From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7ANG-0002FN-KN for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:53:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7ANB-0000Nu-Tz for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:53:38 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:57420) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7ANB-0000No-Pg for qemu-devel@nongnu.org; Mon, 12 Mar 2012 14:53:33 -0400 Received: by ghrr14 with SMTP id r14so3408209ghr.4 for ; Mon, 12 Mar 2012 11:53:32 -0700 (PDT) Message-ID: <4F5E4628.8050706@codemonkey.ws> Date: Mon, 12 Mar 2012 13:53:28 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1331557893-30806-1-git-send-email-marcandre.lureau@redhat.com> In-Reply-To: <1331557893-30806-1-git-send-email-marcandre.lureau@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH/RFC 0/7] Screendump to UNIX socket & in PNG format List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Cc: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= , qemu-devel@nongnu.org On 03/12/2012 08:11 AM, Marc-André Lureau wrote: > Hi, > > The current screendump command can only save to disk very large PPM files. > > The following patches add support for screendump in a UNIX socket, following the syntax used for migration URI: "unix:/path/to/socket". Why not just return the screendump through QMP? Regards, Anthony Liguori