[PATCH v3 0/5] KVM: Improved guest debugging / debug register emulation

2008-12-15 Thread Jan Kiszka
This is the kernel part of the guest debugging / debug register emulation patch series. Changes since last round (was v1, skipped v2 to remain in sync with user space series): - Reworked patch 3 (single-stepping over STI / MOV SS on VMX) - Rebased over latest git Meanwhile basic tests on a SVM

Re: [PATCH v3 0/5] KVM: Improved guest debugging / debug register emulation

2008-12-17 Thread Avi Kivity
Jan Kiszka wrote: This is the kernel part of the guest debugging / debug register emulation patch series. Changes since last round (was v1, skipped v2 to remain in sync with user space series): - Reworked patch 3 (single-stepping over STI / MOV SS on VMX) - Rebased over latest git Meanwhile b