commit | bbce6d63c18b85710b1e567a3035914c5ac13ccf | [log] [tgz] |
---|---|---|
author | Marcelo Tosatti <mtosatti@redhat.com> | Fri Jul 29 19:40:51 2011 -0300 |
committer | Kevin O'Connor <kevin@koconnor.net> | Fri Jul 29 19:17:34 2011 -0400 |
tree | 2d1eda008af31030e41fd78e6295330726de21fb | |
parent | 9c8699290b9cec2ad36d8a9b9a3b441887961aaf [diff] |
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>