[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OPW][PATCH v2] Support added to read system information from BIOS and verify it with Xen.
On Tue, Oct 21, Rita Sinha wrote: > +my @command = `xl list`; > +my @xen_values = split(' ', $command[1]); > +if ( $DmiNumProcs != @xen_values[3] ) > + print "Warning: dmidecode reports $DmiNumProcs processors, xen reports > $xenCpus processors\n"; Is a warning expected if dom0 is booted with dom0_max_vcpus=N? Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |