Re: [Qemu-devel] [PATCH v2 1/3] x86: Use common variable range MTRR counts

2014-08-14 Thread Laszlo Ersek
On 08/14/14 21:24, Alex Williamson wrote: > We currently define the number of variable range MTRR registers as 8 > in the CPUX86State structure and vmstate, but use MSR_MTRRcap_VCNT > (also 8) to report to guests the number available. Change this to > use MSR_MTRRcap_VCNT consistently. > > Signed

[Qemu-devel] [PATCH v2 1/3] x86: Use common variable range MTRR counts

2014-08-14 Thread Alex Williamson
We currently define the number of variable range MTRR registers as 8 in the CPUX86State structure and vmstate, but use MSR_MTRRcap_VCNT (also 8) to report to guests the number available. Change this to use MSR_MTRRcap_VCNT consistently. Signed-off-by: Alex Williamson Cc: Laszlo Ersek Cc: qemu-s