seabios: increase smp_mtrr array size
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 29 Jul 2011 22:40:51 +0000 (19:40 -0300)
committerKevin O'Connor <kevin@koconnor.net>
Fri, 29 Jul 2011 23:17:34 +0000 (19:17 -0400)
commitbbce6d63c18b85710b1e567a3035914c5ac13ccf
tree2d1eda008af31030e41fd78e6295330726de21fb
parent9c8699290b9cec2ad36d8a9b9a3b441887961aaf
seabios: increase smp_mtrr array size

Windows Server 2008 checked build complains about lack of consistency
between MTRR MSRs in SMP guests.

Problem is the smp_mtrr array is not large enough to hold all MSRs (31
entries with current qemu/kvm implementations).

Increase it to 32.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
src/smp.c