@@ -855,7 +855,7 @@ in-kernel irqchip (GIC), and for in-kernel irqchip can tell the GIC to
855
855
use PPIs designated for specific cpus. The irq field is interpreted
856
856
like this::
857
857
858
- bits: | 31 ... 28 | 27 ... 24 | 23 ... 16 | 15 ... 0 |
858
+ bits: | 31 ... 28 | 27 ... 24 | 23 ... 16 | 15 ... 0 |
859
859
field: | vcpu2_index | irq_type | vcpu_index | irq_id |
860
860
861
861
The irq_type field has the following values:
@@ -2149,10 +2149,10 @@ prior to calling the KVM_RUN ioctl.
2149
2149
Errors:
2150
2150
2151
2151
====== ============================================================
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
2154
2154
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
2156
2156
====== ============================================================
2157
2157
2158
2158
(These error codes are indicative only: do not rely on a specific error
@@ -2590,10 +2590,10 @@ following id bit patterns::
2590
2590
Errors include:
2591
2591
2592
2592
======== ============================================================
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
2595
2595
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
2597
2597
======== ============================================================
2598
2598
2599
2599
(These error codes are indicative only: do not rely on a specific error
@@ -3112,13 +3112,13 @@ current state. "addr" is ignored.
3112
3112
Errors:
3113
3113
3114
3114
====== =================================================================
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.
3117
3117
====== =================================================================
3118
3118
3119
3119
This 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
3122
3122
return ENOEXEC for that vcpu.
3123
3123
3124
3124
The initial values are defined as:
@@ -3239,8 +3239,8 @@ VCPU matching underlying host.
3239
3239
Errors:
3240
3240
3241
3241
===== ==============================================================
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).
3244
3244
===== ==============================================================
3245
3245
3246
3246
::
@@ -3288,7 +3288,7 @@ specific device.
3288
3288
ARM/arm64 divides the id field into two parts, a device id and an
3289
3289
address type id specific to the individual device::
3290
3290
3291
- bits: | 63 ... 32 | 31 ... 16 | 15 ... 0 |
3291
+ bits: | 63 ... 32 | 31 ... 16 | 15 ... 0 |
3292
3292
field: | 0x00000000 | device id | addr type id |
3293
3293
3294
3294
ARM/arm64 currently only require this when using the in-kernel GIC
0 commit comments