@@ -855,7 +855,7 @@ in-kernel irqchip (GIC), and for in-kernel irqchip can tell the GIC to
855855use PPIs designated for specific cpus. The irq field is interpreted
856856like this::
857857
858- bits: | 31 ... 28 | 27 ... 24 | 23 ... 16 | 15 ... 0 |
858+ bits: | 31 ... 28 | 27 ... 24 | 23 ... 16 | 15 ... 0 |
859859 field: | vcpu2_index | irq_type | vcpu_index | irq_id |
860860
861861The irq_type field has the following values:
@@ -2149,10 +2149,10 @@ prior to calling the KVM_RUN ioctl.
21492149Errors:
21502150
21512151 ====== ============================================================
2152- ENOENT no such register
2153- EINVAL invalid register ID, or no such register or used with VMs in
2152+ ENOENT no such register
2153+ EINVAL invalid register ID, or no such register or used with VMs in
21542154 protected virtualization mode on s390
2155- EPERM (arm64) register access not allowed before vcpu finalization
2155+ EPERM (arm64) register access not allowed before vcpu finalization
21562156 ====== ============================================================
21572157
21582158(These error codes are indicative only: do not rely on a specific error
@@ -2590,10 +2590,10 @@ following id bit patterns::
25902590Errors include:
25912591
25922592 ======== ============================================================
2593- ENOENT no such register
2594- EINVAL invalid register ID, or no such register or used with VMs in
2593+ ENOENT no such register
2594+ EINVAL invalid register ID, or no such register or used with VMs in
25952595 protected virtualization mode on s390
2596- EPERM (arm64) register access not allowed before vcpu finalization
2596+ EPERM (arm64) register access not allowed before vcpu finalization
25972597 ======== ============================================================
25982598
25992599(These error codes are indicative only: do not rely on a specific error
@@ -3112,13 +3112,13 @@ current state. "addr" is ignored.
31123112Errors:
31133113
31143114 ====== =================================================================
3115- EINVAL the target is unknown, or the combination of features is invalid.
3116- ENOENT a features bit specified is unknown.
3115+ EINVAL the target is unknown, or the combination of features is invalid.
3116+ ENOENT a features bit specified is unknown.
31173117 ====== =================================================================
31183118
31193119This tells KVM what type of CPU to present to the guest, and what
3120- optional features it should have. This will cause a reset of the cpu
3121- registers to their initial values. If this is not called, KVM_RUN will
3120+ optional features it should have. This will cause a reset of the cpu
3121+ registers to their initial values. If this is not called, KVM_RUN will
31223122return ENOEXEC for that vcpu.
31233123
31243124The initial values are defined as:
@@ -3239,8 +3239,8 @@ VCPU matching underlying host.
32393239Errors:
32403240
32413241 ===== ==============================================================
3242- E2BIG the reg index list is too big to fit in the array specified by
3243- the user (the number required will be written into n).
3242+ E2BIG the reg index list is too big to fit in the array specified by
3243+ the user (the number required will be written into n).
32443244 ===== ==============================================================
32453245
32463246::
@@ -3288,7 +3288,7 @@ specific device.
32883288ARM/arm64 divides the id field into two parts, a device id and an
32893289address type id specific to the individual device::
32903290
3291- bits: | 63 ... 32 | 31 ... 16 | 15 ... 0 |
3291+ bits: | 63 ... 32 | 31 ... 16 | 15 ... 0 |
32923292 field: | 0x00000000 | device id | addr type id |
32933293
32943294ARM/arm64 currently only require this when using the in-kernel GIC
@@ -7049,7 +7049,7 @@ In combination with KVM_CAP_X86_USER_SPACE_MSR, this allows user space to
70497049trap and emulate MSRs that are outside of the scope of KVM as well as
70507050limit the attack surface on KVM's MSR emulation code.
70517051
7052- 8.28 KVM_CAP_ENFORCE_PV_CPUID
7052+ 8.28 KVM_CAP_ENFORCE_PV_FEATURE_CPUID
70537053-----------------------------
70547054
70557055Architectures: x86
0 commit comments