All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] kvm tools: Fix spelling mistake
@ 2011-10-13  9:32 Sasha Levin
  2011-10-13  9:32 ` [PATCH 2/7] kvm tools: Use compat message per device instead of per instance Sasha Levin
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Sasha Levin @ 2011-10-13  9:32 UTC (permalink / raw)
  To: penberg; +Cc: kvm, mingo, asias.hejun, gorcunov, Sasha Levin

Suggested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
---
 tools/kvm/guest_compat.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/kvm/guest_compat.c b/tools/kvm/guest_compat.c
index c5bacb8..fac53f5 100644
--- a/tools/kvm/guest_compat.c
+++ b/tools/kvm/guest_compat.c
@@ -91,7 +91,7 @@ int compat__print_all_messages(void)
 
 		msg = list_first_entry(&messages, struct compat_message, list);
 
-		printf("\n\n*** Compatability Warning ***\n\n\t%s\n\n%s\n",
+		printf("\n\n*** Compatibility Warning ***\n\n\t%s\n\n%s\n",
 			msg->title, msg->desc);
 
 		list_del(&msg->list);
-- 
1.7.7


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

end of thread, other threads:[~2011-10-14  6:53 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13  9:32 [PATCH 1/7] kvm tools: Fix spelling mistake Sasha Levin
2011-10-13  9:32 ` [PATCH 2/7] kvm tools: Use compat message per device instead of per instance Sasha Levin
2011-10-13  9:32 ` [PATCH 3/7] kvm tools: Improve compat message Sasha Levin
2011-10-13  9:32 ` [PATCH 4/7] kvm tools: Add basic help when starting 'kvm' without args Sasha Levin
2011-10-13  9:32 ` [PATCH 5/7] kvm tools: Add help and info messages to 'kvm setup' Sasha Levin
2011-10-13 10:00   ` Ingo Molnar
2011-10-13 10:08     ` Sasha Levin
2011-10-13 16:38     ` Pekka Enberg
2011-10-13 16:52       ` Ingo Molnar
2011-10-13 18:22         ` Pekka Enberg
2011-10-14  1:02           ` Asias He
2011-10-14  6:08             ` Ingo Molnar
2011-10-14  6:20               ` Pekka Enberg
2011-10-14  6:51                 ` Ingo Molnar
2011-10-13  9:32 ` [PATCH 6/7] kvm tools: Modify 'kvm setup' parameters Sasha Levin
2011-10-13  9:32 ` [PATCH 7/7] kvm tools: Add option to list rootfs in 'kvm list' Sasha Levin
2011-10-13 16:40   ` Pekka Enberg

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.