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