2013-10-31 10:54:50

by Ramkumar Ramachandra

[permalink] [raw]
Subject: [PATCH 0/3] Small patches around kvm doc

Hi,

I was going through the kvm documentation when I noticed the following
minor nits.

Thanks.

Ramkumar Ramachandra (3):
MAINTAINERS: fix broken link to http://www.linux-kvm.org
Documentation/kvm: patches should be against linux.git
Documentation/kvm: add a 00-INDEX file

Documentation/virtual/kvm/00-INDEX | 24 ++++++++++++++++++++++++
Documentation/virtual/kvm/review-checklist.txt | 2 +-
MAINTAINERS | 2 +-
3 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 Documentation/virtual/kvm/00-INDEX

--
1.8.5.rc0


2013-10-31 10:54:52

by Ramkumar Ramachandra

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org

Cc: Gleb Natapov <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Signed-off-by: Ramkumar Ramachandra <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3438384..1dd73f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4835,7 +4835,7 @@ KERNEL VIRTUAL MACHINE (KVM)
M: Gleb Natapov <[email protected]>
M: Paolo Bonzini <[email protected]>
L: [email protected]
-W: http://linux-kvm.org
+W: http://www.linux-kvm.org
S: Supported
F: Documentation/*/kvm*.txt
F: Documentation/virtual/kvm/
--
1.8.5.rc0

2013-10-31 10:55:04

by Ramkumar Ramachandra

[permalink] [raw]
Subject: [PATCH 3/3] Documentation/kvm: add a 00-INDEX file

Cc: Gleb Natapov <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Signed-off-by: Ramkumar Ramachandra <[email protected]>
---
Documentation/virtual/kvm/00-INDEX | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 Documentation/virtual/kvm/00-INDEX

diff --git a/Documentation/virtual/kvm/00-INDEX b/Documentation/virtual/kvm/00-INDEX
new file mode 100644
index 0000000..1d339cd
--- /dev/null
+++ b/Documentation/virtual/kvm/00-INDEX
@@ -0,0 +1,24 @@
+00-INDEX
+ - this file.
+api.txt
+ - the definitive KVM API documentation.
+cpuid.txt
+ - notes on KVM cpuid functions.
+devices/
+ - directory with info on device bindings for KVM_CAP_DEVICE_CTRL.
+hypercalls.txt
+ - info on the KVM hypercalls.
+locking.txt
+ - notes on KVM locks.
+mmu.txt
+ - the x86 kvm shadow mmu.
+msr.txt
+ - list of custom MSRs in KVM.
+nested-vmx.txt
+ - notes on a feature enabling nested VMX guests.
+ppc-pv.txt
+ - the paravirtualization interface on PowerPC.
+review-checklist.txt
+ - review checklist for KVM patches.
+timekeeping.txt
+ - info on timekeeping virtualization for x86-based architectures.
--
1.8.5.rc0

2013-10-31 10:54:55

by Ramkumar Ramachandra

[permalink] [raw]
Subject: [PATCH 2/3] Documentation/kvm: patches should be against linux.git

The document hasn't been updated since cf3e3d3 (KVM: Document KVM
specific review items, 2010-06-24); kvm does not have a separate
repository anymore.

Cc: Avi Kivity <[email protected]>
Cc: Gleb Natapov <[email protected]>
Cc: Paolo Bonzini <[email protected]>
Signed-off-by: Ramkumar Ramachandra <[email protected]>
---
Documentation/virtual/kvm/review-checklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/virtual/kvm/review-checklist.txt b/Documentation/virtual/kvm/review-checklist.txt
index a850986..8385c4d 100644
--- a/Documentation/virtual/kvm/review-checklist.txt
+++ b/Documentation/virtual/kvm/review-checklist.txt
@@ -4,7 +4,7 @@ Review checklist for kvm patches
1. The patch must follow Documentation/CodingStyle and
Documentation/SubmittingPatches.

-2. Patches should be against kvm.git master branch.
+2. Patches should be against linux.git master branch.

3. If the patch introduces or modifies a new userspace API:
- the API must be documented in Documentation/virtual/kvm/api.txt
--
1.8.5.rc0

2013-10-31 10:59:33

by Paolo Bonzini

[permalink] [raw]
Subject: Re: [PATCH 2/3] Documentation/kvm: patches should be against linux.git

Il 31/10/2013 11:46, Ramkumar Ramachandra ha scritto:
> The document hasn't been updated since cf3e3d3 (KVM: Document KVM
> specific review items, 2010-06-24); kvm does not have a separate
> repository anymore.

Maintainer have their repository at
git://git.kernel.org/pub/scm/virt/kvm/kvm.git. The right fix is to add
that tree to MAINTAINERS.

Paolo

> Cc: Avi Kivity <[email protected]>
> Cc: Gleb Natapov <[email protected]>
> Cc: Paolo Bonzini <[email protected]>
> Signed-off-by: Ramkumar Ramachandra <[email protected]>
> ---
> Documentation/virtual/kvm/review-checklist.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/virtual/kvm/review-checklist.txt b/Documentation/virtual/kvm/review-checklist.txt
> index a850986..8385c4d 100644
> --- a/Documentation/virtual/kvm/review-checklist.txt
> +++ b/Documentation/virtual/kvm/review-checklist.txt
> @@ -4,7 +4,7 @@ Review checklist for kvm patches
> 1. The patch must follow Documentation/CodingStyle and
> Documentation/SubmittingPatches.
>
> -2. Patches should be against kvm.git master branch.
> +2. Patches should be against linux.git master branch.
>
> 3. If the patch introduces or modifies a new userspace API:
> - the API must be documented in Documentation/virtual/kvm/api.txt
>