From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48138) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqBFt-0005lB-JA for qemu-devel@nongnu.org; Wed, 25 Jan 2012 17:23:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqBFs-0003sN-Cc for qemu-devel@nongnu.org; Wed, 25 Jan 2012 17:23:49 -0500 Received: from mail-yx0-f173.google.com ([209.85.213.173]:63634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqBFs-0003sJ-A8 for qemu-devel@nongnu.org; Wed, 25 Jan 2012 17:23:48 -0500 Received: by yenl8 with SMTP id l8so3219937yen.4 for ; Wed, 25 Jan 2012 14:23:47 -0800 (PST) From: Ronnie Sahlberg Date: Thu, 26 Jan 2012 09:23:30 +1100 Message-Id: <1327530211-25614-1-git-send-email-ronniesahlberg@gmail.com> Subject: [Qemu-devel] [PATCH 0/0] Allow -readconfig to read from a pre-existing filedescriptor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, eblake@redhat.com List, Please find attached a trivial patch to allow -readconfig to read from a pre-existing filedescriptor instead of a file off disk. Syntax is '-readconfig fd:' to read from filedescriptor . This is useful for example for libvirt which allow it to pass configuration data, including possibly sensitive such, into qemu without this data hitting the filesystem or a disk. regards ronnie sahlberg