* [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
@ 2012-08-01 14:01 Gleb Natapov
2012-08-03 18:08 ` Marcelo Tosatti
0 siblings, 1 reply; 4+ messages in thread
From: Gleb Natapov @ 2012-08-01 14:01 UTC (permalink / raw)
To: kvm; +Cc: avi, mtosatti
When MSR_KVM_PV_EOI_EN was added to msrs_to_save array
KVM_SAVE_MSRS_BEGIN was not updated accordingly.
Signed-off-by: Gleb Natapov <gleb@redhat.com>
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index 41c0c3d..2452438 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -806,7 +806,7 @@ EXPORT_SYMBOL_GPL(kvm_rdpmc);
* kvm-specific. Those are put in the beginning of the list.
*/
-#define KVM_SAVE_MSRS_BEGIN 9
+#define KVM_SAVE_MSRS_BEGIN 10
static u32 msrs_to_save[] = {
MSR_KVM_SYSTEM_TIME, MSR_KVM_WALL_CLOCK,
MSR_KVM_SYSTEM_TIME_NEW, MSR_KVM_WALL_CLOCK_NEW,
--
Gleb.
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
2012-08-01 14:01 [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value Gleb Natapov
@ 2012-08-03 18:08 ` Marcelo Tosatti
2012-08-05 9:47 ` Avi Kivity
0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2012-08-03 18:08 UTC (permalink / raw)
To: Gleb Natapov; +Cc: kvm, avi
On Wed, Aug 01, 2012 at 05:01:42PM +0300, Gleb Natapov wrote:
> When MSR_KVM_PV_EOI_EN was added to msrs_to_save array
> KVM_SAVE_MSRS_BEGIN was not updated accordingly.
>
> Signed-off-by: Gleb Natapov <gleb@redhat.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
2012-08-03 18:08 ` Marcelo Tosatti
@ 2012-08-05 9:47 ` Avi Kivity
2012-08-05 9:51 ` Gleb Natapov
0 siblings, 1 reply; 4+ messages in thread
From: Avi Kivity @ 2012-08-05 9:47 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: Gleb Natapov, kvm
On 08/03/2012 09:08 PM, Marcelo Tosatti wrote:
> On Wed, Aug 01, 2012 at 05:01:42PM +0300, Gleb Natapov wrote:
>> When MSR_KVM_PV_EOI_EN was added to msrs_to_save array
>> KVM_SAVE_MSRS_BEGIN was not updated accordingly.
>>
>> Signed-off-by: Gleb Natapov <gleb@redhat.com>
>
> Applied, thanks.
This should go into 3.6-rc, no?
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value
2012-08-05 9:47 ` Avi Kivity
@ 2012-08-05 9:51 ` Gleb Natapov
0 siblings, 0 replies; 4+ messages in thread
From: Gleb Natapov @ 2012-08-05 9:51 UTC (permalink / raw)
To: Avi Kivity; +Cc: Marcelo Tosatti, kvm
On Sun, Aug 05, 2012 at 12:47:42PM +0300, Avi Kivity wrote:
> On 08/03/2012 09:08 PM, Marcelo Tosatti wrote:
> > On Wed, Aug 01, 2012 at 05:01:42PM +0300, Gleb Natapov wrote:
> >> When MSR_KVM_PV_EOI_EN was added to msrs_to_save array
> >> KVM_SAVE_MSRS_BEGIN was not updated accordingly.
> >>
> >> Signed-off-by: Gleb Natapov <gleb@redhat.com>
> >
> > Applied, thanks.
>
> This should go into 3.6-rc, no?
If we want migration to work there then yes.
--
Gleb.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-08-05 9:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 14:01 [PATCH] update KVM_SAVE_MSRS_BEGIN to correct value Gleb Natapov
2012-08-03 18:08 ` Marcelo Tosatti
2012-08-05 9:47 ` Avi Kivity
2012-08-05 9:51 ` Gleb Natapov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).