From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgK3z-0001dc-2p for qemu-devel@nongnu.org; Fri, 21 Jan 2011 11:42:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgK3x-00029z-1q for qemu-devel@nongnu.org; Fri, 21 Jan 2011 11:42:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgK3w-00029n-R0 for qemu-devel@nongnu.org; Fri, 21 Jan 2011 11:42:13 -0500 Message-ID: <4D39B756.80503@redhat.com> Date: Fri, 21 Jan 2011 17:41:58 +0100 From: Jes Sorensen MIME-Version: 1.0 References: <1295270117-24760-1-git-send-email-mdroth@linux.vnet.ibm.com> <1295270117-24760-10-git-send-email-mdroth@linux.vnet.ibm.com> In-Reply-To: <1295270117-24760-10-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [RFC][PATCH v6 09/23] virtagent: add agent_viewfile qmp/hmp command List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: agl@linux.vnet.ibm.com, stefanha@linux.vnet.ibm.com, abeekhof@redhat.com, marcel.mittelstaedt@de.ibm.com, qemu-devel@nongnu.org, aliguori@linux.vnet.ibm.com, ryanh@us.ibm.com, markus_mueller@de.ibm.com On 01/17/11 14:15, Michael Roth wrote: > Utilize the getfile RPC to provide a means to view text files in the > guest. Getfile can handle binary files as well but we don't advertise > that here due to the special handling requiring to store it and provide > it back to the user (base64 encoding it for instance). Hence the > otherwise confusing "viewfile" as opposed to "getfile". I am really against this in any shape or form. Please do a copy and view on the host. Cheers, Jes