X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fpalacios%2Fvmm_emulator.c;h=859d6b283d8bb70340618e8e69e8ab943ba31e1b;hb=9d020f5ec16f13012fb1cc72c0871c3f21d4895e;hp=9d166c42789512334913a7cef0da18e41da19384;hpb=af10c7cdec94c879b207983a60581feae911546b;p=palacios-OLD.git diff --git a/palacios/src/palacios/vmm_emulator.c b/palacios/src/palacios/vmm_emulator.c index 9d166c4..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", @@ -213,7 +213,7 @@ int v3_emulate_write_op(struct guest_info * info, addr_t write_gva, addr_t write } if (write_fn(write_gpa, (void *)dst_addr, op_len, priv_data) != op_len) { - PrintError("Did not fully read hooked data\n"); + PrintError("Did not fully write hooked data\n"); return -1; }