qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 05/22] machine: pass all init options as a singl


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 05/22] machine: pass all init options as a single QemuOpts
Date: Tue, 08 Jun 2010 09:58:22 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100430 Fedora/3.0.4-2.fc12 Thunderbird/3.0.4

On 06/08/10 01:51, Anthony Liguori wrote:
This patch redefines the machine init signature to just take a QemuOpts.  It
also passes the machine as the first parameter to allow multiple boards to be
defined with one init function.

+typedef void QEMUMachineInitFunc(QemuOpts *opts);

Hmm?  Where is the machine parameter?

cheers,
  Gerd




reply via email to

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