X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_emulator.c;h=859d6b283d8bb70340618e8e69e8ab943ba31e1b;hb=e0519b6111165e0d99987d7f852875366c41bfd9;hp=82dc56c4e67ac24470d428cffadd08592bfa18a4;hpb=0e1c2f1eb7e964848d43824328205d5557bc7639;p=palacios.git diff --git a/palacios/src/palacios/vmm_emulator.c b/palacios/src/palacios/vmm_emulator.c index 82dc56c..859d6b2 100644 --- a/palacios/src/palacios/vmm_emulator.c +++ b/palacios/src/palacios/vmm_emulator.c @@ -44,7 +44,7 @@ static int emulate_string_write_op(struct guest_info * info, struct x86_instr * addr_t src_addr = 0; if (dec_instr->op_type == V3_OP_MOVS) { - PrintError("MOVS emulation\n"); + // PrintError("MOVS emulation\n"); if (dec_instr->dst_operand.operand != write_gva) { PrintError("Inconsistency between Pagefault and Instruction Decode XED_ADDR=%p, PF_ADDR=%p\n",