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