[Kimchi-devel] [PATCH v2 1/3] Add hypervisor information on README.md.

Leonardo Garcia lagarcia at linux.vnet.ibm.com
Thu Feb 13 02:21:31 UTC 2014


From: Leonardo Garcia <lagarcia at br.ibm.com>

No information was available about how kimchi is run and which are the
supported hypervisors.

Signed-off-by: Leonardo Garcia <lagarcia at br.ibm.com>
---
 docs/README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/docs/README.md b/docs/README.md
index 9c7c188..13d1b28 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -4,6 +4,10 @@ Kimchi Project
 Kimchi is an HTML5 based management tool for KVM.  It is designed to make it
 as easy as possible to get started with KVM and create your first guest.
 
+Kimchi runs as a daemon on the hypervisor host. It manages KVM guests through
+libvirt. The management interface is accessed over the web using a browser that
+supports HTML5.
+
 Browser Support
 ===============
 Desktop Browser Support:
@@ -24,6 +28,15 @@ that preceded it. For example, if the current version of a browser is 24.x, we s
 23.x versions.This does not mean that kimchi cannot be used in other browsers, however, functionality
 and appearance may be diminished and we may not be able to provide support for any problems you find.
 
+Hypervisor Distro Support
+=========================
+
+Kimchi daemon might run on any GNU/Linux distribution that meets the conditions
+described on the 'Getting Started' section below.
+
+The Kimchi community makes an effort to test with the latest versions of Fedora,
+RHEL, OpenSuSe, and Ubuntu.
+
 Getting Started
 ===============
 
-- 
1.8.5.3




More information about the Kimchi-devel mailing list