qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6018] Initialize msr list size properly in KVM
@ 2008-12-13 20:49 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-12-13 20:49 UTC (permalink / raw)
  To: qemu-devel

Revision: 6018
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6018
Author:   aliguori
Date:     2008-12-13 20:49:31 +0000 (Sat, 13 Dec 2008)

Log Message:
-----------
Initialize msr list size properly in KVM

Hollis Blanchard noticed that the last commit was not sufficient.  We also need
to initialize the msr size in our newly allocated list.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/target-i386/kvm.c

Modified: trunk/target-i386/kvm.c
===================================================================
--- trunk/target-i386/kvm.c	2008-12-13 20:41:58 UTC (rev 6017)
+++ trunk/target-i386/kvm.c	2008-12-13 20:49:31 UTC (rev 6018)
@@ -100,6 +100,7 @@
         if (kvm_msr_list == NULL)
             return 0;
 
+        kvm_msr_list->nmsrs = msr_list.nmsrs;
         ret = kvm_ioctl(env->kvm_state, KVM_GET_MSR_INDEX_LIST, kvm_msr_list);
         if (ret >= 0) {
             int i;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-13 20:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 20:49 [Qemu-devel] [6018] Initialize msr list size properly in KVM Anthony Liguori

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).