Snuck in during debugging.
Signed-off-by: Avi Kivity <[email protected]>
---
qemu-kvm.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/qemu-kvm.c b/qemu-kvm.c
index d554749..7349c8d 100644
--- a/qemu-kvm.c
+++ b/qemu-kvm.c
@@ -965,7 +965,6 @@ int kvm_run(kvm_vcpu_context_t vcpu, void *env)
#endif
if (_env->kvm_cpu_state.regs_modified) {
- printf("%s: cpu %d mp_state %d\n", __func__, _env->cpu_index,
_env->mp_state);
kvm_arch_put_registers(_env);
_env->kvm_cpu_state.regs_modified = 0;
}
--
1.6.4.1
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html