qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH 0/2] -readconfig: accept fd=<fd> option


From: Eduardo Habkost
Subject: [Qemu-devel] [RFC PATCH 0/2] -readconfig: accept fd=<fd> option
Date: Tue, 13 Mar 2012 17:53:23 -0300

This changes -readconfig to use the QemuOpts syntax and accept 'fd=<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=<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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]