qemu ¤
Determine whether the target is being run under QEMU.
Functions:
-
qemu_gdbserver_version–Returns QEMU version. Works since QEMU 10.1.0
-
is_qemu– -
is_usermode– -
is_qemu_usermode–Returns
Trueif the target remote is being run under -
is_qemu_kernel– -
is_old_qemu_user– -
exec_file_supported–Returns
Trueif the remote target understands the 'qXfer:exec-file:read' packet.
qemu_gdbserver_version ¤
Returns QEMU version. Works since QEMU 10.1.0
is_qemu_usermode ¤
Returns True if the target remote is being run under QEMU usermode emulation.
exec_file_supported ¤
Returns True if the remote target understands the 'qXfer:exec-file:read' packet. A check for this feature is done in vmmap code, to warn against running legacy Qemu versions.