| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
* [ARM64_DYNAREC] Added DYNAREC_PAUSE option for hint instructions
* Use sevl for wfe
* Add docs
* Fix typo
* use switch case
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [CI] Enable Box32 tests on LA64
* upgrade QEMU
* [COSIM] Removed thread-safe tests
* Use regular cosim in CI
* [CI] Simplified "Test Box64"
* exclude certain tests when testing with cosim
* review
* box64.pod too
|
| |
|
|
|
| |
* [X64LIBS] Changed x86/x64 libs install directory to prevent conflicts
* Update pressure_vessel
|
| |
|
|
|
|
|
|
|
|
|
| |
* [Typo] fix some typo in docs and dynarec/rv64
* [Typo] fix some typo in docs and dynarec/rv64
* [Typo] fix some typo in dynarec/rv64
* [Typo] fix some typo in dynarec/rv64
* [Typo] fix some typo in docs
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* [COSIM] Added thread-safe tests
* Added more notest
* Run cosim in CI
* Disable tests for RISC-V for now
* Simplify
* Initialize notest
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When set, box64 will only print its version and then exit. This option
is analogous to QEMU_VERSION used by binfmt_misc emulation of qemu-user.
Its purpose is the same: provide a way to soft-disable binfmt_misc
emulation as well as for identifying box64 as the registered binfmt_misc
emulator.
This commit enables adding support for box64 to the arch-test utility.
With this change, arch-test is able to soft-disable box64 as the x86_64
emulator in the same way as it does this for qemu and wine already.
Without this change, arch-test will report an architecture as natively
executable by the processor, disregarding that it actually gets emulated
by box64.
Furthermore, this commit enables identifying box64 as the currently
registered emulator for x86_64. This way, applications that know that
their emulation requirements cannot work with box64 can add a check to
find out that it is box64 doing the emulation and are able to print a
helpful error message.
Closes: #1237
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [INTERP] Fix fpu_round
* Should be working this time
* Handling wrappedlibm
* Format
* Fix loongarch
* Make it optional
* Fix android build
|
| |
|
|
| |
time and compare states
|
| |
|