From owner-freebsd-emulation@freebsd.org Tue Dec 29 19:10:18 2015 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E122A55CEA for ; Tue, 29 Dec 2015 19:10:18 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0305C12F1 for ; Tue, 29 Dec 2015 19:10:17 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aDzQF-0002Ya-Vn for freebsd-emulation@freebsd.org; Tue, 29 Dec 2015 19:55:04 +0100 Received: from 90.217.6.235 ([90.217.6.235]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Dec 2015 19:55:03 +0100 Received: from johannes by 90.217.6.235 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Dec 2015 19:55:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Johannes Totz Subject: qemu-user-static troubles Date: Tue, 29 Dec 2015 18:32:59 +0000 Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 90.217.6.235 X-Mozilla-News-Host: news://news.gmane.org:119 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 19:10:18 -0000 Hi there, I'm having some trouble with qemu-user-static, specifically qemu-x86_64-static. It's dying immediately no matter what parameters and executable I give it. For example: # /usr/local/bin/qemu-x86_64-static /rescue/test Illegal instruction (core dumped) I'm running this on 10-stable r290867, trying to use it for cross-compiling ports from an AMD box to Intel. Makes no difference what I choose for -cpu. Is there some magic knob that needs twiddling? Also, I saw a note in the github repo about no floating point support in TCG. Any ideas? Regards, Johannes