Re: [Qemu-devel] [PATCH] target-i386: svm: Fix MSRPM check

2010-08-22 Thread Anthony Liguori
On 08/15/2010 08:58 AM, Adam Lackorzynski wrote: Correct the calculation of the offset in the msrpm for the MSR range 0 - 0x1fff. Signed-off-by: Adam Lackorzynski Applied. Thanks. Regards, Anthony Liguori --- target-i386/op_helper.c |2 +- 1 files changed, 1 insertions(+), 1 del

[Qemu-devel] [PATCH] target-i386: svm: Fix MSRPM check

2010-08-15 Thread Adam Lackorzynski
Correct the calculation of the offset in the msrpm for the MSR range 0 - 0x1fff. Signed-off-by: Adam Lackorzynski --- target-i386/op_helper.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index c50e818..ec6b3e9 100644