All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Small patches around kvm doc
@ 2013-10-31 10:46 Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org Ramkumar Ramachandra
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-10-31 10:46 UTC (permalink / raw)
  To: LKML; +Cc: Gleb Natapov, Paolo Bonzini

Hi,

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

Thanks.

Ramkumar Ramachandra (3):
  MAINTAINERS: fix broken link to 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org
  2013-10-31 10:46 [PATCH 0/3] Small patches around kvm doc Ramkumar Ramachandra
@ 2013-10-31 10:46 ` Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 2/3] Documentation/kvm: patches should be against linux.git Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 3/3] Documentation/kvm: add a 00-INDEX file Ramkumar Ramachandra
  2 siblings, 0 replies; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-10-31 10:46 UTC (permalink / raw)
  To: LKML; +Cc: Gleb Natapov, Paolo Bonzini

Cc: Gleb Natapov <gleb@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 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 <gleb@redhat.com>
 M:	Paolo Bonzini <pbonzini@redhat.com>
 L:	kvm@vger.kernel.org
-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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/3] Documentation/kvm: patches should be against linux.git
  2013-10-31 10:46 [PATCH 0/3] Small patches around kvm doc Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org Ramkumar Ramachandra
@ 2013-10-31 10:46 ` Ramkumar Ramachandra
  2013-10-31 10:59   ` Paolo Bonzini
  2013-10-31 10:46 ` [PATCH 3/3] Documentation/kvm: add a 00-INDEX file Ramkumar Ramachandra
  2 siblings, 1 reply; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-10-31 10:46 UTC (permalink / raw)
  To: LKML; +Cc: Gleb Natapov, Paolo Bonzini, Avi Kivity

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 <avi@redhat.com>
Cc: Gleb Natapov <gleb@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 3/3] Documentation/kvm: add a 00-INDEX file
  2013-10-31 10:46 [PATCH 0/3] Small patches around kvm doc Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org Ramkumar Ramachandra
  2013-10-31 10:46 ` [PATCH 2/3] Documentation/kvm: patches should be against linux.git Ramkumar Ramachandra
@ 2013-10-31 10:46 ` Ramkumar Ramachandra
  2 siblings, 0 replies; 5+ messages in thread
From: Ramkumar Ramachandra @ 2013-10-31 10:46 UTC (permalink / raw)
  To: LKML; +Cc: Gleb Natapov, Paolo Bonzini

Cc: Gleb Natapov <gleb@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH 2/3] Documentation/kvm: patches should be against linux.git
  2013-10-31 10:46 ` [PATCH 2/3] Documentation/kvm: patches should be against linux.git Ramkumar Ramachandra
@ 2013-10-31 10:59   ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2013-10-31 10:59 UTC (permalink / raw)
  To: Ramkumar Ramachandra; +Cc: LKML, Gleb Natapov, kvm@vger.kernel.org

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 <avi@redhat.com>
> Cc: Gleb Natapov <gleb@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
> ---
>  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
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-10-31 10:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31 10:46 [PATCH 0/3] Small patches around kvm doc Ramkumar Ramachandra
2013-10-31 10:46 ` [PATCH 1/3] MAINTAINERS: fix broken link to www.linux-kvm.org Ramkumar Ramachandra
2013-10-31 10:46 ` [PATCH 2/3] Documentation/kvm: patches should be against linux.git Ramkumar Ramachandra
2013-10-31 10:59   ` Paolo Bonzini
2013-10-31 10:46 ` [PATCH 3/3] Documentation/kvm: add a 00-INDEX file Ramkumar Ramachandra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.