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: Paul Brook
Subject: [Qemu-devel] Re: [PATCH 4/6] Tell BIOS about the number of CPUs
Date: Fri, 1 Feb 2008 00:14:05 +0000
User-agent: KMail/1.9.7

> -    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?

Are the CMOS contents documented anywhere?

Paul




reply via email to

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