On Tue, 20 Mar 2018 13:29:24 +0800 "Qin, Chao" <chao....@linux.intel.com> wrote:
> On 3/20/2018 12:05 AM, Igor Mammedov wrote: > > On Mon, 19 Mar 2018 17:04:49 +0800 chao....@linux.intel.com wrote: > >> > > From: Qin Chao <chao....@intel.com> / something horribly wrong with mail client used for reply / >> @@ > -933,6 +944,9 @@ static int hax_set_msrs(CPUArchState *env) >> > hax_msr_entry_set(&msrs[n++], MSR_FMASK, env->fmask); >> > hax_msr_entry_set(&msrs[n++], MSR_KERNELGSBASE, >> env->kernelgsbase); > #endif + hax_msr_entry_set(&msrs[n++], >> MSR_IA32_APICBASE, \ + >> > cpu_get_apic_base(x86_env_get_cpu(env)->apic_state)); + md.nr_msr = >> > n; md.done = 0; > Does it work for you if you drop everything except of > this chunk? > Yes, it works just with this chunk. Could you send v2 dropping unnecessary chunks pls? (provided that Paolo would drop queued v1).