qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: QEMU configuration files


From: Sebastian Herbszt
Subject: [Qemu-devel] Re: QEMU configuration files
Date: Thu, 19 Jun 2008 13:56:27 +0200

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





reply via email to

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