/// Exit QEMU with the given exit code. This function will not return.
///
/// The exit code is written to the I/O port `0xf4`, which is monitored
/// by QEMU to exit with the given code.
!
/// Exit codes for QEMU. These codes are written to the I/O port `0xf4`
/// to signal QEMU to exit with the given code.