Re: [PATCH 5/5] VMX: Test behavior on set and cleared save/load debug controls

2014-06-16 Thread Paolo Bonzini
Il 15/06/2014 16:24, Jan Kiszka ha scritto: From: Jan Kiszka jan.kis...@siemens.com This particularly checks the case when debug controls are not to be loaded/saved on host-guest transitions. We have to fake results related to IA32_DEBUGCTL as support for this MSR is missing KVM. The test

Re: [PATCH 5/5] VMX: Test behavior on set and cleared save/load debug controls

2014-06-16 Thread Jan Kiszka
On 2014-06-16 13:02, Paolo Bonzini wrote: Il 15/06/2014 16:24, Jan Kiszka ha scritto: From: Jan Kiszka jan.kis...@siemens.com This particularly checks the case when debug controls are not to be loaded/saved on host-guest transitions. We have to fake results related to IA32_DEBUGCTL as

[PATCH 5/5] VMX: Test behavior on set and cleared save/load debug controls

2014-06-15 Thread Jan Kiszka
From: Jan Kiszka jan.kis...@siemens.com This particularly checks the case when debug controls are not to be loaded/saved on host-guest transitions. We have to fake results related to IA32_DEBUGCTL as support for this MSR is missing KVM. The test already contains all bits required once KVM adds