qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] -readconfig: accept fd=<fd> option (v2)
@ 2012-03-19 14:54 Eduardo Habkost
  2012-03-19 14:54 ` [Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h Eduardo Habkost
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Eduardo Habkost @ 2012-03-19 14:54 UTC (permalink / raw)
  To: qemu-devel

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.

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

-- 
1.7.3.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2012-03-19 16:55 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 14:54 [Qemu-devel] [PATCH 0/3] -readconfig: accept fd=<fd> option (v2) Eduardo Habkost
2012-03-19 14:54 ` [Qemu-devel] [PATCH 1/3] qemu-config.h: include qemu-option.h Eduardo Habkost
2012-03-19 14:54 ` [Qemu-devel] [PATCH 2/3] -readconfig: use QemuOpts option format (v2) Eduardo Habkost
2012-03-19 14:54 ` [Qemu-devel] [PATCH 3/3] -readconfig: accept fd=<fd> option (v2) Eduardo Habkost
2012-03-19 15:10 ` [Qemu-devel] [PATCH 0/3] " Anthony Liguori
2012-03-19 15:37   ` Eduardo Habkost
2012-03-19 15:39     ` Anthony Liguori
2012-03-19 16:06       ` Eduardo Habkost
2012-03-19 16:21         ` Anthony Liguori
2012-03-19 16:39           ` Eduardo Habkost
2012-03-19 16:45             ` Anthony Liguori
2012-03-19 16:51               ` Eduardo Habkost
2012-03-19 16:55                 ` Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).