Re: [PATCH] Fix breakpoints coming into KVM that are corrupted from qemu

2008-05-25 Thread Avi Kivity
Jerone Young wrote: Bad breakpoints are being passed down to KVM due to the fact that breakpoint structure in the kvm_debug_guest structure are not being initialized. This fixes this. This fix can also be found in the RFC patches that Jan Kiszka has sent for adding soft breakpoints. App

[PATCH] Fix breakpoints coming into KVM that are corrupted from qemu

2008-05-22 Thread Jerone Young
1 file changed, 2 insertions(+) qemu/qemu-kvm.c |2 ++ Bad breakpoints are being passed down to KVM due to the fact that breakpoint structure in the kvm_debug_guest structure are not being initialized. This fixes this. This fix can also be found in the RFC patches that Jan Kiszka has sent f