Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1544922
| From | David Gibson <david@gibson.dropbear.id.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 01/11] Documentation: Correct duplicate section number in kvm/api.txt |
| Date | 2016-12-20 07:00 +0100 |
| Message-ID | <sQlCW-1sf-39@gated-at.bofh.it> (permalink) |
| References | <sQlCV-1sf-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Both KVM_CREATE_SPAPR_TCE_64 and KVM_REINJECT_CONTROL have section number 4.98 in Documentation/virtual/kvm/api.txt, presumably due to a naive merge. This corrects the duplication. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> --- Documentation/virtual/kvm/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt index 03145b7..42be7b1 100644 --- a/Documentation/virtual/kvm/api.txt +++ b/Documentation/virtual/kvm/api.txt @@ -3177,7 +3177,7 @@ of IOMMU pages. The rest of functionality is identical to KVM_CREATE_SPAPR_TCE. -4.98 KVM_REINJECT_CONTROL +4.99 KVM_REINJECT_CONTROL Capability: KVM_CAP_REINJECT_CONTROL Architectures: x86 -- 2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCHv2 00/11] KVM implementation of PAPR HPT resizing extension David Gibson <david@gibson.dropbear.id.au> - 2016-12-20 07:00 +0100 [PATCHv2 01/11] Documentation: Correct duplicate section number in kvm/api.txt David Gibson <david@gibson.dropbear.id.au> - 2016-12-20 07:00 +0100 [PATCHv2 08/11] powerpc/kvm: Create kvmppc_unmap_hpte_helper() David Gibson <david@gibson.dropbear.id.au> - 2016-12-20 07:00 +0100 [PATCHv2 04/11] powerpc/kvm: Gather HPT related variables into sub-structure David Gibson <david@gibson.dropbear.id.au> - 2016-12-20 07:00 +0100 [PATCHv2 02/11] powerpc/kvm: HPT resizing documentation and reserved numbers David Gibson <david@gibson.dropbear.id.au> - 2016-12-20 07:00 +0100
csiph-web