qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

QEMU user mode execve


From: Mauricio Galindo
Subject: QEMU user mode execve
Date: Thu, 3 Oct 2019 09:12:46 -0700

Hi,

I'm running QEMU in user mode and I'm running into issues when trying to exec binaries within the emulated process given that binaries are expected to run in the native architecture. Would it be useful to have an option to rewrite execve(/bin/some_binary, ...) to execve(qemu-$arch-static, [/bin/some_binary, ...], ...)?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]