Re: kvmtrace and debugging kvm

2010-04-14 Thread Jan Kiszka
Manish Regmi wrote: hi, I am trying to use kvmtrace but it looks like its no longer used. in Right, kernel support was removed a few releases ago. I think it's time to drop that tool from the qemu-kvm package. kvm_main.c it is returning -EOPNOTSUP. kvmtrace -V -D test -o mykvmtest does

kvmtrace and debugging kvm

2010-04-13 Thread Manish Regmi
hi, I am trying to use kvmtrace but it looks like its no longer used. in kvm_main.c it is returning -EOPNOTSUP. kvmtrace -V -D test -o mykvmtest does not seem to do anything. is it no longer used? is there any better way of debugging kvm? Thank you.