Revision 03c63b94

b/hw/vmport.c
25 25
#include "isa.h"
26 26
#include "pc.h"
27 27
#include "sysemu.h"
28
#include "kvm.h"
28 29

  
29 30
//#define VMPORT_DEBUG
30 31

  
......
58 59
    unsigned char command;
59 60
    uint32_t eax;
60 61

  
62
    cpu_synchronize_state(env);
63

  
61 64
    eax = env->regs[R_EAX];
62 65
    if (eax != VMPORT_MAGIC)
63 66
        return eax;

Also available in: Unified diff