From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlJf-00072T-Ni for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:43:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNlJa-0003LN-Ca for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:43:35 -0400 Received: from mail-la0-f50.google.com ([209.85.215.50]:41838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlJa-0003L3-6X for qemu-devel@nongnu.org; Wed, 12 Mar 2014 11:43:30 -0400 Received: by mail-la0-f50.google.com with SMTP id y1so6760854lam.37 for ; Wed, 12 Mar 2014 08:43:29 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Peter Maydell Date: Wed, 12 Mar 2014 15:43:09 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] Raspbian in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Hanzel Cc: QEMU Developers On 12 March 2014 09:55, Peter Hanzel wrote: > Hello. > > I have successfully started Raspbian for Raspberry PI in QEMU. > I am just curious why you must disable ld.so.preload to libcofi_rpi.so > > This is optimized library for memset, memcpy: > https://github.com/simonjhall/copies-and-fills. > > Use this library some unsupported ARM instruction? It uses SETEND to switch from little-endian to big-endian mode; QEMU doesn't implement that. thanks -- PMM