qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/3] -readconfig: accept fd=<fd> option (v2)


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/3] -readconfig: accept fd=<fd> option (v2)
Date: Mon, 19 Mar 2012 10:10:27 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

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=<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





reply via email to

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