[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Fwd: CPUID DomU configuration not working
Sorry, forgot to CC the list...
---------- Forwarded message ---------- From: Fanny Dwargee <fdwargee6@xxxxxxxxx> Date: 2016-03-28 10:07 GMT+02:00 Subject: Re: [Xen-users] CPUID DomU configuration not working To: Roger Pau Monné <roger.pau@xxxxxxxxxx> Hi Roger, many thanks in advance, you're right, it was my fault, I was referring to the hypervisor bit (bit 31 returned on ECX) not the VMX bit. Now it's working just zeroing that bit: cpuid = [ '0x1:ecx=0xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' ] Now I'm facing another issue, I'm trying to changing the returned hypervisor vendor string, the CPUID instruction with EAX=0x40000000 returns the mentioned string on the EBX-ECX-EDX registers. Currently Xen returns the string "XenVMMXenVMM" but unfortunately playing with the cpuid configuration setting doesn't change it in any way, in fact, taking a look to the Xen sources the string is harcoded in many places so I'm afraid I can't change it. I'm using the cpuid setting on the configuration file this way: cpuid = [ '0x40000000:eax=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,ebx=01010100010100110101010101001010,ecx=00000000000000000000000001010100,edx=01010011010001010101010001000001' ]Any idea? 2016-03-23 12:22 GMT+01:00 Roger Pau Monné <roger.pau@xxxxxxxxxx>:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |