qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [PATCH 4/6] Tell BIOS about the number of CPUs


From: Anthony Liguori
Subject: [Qemu-devel] Re: [PATCH 4/6] Tell BIOS about the number of CPUs
Date: Thu, 31 Jan 2008 18:28:00 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20071229)

Paul Brook wrote:
-    cmos_init(ram_size, above_4g_mem_size, boot_device, hd);
+    cmos_init(ram_size, above_4g_mem_size, boot_device, hd, smp_cpus);

smp_cpus is a global variable. Why bother passing it around?

True, I'll update the patch

Are the CMOS contents documented anywhere?

No, but if you have a suggestion of where to document them, I'll add documentation.

Regards,

Anthony Liguori

Paul





reply via email to

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