mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
Add vmx-* features to kvm*
Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Tim Wiederhake <twiederh@redhat.com>
This commit is contained in:
parent
4b707f8bb0
commit
1d03f78c5d
@ -23,5 +23,23 @@
|
||||
<feature name='sse'/>
|
||||
<feature name='sse2'/>
|
||||
<feature name='tsc'/>
|
||||
<feature name='vmx-activity-hlt' added='yes'/>
|
||||
<feature name='vmx-entry-ia32e-mode' added='yes'/>
|
||||
<feature name='vmx-exit-ack-intr' added='yes'/>
|
||||
<feature name='vmx-hlt-exit' added='yes'/>
|
||||
<feature name='vmx-intr-exit' added='yes'/>
|
||||
<feature name='vmx-invlpg-exit' added='yes'/>
|
||||
<feature name='vmx-io-bitmap' added='yes'/>
|
||||
<feature name='vmx-io-exit' added='yes'/>
|
||||
<feature name='vmx-monitor-exit' added='yes'/>
|
||||
<feature name='vmx-movdr-exit' added='yes'/>
|
||||
<feature name='vmx-msr-bitmap' added='yes'/>
|
||||
<feature name='vmx-mwait-exit' added='yes'/>
|
||||
<feature name='vmx-nmi-exit' added='yes'/>
|
||||
<feature name='vmx-pause-exit' added='yes'/>
|
||||
<feature name='vmx-rdpmc-exit' added='yes'/>
|
||||
<feature name='vmx-rdtsc-exit' added='yes'/>
|
||||
<feature name='vmx-tsc-offset' added='yes'/>
|
||||
<feature name='vmx-vintr-pending' added='yes'/>
|
||||
</model>
|
||||
</cpus>
|
||||
|
@ -27,5 +27,25 @@
|
||||
<feature name='sse2'/>
|
||||
<feature name='syscall'/>
|
||||
<feature name='tsc'/>
|
||||
<feature name='vmx-activity-hlt' added='yes'/>
|
||||
<feature name='vmx-cr8-load-exit' added='yes'/>
|
||||
<feature name='vmx-cr8-store-exit' added='yes'/>
|
||||
<feature name='vmx-entry-ia32e-mode' added='yes'/>
|
||||
<feature name='vmx-exit-ack-intr' added='yes'/>
|
||||
<feature name='vmx-flexpriority' added='yes'/>
|
||||
<feature name='vmx-hlt-exit' added='yes'/>
|
||||
<feature name='vmx-intr-exit' added='yes'/>
|
||||
<feature name='vmx-invlpg-exit' added='yes'/>
|
||||
<feature name='vmx-io-bitmap' added='yes'/>
|
||||
<feature name='vmx-io-exit' added='yes'/>
|
||||
<feature name='vmx-monitor-exit' added='yes'/>
|
||||
<feature name='vmx-movdr-exit' added='yes'/>
|
||||
<feature name='vmx-mwait-exit' added='yes'/>
|
||||
<feature name='vmx-nmi-exit' added='yes'/>
|
||||
<feature name='vmx-pause-exit' added='yes'/>
|
||||
<feature name='vmx-rdpmc-exit' added='yes'/>
|
||||
<feature name='vmx-rdtsc-exit' added='yes'/>
|
||||
<feature name='vmx-tsc-offset' added='yes'/>
|
||||
<feature name='vmx-vintr-pending' added='yes'/>
|
||||
</model>
|
||||
</cpus>
|
||||
|
Loading…
Reference in New Issue
Block a user