Re: [Qemu-devel] vmx support for qemu

2016-11-04 Thread Stefan Hajnoczi
On Wed, Oct 26, 2016 at 03:16:25PM +0300, poletaev wrote: > Hello. I am trying to make realization of vmx for qemu. > > For now it can: > > - decode vmx instructions, vmx determination and vmx MSRs reading is > supported > > - handle interrupts, exceptions, vm exits due to cr 0/4 exits, cr shado

[Qemu-devel] vmx support for qemu

2016-10-26 Thread poletaev
Hello. I am trying to make realization of vmx for qemu. For now it can: - decode vmx instructions, vmx determination and vmx MSRs reading is supported - handle interrupts, exceptions, vm exits due to cr 0/4 exits, cr shadowing is supported - run bios POST and some amount of guest code in Virtua