qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Sebastian Herbszt" <herbszt@gmx.de>
To: "Daniel P. Berrange" <berrange@redhat.com>, qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: QEMU configuration files
Date: Thu, 19 Jun 2008 13:56:27 +0200	[thread overview]
Message-ID: <000e01c8d203$99f3b680$0201a8c0@zeug> (raw)
In-Reply-To: 20080619114035.GD11255@redhat.com

From: "Daniel P. Berrange"
> It could also be useful to be able to specify a alternative preferences
> file instead of the default $HOME/.qemu/config

I think it's possible with the new "-f" option:

+            case QEMU_OPTION_f:
+                if (qemu_parse_config(&machine_dev, optarg, 
+                                      QEMU_CONF_ERR_FILE) < 0)
+                    exit(1);
+                has_config = 1;
+                break;

- Sebastian

  parent reply	other threads:[~2008-06-19 11:57 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-18 18:12 [Qemu-devel] QEMU configuration files Fabrice Bellard
2008-06-18 19:16 ` [Qemu-devel] " Sebastian Herbszt
2008-06-18 21:08 ` [Qemu-devel] " Anthony Liguori
2008-06-18 23:49 ` Paul Brook
2008-06-19  0:01   ` Paul Brook
2008-06-19  9:46   ` Fabrice Bellard
2008-06-19 11:40 ` Daniel P. Berrange
2008-06-19 11:52   ` Fabrice Bellard
2008-06-19 14:36     ` Daniel P. Berrange
2008-06-19 11:56   ` Sebastian Herbszt [this message]
2008-06-20 13:11 ` [Qemu-devel] " Fabrice Bellard
2008-06-21  8:43   ` Blue Swirl
2008-06-24 15:50 ` [Qemu-devel] " Ian Jackson
2008-06-24 19:50   ` Jamie Lokier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000e01c8d203$99f3b680$0201a8c0@zeug' \
    --to=herbszt@gmx.de \
    --cc=berrange@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).