From owner-freebsd-emulation@freebsd.org Tue Dec 29 20:01:38 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 3D5F4A55D8F for ; Tue, 29 Dec 2015 20:01:38 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [176.36.249.139]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCEC01FE1 for ; Tue, 29 Dec 2015 20:01:37 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id tBTK0G7u032342 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Tue, 29 Dec 2015 22:00:16 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua tBTK0G7u032342 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id tBTK0Gxn032338; Tue, 29 Dec 2015 22:00:16 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 29 Dec 2015 22:00:16 +0200 From: Konstantin Belousov To: Johannes Totz Cc: freebsd-emulation@freebsd.org Subject: Re: qemu-user-static troubles Message-ID: <20151229200016.GZ3625@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home 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 20:01:38 -0000 On Tue, Dec 29, 2015 at 06:32:59PM +0000, Johannes Totz wrote: > 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) Disassemble and see what instruction faulted. > > 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. AMD and Intel CPUs support the same ISA, cross-compilation between them does not make much sense. > > 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 > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org"