qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/4] Machine config files


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 0/4] Machine config files
Date: Thu, 11 Jun 2009 14:53:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Lightning/1.0pre Thunderbird/3.0b2

On 06/10/09 19:38, Paul Brook wrote:
The following series implements machine config files, and adds converts
some of the existing hardcoded machines.

Hmm. The converted machine types have a pretty static configuration, i.e. where you don't need to specify more that just "-M type" on the command line.

What is the plan for machines which can be configured in alot of different ways such as a typical PC? Where you can configure lots of details such as cpu, memory, nic, disk drives, ... using command line options?

What is the plan for linking host and guest devices (i.e. hook up nics to vlans, connect disks to blkdrvstates, ...)? Right now qdev_get_macaddr() does it in a hackish way with a bold FIXME ...

The config files themselves are based on the ppc-linux Flattened Device Trees.
In generaly I've tried to structure things so that the same config file can
be used for both qemu and linux.

Is there Documentation (other than source code) for libftd? Do you have a pointer for me?

Guess I have to dive into the libftd to get a more clear picture how all this is supposed to work together ...

cheers,
  Gerd





reply via email to

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