summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-08 19:34:53 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-08 19:36:34 +0100
commit4f671c829e33a218309f332621802d8d6f8d5040 (patch)
treef077547afc77d8b8716b5e0627befc10692ccd6a /README
parent6cf15e8841897d3190c3e730e6eeae06fe4b8b1d (diff)
downloadlibguestfs-4f671c829e33a218309f332621802d8d6f8d5040.tar.gz
libguestfs-4f671c829e33a218309f332621802d8d6f8d5040.tar.xz
libguestfs-4f671c829e33a218309f332621802d8d6f8d5040.zip
ppc64: Update README with notes about ppc64 support.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 11 insertions, 5 deletions
diff --git a/README b/README
index 69c43fe6..2b133c66 100644
--- a/README
+++ b/README
@@ -293,10 +293,10 @@ In theory libguestfs should work on non-x86 architectures. Usually if
it doesn't it's because qemu isn't available or cannot boot the
kernel.
-Nevertheless we've had some success on arm. For arm you will need to
-specify the exact machine type and CPU variant that is required to
-boot the Linux kernel (there's no way to know this except by looking
-at how the Linux kernel was configured). For example:
+For ARM you will need to specify the exact machine type and CPU
+variant that is required to boot the Linux kernel (there's no way to
+know this except by looking at how the Linux kernel was configured).
+For example:
./configure \
--with-qemu="qemu-system-arm" \
@@ -309,8 +309,14 @@ Note that since virtio is required by libguestfs, and virtio is a
PCI-based architecture, whatever architecture qemu emulates must
support PCI also.
+For PPC64 you will need to specify the IBM pSeries machine type:
+
+ ./configure \
+ --with-qemu="qemu-system-ppc64" \
+ --with-qemu-options="-M pseries"
+
After building libguestfs, run 'make quickcheck' and pay close
-attention to the qemu command line.
+attention to the qemu command line and kernel output.
Copyright and license information