public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kvm-userspace: add ibm archs to unifdef header
@ 2008-11-03 17:15 Ehrhardt Christian
  2008-11-04 10:13 ` Avi Kivity
  2008-11-04 11:53 ` Christian Borntraeger
  0 siblings, 2 replies; 4+ messages in thread
From: Ehrhardt Christian @ 2008-11-03 17:15 UTC (permalink / raw)
  To: kvm-ppc, kvm, avi; +Cc: ehrhardt, hollisb, borntraeger, cotte

This adds powerpc to the unifdef header avi introduced.
I think s390 should work the same way and is needed as they have libkvm already.
Christian/Carsten could you ack that after a quick test if it is working?

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
---

[diffstat]
 unifdef.h |   12 ++++++++++++
 1 file changed, 12 insertions(+)

[diff]

diff --git a/kernel/unifdef.h b/kernel/unifdef.h
--- a/kernel/unifdef.h
+++ b/kernel/unifdef.h
@@ -25,4 +25,16 @@
 #endif
 #endif
 
+#ifdef __PPC__
+#ifndef CONFIG_PPC
+#define CONFIG_PPC 1
 #endif
+#endif
+
+#ifdef __s390__
+#ifndef CONFIG_S390
+#define CONFIG_S390 1
+#endif
+#endif
+
+#endif

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

end of thread, other threads:[~2008-11-04 13:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 17:15 [PATCH] kvm-userspace: add ibm archs to unifdef header Ehrhardt Christian
2008-11-04 10:13 ` Avi Kivity
2008-11-04 11:53 ` Christian Borntraeger
     [not found]   ` <200811041253.04465.borntraeger-tA70FqPdS9bQT0dZR+AlfA@public.gmane.org>
2008-11-04 13:10     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox