From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Yii-00051I-UZ for qemu-devel@nongnu.org; Tue, 13 Mar 2012 16:53:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7Yih-0001BE-7Y for qemu-devel@nongnu.org; Tue, 13 Mar 2012 16:53:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7Yig-0001B1-VY for qemu-devel@nongnu.org; Tue, 13 Mar 2012 16:53:23 -0400 From: Eduardo Habkost Date: Tue, 13 Mar 2012 17:53:23 -0300 Message-Id: <1331672005-30798-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [RFC PATCH 0/2] -readconfig: accept fd= option List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Ronnie Sahlberg This changes -readconfig to use the QemuOpts syntax and accept 'fd=' as argument, too. I'm not sure yet if it's OK to break compatibility of -readconfig for filenames containing "=" or ",". On the one hand I wouldn't like to break it, on the other hand, I wouldn't like to add Yet Another command-line option and make -readconfig a legacy option. Eduardo Habkost (2): -readconfig: use QemuOpts option format -readconfig: accept fd= option qemu-config.c | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++--- qemu-config.h | 8 ++++- qemu-options.hx | 6 ++-- vl.c | 6 ++-- 4 files changed, 106 insertions(+), 13 deletions(-) -- 1.7.3.2