X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_xed.c;h=e6fa06c6a2a8b64fca7a77c8cd6fc21bf0cd72ef;hb=a0c519f730b179ea90b3f3ac861133906b4f8645;hp=cc25dc558e00210dce129820a715f0209fb15ee0;hpb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;p=palacios.git diff --git a/palacios/src/palacios/vmm_xed.c b/palacios/src/palacios/vmm_xed.c index cc25dc5..e6fa06c 100644 --- a/palacios/src/palacios/vmm_xed.c +++ b/palacios/src/palacios/vmm_xed.c @@ -106,6 +106,7 @@ static int set_decoder_mode(struct guest_info * info, xed_state_t * state) { break; case PROTECTED: case PROTECTED_PAE: + case LONG_32_COMPAT: if (state->mmode != XED_MACHINE_MODE_LEGACY_32) { xed_state_init(state, XED_MACHINE_MODE_LEGACY_32, @@ -119,6 +120,7 @@ static int set_decoder_mode(struct guest_info * info, xed_state_t * state) { } break; default: + PrintError("Unsupported CPU mode: %d\n", info->cpu_mode); return -1; } return 0;