qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] Re: [SeaBIOS] SMBIOS strings


From: Sebastian Herbszt
Subject: [Qemu-devel] Re: [SeaBIOS] SMBIOS strings
Date: Tue, 1 Jun 2010 22:26:12 +0200

Jes Sorensen wrote:
Handle 0x0401, DMI type 4, 32 bytes
Processor Information
-       Socket Designation: CPU 1
+       Socket Designation: CPU01

smbios.c got
snprintf((char*)start, 6, "CPU%2x", cpu_number);

It should print "CPU 1" instead of "CPU01" because the
padding should be done with spaces not zeros. Maybe
bvprintf() doesn't handle it correctly?

Sebastian




reply via email to

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