Message ID | 4f3cb004a5597926ccf930e123cb063cd99f1cea.1563277838.git.mchehab+samsung@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | pending doc patches for 5.3-rc | expand |
On 16/07/19 14:10, Mauro Carvalho Chehab wrote: > As files are getting converted to ReST, add them to the > documentation body. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> > --- > Documentation/index.rst | 1 + > Documentation/virtual/kvm/index.rst | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Documentation/index.rst b/Documentation/index.rst > index 68ae2a4d689d..2df5a3da563c 100644 > --- a/Documentation/index.rst > +++ b/Documentation/index.rst > @@ -115,6 +115,7 @@ needed). > target/index > timers/index > watchdog/index > + virtual/index > input/index > hwmon/index > gpu/index > diff --git a/Documentation/virtual/kvm/index.rst b/Documentation/virtual/kvm/index.rst > index 0b206a06f5be..ada224a511fe 100644 > --- a/Documentation/virtual/kvm/index.rst > +++ b/Documentation/virtual/kvm/index.rst > @@ -9,3 +9,4 @@ KVM > > amd-memory-encryption > cpuid > + vcpu-requests > Acked-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/Documentation/index.rst b/Documentation/index.rst index 68ae2a4d689d..2df5a3da563c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -115,6 +115,7 @@ needed). target/index timers/index watchdog/index + virtual/index input/index hwmon/index gpu/index diff --git a/Documentation/virtual/kvm/index.rst b/Documentation/virtual/kvm/index.rst index 0b206a06f5be..ada224a511fe 100644 --- a/Documentation/virtual/kvm/index.rst +++ b/Documentation/virtual/kvm/index.rst @@ -9,3 +9,4 @@ KVM amd-memory-encryption cpuid + vcpu-requests
As files are getting converted to ReST, add them to the documentation body. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> --- Documentation/index.rst | 1 + Documentation/virtual/kvm/index.rst | 1 + 2 files changed, 2 insertions(+)