Re: [PATCH 3/4] kvm, emulator: Rename VendorSpecific flag

2013-06-26 Thread Borislav Petkov
On Tue, Jun 25, 2013 at 02:10:20PM +0300, Gleb Natapov wrote: - if (!(ctxt-d VendorSpecific) ctxt-only_vendor_specific_insn) + if (!(ctxt-d EmulateOnUD) ctxt-only_vendor_specific_insn) Lets rename only_vendor_specific_insn to something like -ud too. So this thing is set only when

Re: [PATCH 3/4] kvm, emulator: Rename VendorSpecific flag

2013-06-26 Thread Gleb Natapov
On Wed, Jun 26, 2013 at 04:11:59PM +0200, Borislav Petkov wrote: On Tue, Jun 25, 2013 at 02:10:20PM +0300, Gleb Natapov wrote: - if (!(ctxt-d VendorSpecific) ctxt-only_vendor_specific_insn) + if (!(ctxt-d EmulateOnUD) ctxt-only_vendor_specific_insn) Lets rename

Re: [PATCH 3/4] kvm, emulator: Rename VendorSpecific flag

2013-06-25 Thread Gleb Natapov
On Thu, Jun 20, 2013 at 11:30:45AM +0200, Borislav Petkov wrote: From: Borislav Petkov b...@suse.de Call it EmulateOnUD which is exactly what we're trying to do with vendor-specific instructions. Signed-off-by: Borislav Petkov b...@suse.de --- arch/x86/kvm/emulate.c | 14 +++---