Akira Moroo
Akira Moroo
@retrage After your last commit I have to admit I didn't retest Windows. Did it work for you? I get the following error: ``` "0x1E" WIN-L3C8M6IQS0Q 00000000-0000-0000-0000-000000000000 AMD64 10.0 17763...
This PR adds some minor fixes suggested by the Java linter and Gradle.
The current yabits/uefi is depended on coreboot 4.6. Update it to latest, coreboot 4.9.
This issue tracks aarch64 support. I am working on an experimental implementation of aarch64 support for Rust Hypervisor Firmware. The code is available at: * QEMU aarch64 virt: https://github.com/retrage/rust-hypervisor-firmware/tree/aarch64-virt-support *...
## Type of PR - [x] Changes related to the roadmap (e.g., TODO.md) (type: A) -> Create an issue corresponding to the PR in advance, and refer to this PR...
I'm trying to add Ubuntu 24.04 to the integration test targets, but the guest fails to find the rootfs: ```log [ 0.174931] /dev/root: Can't open blockdev [ 0.175095] VFS: Cannot...
This is a RFC pull request to get some feedbacks. It adds a custom handler for `mprotect` system call to hook system calls executed in the JIT code. The motivation...
The Rust 2024 edition is being stabilized in the next two days, according to the document (https://doc.rust-lang.org/nightly/edition-guide/rust-2024/index.html). Although we have three months until the official release date, we should consider...
Some of recent CIs are failing because the Clear Linux guest image is no longer available. This can be addressed by replacing Clear Linux with Ubuntu.