qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Re: [kvm-devel] [PATCH][RFC] Allowing QEMU to directly


From: Andreas Färber
Subject: Re: [Qemu-devel] Re: [kvm-devel] [PATCH][RFC] Allowing QEMU to directly execute a directory (and storing command line options in it)
Date: Sat, 1 Sep 2007 16:49:27 +0200


Am 01.09.2007 um 16:26 schrieb Luke -Jr:

On Saturday 01 September 2007, Markus Hitter wrote:
qemu -c MyImage/vm.cfg

In opposite to "qemu -c MyImage" ?

Why do you want the user to do extra typing? There's one config in
one directory, so typing the config file name is just redundant.

Why would there only be one config in one directory?

Because a bundle is a "special" directory, not /home/yourname or / etc. Its sole purpose is to have the appropriate content at the correct location. It is usually not modified manually by the user but by an application knowing the format.

If you want to have configuration files everywhere I see two possibilities:

a) Make it dependent on the bundle extension.
"qemu -c Machine.qvm" (bundle) vs. "qemu -c dir/yourConfig" (config)

b) Use different command line switches.
"qemu -bundle Machine.qvm" vs. "qemu -c yourConfig"

Andreas




reply via email to

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