From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14745 invoked by alias); 10 Nov 2016 09:39:12 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 14730 invoked by uid 89); 10 Nov 2016 09:39:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*Ad:U*rth X-HELO: mail-wm0-f49.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:to:references:cc:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=qob/Cm35I3/klFPjSfIPe1/g/tafRv+WsxZ5K1a/U8o=; b=B1I9NYK+TUR3BtQZuZR3X61Ls/24GSDkGX4XOFUTPBcC47grDpSOv91csQwG+Afjsp IStHdE5eTsqq1xFb9J+aYgpqJ+YMoKbHERGazsT3twF6io+TniljQJR8TMexwhpde3Oy Ce14UC9ebiXBIyd63ImkAfrqpgOj9I81CI7F5EgvjMJEmYJNTBnEKJ4FqZaDlOJnWsgn Vl6+6/l5r70tbvA8m4l7VtGLP2/ehxwMLylvywFChxoiMP5xTdc7eAnWOBYEwU26W0Dx 8fjDaOpBHh4ppxKfwzNNo/iwYlWVMYHeAqaiiqzp/0ckr2cGmnDcGg9oDrBPr5QMUMi7 hCWA== X-Gm-Message-State: ABUngvcr/12Vbs2RV00C6glhce/8KUb2zCGw+ckxXHd6NZlm/E/FwOSiLQVNgAklP1+uIw== X-Received: by 10.194.142.243 with SMTP id rz19mr3372227wjb.132.1478770738286; Thu, 10 Nov 2016 01:38:58 -0800 (PST) Subject: Re: Aw: hppa qemu and string functions To: Helge Deller References: <21645bc2-f005-5e60-d26a-41af60e3c035@twiddle.net> Cc: linux-parisc@vger.kernel.org, GNU C Library From: Richard Henderson Message-ID: <8367e614-68db-c3a2-bb32-c314c42a7b58@twiddle.net> Date: Thu, 10 Nov 2016 09:39:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00389.txt.bz2 On 11/09/2016 03:51 PM, Helge Deller wrote: > Hi Richard, > >> Off and on, I've been working on a user-only target of hppa to qemu. It's now >> about 95% working. If anyone would like to try it out, it's available at >> git://github.com/rth7680/qemu.git tgt-hppa > > COOL! > I'm happy to test, but can you shortly describe the required steps how I can build & test it? Check out the indicated branch, configure --target-list=hppa-linux-user, make, install. qemu-hppa will be the user-mode emulator. > > With "user-only target of hppa" I assume this means that I can run hppa binaries > on e.g. x86-64, similiar to what is described here: https://wiki.debian.org/QemuUserEmulation ? Yes, exactly. r~