libvirt/docs/schemas
zhenwei pi b2757b697e qemu: support kvm-pv-ipi off
QEMU version 3.1 introduced PV_SEND_IPI CPUID feature bit under
commit 7f710c32bb8 (target-i386: adds PV_SEND_IPI CPUID feature bit).

This patch adds a new KVM feature 'pv-ipi' to disable this feature
(enabled by default). Newer CPU platform (Ex, AMD Zen2) supports
hardware accelation for IPI in guest, to use this feature to get
better performance in some scenarios. Detailed about the discussion:
  https://lkml.org/lkml/2021/10/20/423

To disable kvm-pv-ipi and have libvirt add "-cpu host,kvm-pv-ipi=off"
to the QEMU command line, the following XML code needs to be added to the
guest's domain description:

  <features>
    <kvm>
      <pv-ipi state='off'/>
    </kvm>
  </features>

Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2021-11-01 15:44:26 +01:00
..
basictypes.rng schema: Add define for object names 2021-01-08 09:18:21 +01:00
capability.rng whitespace clean-ups 2021-07-15 14:50:48 +02:00
cpu.rng
cputypes.rng schemas: Allow cache attribute for bandwidth element for HMAT 2021-07-08 16:28:30 +02:00
domain.rng
domainbackup.rng conf: add encryption engine property 2021-10-25 14:06:15 +02:00
domaincaps.rng conf: Add availability of s390-pv in domain capabilities 2021-07-21 13:30:30 +02:00
domaincheckpoint.rng
domaincommon.rng qemu: support kvm-pv-ipi off 2021-11-01 15:44:26 +01:00
domainsnapshot.rng conf: snapshot: Add support for <metadata_cache> 2021-01-08 15:27:00 +01:00
interface.rng
meson.build
network.rng
networkcommon.rng
networkport.rng
nodedev.rng Add PCI VPD Capability Support 2021-10-21 17:34:04 +01:00
nwfilter_params.rng
nwfilter.rng
nwfilterbinding.rng
secret.rng schema: secret: Relax requirements for usage name 2021-01-08 09:18:21 +01:00
storagecommon.rng conf: add luks2 encryption format 2021-10-25 14:06:15 +02:00
storagepool.rng schema: Add define for object names 2021-01-08 09:18:21 +01:00
storagepoolcaps.rng
storagevol.rng storage: add support for QCOW2 cluster_size option 2021-05-21 14:00:43 +02:00