From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eEG-0004rM-WC for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:10:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9eED-0000a6-S6 for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:10:36 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:41740) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9eED-0000Zx-MN for qemu-devel@nongnu.org; Mon, 19 Mar 2012 11:10:33 -0400 Received: by dadp14 with SMTP id p14so11146107dad.4 for ; Mon, 19 Mar 2012 08:10:31 -0700 (PDT) Message-ID: <4F674C63.6080009@codemonkey.ws> Date: Mon, 19 Mar 2012 10:10:27 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1332168883-9961-1-git-send-email-ehabkost@redhat.com> In-Reply-To: <1332168883-9961-1-git-send-email-ehabkost@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] -readconfig: accept fd= option (v2) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eduardo Habkost Cc: qemu-devel@nongnu.org On 03/19/2012 09:54 AM, Eduardo Habkost wrote: > This is a resubmit of a previous series I sent as a RFC, with some changes to > prepare for an upcoming patch that will make additional changes to the default > config-file loading code. > > This series needs be applied on top of the "./configure --confdir" series I > sent today. Why not just use /dev/fd/N ? Regards, Anthony Liguori > > Changes v1 -> v2: > - Moved some code to qemu-config-arch.c, as it will eventually have > arch-specific features > > Eduardo Habkost (3): > qemu-config.h: include qemu-option.h > -readconfig: use QemuOpts option format (v2) > -readconfig: accept fd= option (v2) > > Makefile.target | 2 +- > qemu-config-arch.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > qemu-config-arch.h | 15 +++++++++ > qemu-config.c | 46 ++++++++++++++++++++++----- > qemu-config.h | 10 +++++- > qemu-options.hx | 6 ++-- > vl.c | 7 ++-- > 7 files changed, 155 insertions(+), 17 deletions(-) > create mode 100644 qemu-config-arch.c > create mode 100644 qemu-config-arch.h >