qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [6684] Fix "info registers" under kvm.
@ 2009-03-04 21:00 Andrzej Zaborowski
  2009-03-08 15:56 ` [Qemu-devel] " Jan Kiszka
  0 siblings, 1 reply; 14+ messages in thread
From: Andrzej Zaborowski @ 2009-03-04 21:00 UTC (permalink / raw)
  To: qemu-devel

Revision: 6684
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6684
Author:   balrog
Date:     2009-03-04 21:00:07 +0000 (Wed, 04 Mar 2009)
Log Message:
-----------
Fix "info registers" under kvm.

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

Modified: trunk/target-i386/helper.c
===================================================================
--- trunk/target-i386/helper.c	2009-03-04 19:25:22 UTC (rev 6683)
+++ trunk/target-i386/helper.c	2009-03-04 21:00:07 UTC (rev 6684)
@@ -578,6 +578,9 @@
     char cc_op_name[32];
     static const char *seg_name[6] = { "ES", "CS", "SS", "DS", "FS", "GS" };
 
+    if (kvm_enabled())
+        kvm_arch_get_registers(env);
+
     eflags = env->eflags;
 #ifdef TARGET_X86_64
     if (env->hflags & HF_CS64_MASK) {

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-03-09 20:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-04 21:00 [Qemu-devel] [6684] Fix "info registers" under kvm Andrzej Zaborowski
2009-03-08 15:56 ` [Qemu-devel] " Jan Kiszka
2009-03-08 16:10   ` Anthony Liguori
2009-03-08 16:32     ` Jan Kiszka
2009-03-08 16:40       ` Anthony Liguori
2009-03-09  7:46         ` Gerd Hoffmann
2009-03-08 16:35     ` Andreas Färber
2009-03-09  9:42       ` Avi Kivity
2009-03-08 16:18   ` Avi Kivity
2009-03-08 16:23     ` Avi Kivity
2009-03-08 16:36       ` Blue Swirl
2009-03-09  9:42         ` Avi Kivity
2009-03-08 16:36       ` Anthony Liguori
2009-03-09  9:41         ` Avi Kivity

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