* [Qemu-devel] [5984] Fix crash in kvm.c (Stefan Weil)
@ 2008-12-11 21:03 Anthony Liguori
0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-12-11 21:03 UTC (permalink / raw)
To: qemu-devel
Revision: 5984
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5984
Author: aliguori
Date: 2008-12-11 21:03:10 +0000 (Thu, 11 Dec 2008)
Log Message:
-----------
Fix crash in kvm.c (Stefan Weil)
Fix crash with kvm enabled.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
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-11 19:39:56 UTC (rev 5983)
+++ trunk/target-i386/kvm.c 2008-12-11 21:03:10 UTC (rev 5984)
@@ -39,7 +39,7 @@
struct kvm_cpuid cpuid;
struct kvm_cpuid_entry entries[100];
} __attribute__((packed)) cpuid_data;
- int limit, i, cpuid_i;
+ uint32_t limit, i, cpuid_i;
uint32_t eax, ebx, ecx, edx;
cpuid_i = 0;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-12-11 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-11 21:03 [Qemu-devel] [5984] Fix crash in kvm.c (Stefan Weil) 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).