qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] QemuOpts: config file support.


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH 0/4] QemuOpts: config file support.
Date: Wed, 14 Oct 2009 14:01:26 -0500
User-agent: Thunderbird 2.0.0.23 (X11/20090825)

Gerd Hoffmann wrote:
  Hi,

Very first cut of config file support, to get the discussion rolling ;)

We might use this some day to provide defaults for vga, nic, serial etc.
Also host-wide defaults (network setup for example) should be doable.
Just needs some careful planning which config files to read in which
cases and in which order ;)

What I really want to do, which I don't think is possibly in right now, is:

[net "default"]
 type=tap
 script=/etc/qemu-ifup-bridge

In /etc/qemurc to globally change from slirp default to tap default. Of course, why stop there, we should install an /etc/qemurc by default with:

[net "default"]
 type=user
 host=10.0.1.2
 net=10.0.1.0/24
 dhcpstart=10.0.1.10
 dns=10.0.1.2

And completely get rid of any baked in defaults.

Regards,

Anthony Liguori




reply via email to

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