summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10linux-user: add binfmt wrapper for argv[0] handlingAlexander Graf1-18/+18
When using qemu's linux-user binaries through binfmt, argv[0] gets lost along the execution because qemu only gets passed in the full file name to the executable while argv[0] can be something completely different. This breaks in some subtile situations, such as the grep and make test suites. This patch adds a wrapper binary called qemu-$TARGET-binfmt that can be used with binfmt's P flag which passes the full path _and_ argv[0] to the binfmt handler. The binary would be smart enough to be versatile and only exist in the system once, creating the qemu binary path names from its own argv[0]. However, this seemed like it didn't fit the make system too well, so we're currently creating a new binary for each target archictecture. CC: Reinhard Max <max@suse.de> Signed-off-by: Alexander Graf <agraf@suse.de> [AF: Rebased onto new Makefile infrastructure, twice] [AF: Updated for aarch64 for v2.0.0-rc1] [AF: Rebased onto Makefile changes for v2.1.0-rc0] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10qemu-0.9.0.cvs-binfmtUlrich Hecht1-18/+21
Fixes binfmt_misc setup script: - x86_64 is i386-compatible - m68k signature fixed - path to QEMU Signed-off-by: Ulrich Hecht <uli@suse.de> [AF: Update path for qemu-aarch64 for v2.0.0-rc1] Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-12-10Imported Upstream version 2.2.0upstream/2.2.1upstream/2.2.0Chanho Park23-116/+830
2014-09-05Imported Upstream version 2.1.0upstream/2.1.0Chanho Park28-670/+1672
2014-07-07Imported Upstream version 2.0.0upstream/2.0.0Chanho Park30-236/+2870
Change-Id: I081766c4314e7893f54fec80b920b1638d15021f
2013-11-19Import upstream 1.6.0.upstream/1.6.0Junfeng Dong23-228/+887
Change-Id: Icf52b556470cac8677297f2ef14ded16684f7887 Signed-off-by: Junfeng Dong <junfeng.dong@intel.com>
2013-01-15Imported Upstream version 1.3.0upstream/1.3.0Anas Nashif7-39/+121
2012-11-06Imported Upstream version 1.2.0upstream/1.2.0Anas Nashif38-0/+10162