From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yang Hongyang Subject: [PATCH 2/4] remus: move remus README to docs directory Date: Wed, 25 Jun 2014 15:00:08 +0800 Message-ID: <1403679610-26695-2-git-send-email-yanghy@cn.fujitsu.com> References: <1403679610-26695-1-git-send-email-yanghy@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1403679610-26695-1-git-send-email-yanghy@cn.fujitsu.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: rshriram@cs.ubc.ca, Yang Hongyang , ian.jackson@eu.citrix.com List-Id: xen-devel@lists.xenproject.org We do not need a separate directory to store remus README, just move it to docs/ directory. Signed-off-by: Yang Hongyang --- docs/README.remus | 4 ++++ tools/remus/README | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docs/README.remus delete mode 100644 tools/remus/README diff --git a/docs/README.remus b/docs/README.remus new file mode 100644 index 0000000..9e8140b --- /dev/null +++ b/docs/README.remus @@ -0,0 +1,4 @@ +Remus provides fault tolerance for virtual machines by sending continuous +checkpoints to a backup, which will activate if the target VM fails. + +See the website at http://nss.cs.ubc.ca/remus/ for details. diff --git a/tools/remus/README b/tools/remus/README deleted file mode 100644 index 9e8140b..0000000 --- a/tools/remus/README +++ /dev/null @@ -1,4 +0,0 @@ -Remus provides fault tolerance for virtual machines by sending continuous -checkpoints to a backup, which will activate if the target VM fails. - -See the website at http://nss.cs.ubc.ca/remus/ for details. -- 1.9.1