Displaying 3 results from an estimated 3 matches for "hyperv_runtim".
Did you mean:
hyperv_runtime
2020 Jun 28
0
Optimizing Windows virtual machines
..._managing_virtualization/index#enabling-hyper-v-enlightenments_optimizing-windows-virtual-machines-on-rhel-8
And when I'm trying to pass the command
sudo virt-xml Windows10 --edit --features
hyperv_relaxed=on,hyperv_vapic=on,hyperv_spinlocks=on,hyperv_spinlocks_
retries=8191,hyperv_vpindex=on,hyperv_runtime=on,hyperv_synic=on,hyperv
_stimer=on,hyperv_frequencies=on
I get the following error.
ERROR Unknown --features options: ['hyperv_vpindex',
'hyperv_runtime', 'hyperv_stimer', 'hyperv_frequencies']
I can manually add the options on the xml file but i was wonderi...
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V
2015 Oct 26
9
[PATCH 0/7] Hyper-V Synthetic interrupt controller
Hyper-V SynIC (synthetic interrupt controller) device
implementation.
The implementation contains:
* msr's support
* irq routing setup
* irq injection
* irq ack callback registration
* event/message pages changes tracking at Hyper-V exit
* Hyper-V test device to test SynIC by kvm-unit-tests
Andrey Smetanin (7):
standard-headers/x86: add Hyper-V SynIC constants
target-i386/kvm: Hyper-V