linux-user: binfmt: support host binaries
authorAlexander Graf <agraf@suse.de>
Thu, 2 Feb 2012 17:02:33 +0000 (18:02 +0100)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 6 Sep 2016 06:55:32 +0000 (15:55 +0900)
commitb52bb5365686c78fb8c0945eddcacc0da0efdb4a
tree91cf9806e641955374a73d112077944da4d1031d
parent6d51e4f117ee530d466855546169a0212cdf8ea4
linux-user: binfmt: support host binaries

When we have a working host binary equivalent for the guest binary we're
trying to run, let's just use that instead as it will be a lot faster.

Signed-off-by: Alexander Graf <agraf@suse.de>
linux-user/binfmt.c