Configure xml hyperv section #1

Open
opened 2025-12-27 16:42:39 +01:00 by makayabou · 1 comment
Owner

In doc they say to use:

<hyperv>
  <relaxed state='on'/>
  <vapic state='on'/>
  <spinlocks state='on' retries='8191'/>
  <vpindex state='on'/>
  <synic state='on'/>
  <stimer state='on'>
    <direct state='on'/>
  </stimer>
  <reset state='on'/>
  <frequencies state='on'/>
  <reenlightenment state='on'/>
  <tlbflush state='on'/>
  <ipi state='on'/>
</hyperv>

This is coherent with what we have in default conf.

However in default conf we have also two values in this same hyperv section that don't appear here:

      <evmcs state="on"/>
      <avic state="on"/>

What to do with them?

In doc they say to use: ``` <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'> <direct state='on'/> </stimer> <reset state='on'/> <frequencies state='on'/> <reenlightenment state='on'/> <tlbflush state='on'/> <ipi state='on'/> </hyperv> ``` This is coherent with what we have in default conf. However in default conf we have also two values in this same hyperv section that don't appear here: ``` <evmcs state="on"/> <avic state="on"/> ``` What to do with them?
Author
Owner

First iteration with diango's computer: let these two values without changing them

First iteration with diango's computer: let these two values without changing them
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: makayabou/WinApps#1
No description provided.