09.09.2014 16:14, Luca Falavigna wrote: > Package: qemu-user-static > Version: 2.1+dfsg-4 > Tags: patch > > > Please consider adding support for ppc64el target in qemu-debootstrap. > The attached patch enables this feature:
Thank you for the patch. > index 33e2e10..1c5124d 100755 > --- a/debian/qemu-debootstrap > +++ b/debian/qemu-debootstrap > @@ -149,6 +149,9 @@ case "$deb_arch" in > powerpc|powerpcspe) > qemu_arch="ppc" > ;; > + ppc64el) > + qemu_arch="ppc64le" > + ;; Do you know whenever ppc64el can be run on any of ppc64*|powerpc* architectures natively? See a few lines below this line, where there's a list of arch pairs and "disabling kvm" message is printed -- should some pair(s) be added there too? Thanks, /mjt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org