rust-hypervisor-firmware icon indicating copy to clipboard operation
rust-hypervisor-firmware copied to clipboard

Results 20 rust-hypervisor-firmware issues
Sort by recently updated
recently updated
newest added
trafficstars

This feature was deferred from #188. Use of `[..]` patterns in `loader.conf` files appears to be uncommon in practise (I haven't found an example in the wild). Leaving this here...

Windows guest with CH using `hypervisor-fw` instead of `OVMF` doesn't shutdown correctly and encounters a bluescreen: ``` SAC> The SAC will become unavailable soon. The computer is shutting down. SAC>...

Depends on #37 Fixes #5 Now you can do the following: ``` cargo xbuild --target target.json --release --features=rom sstrip target/target/release/hypervisor-fw qemu-system-x86_64 \ -machine type=q35,accel=kvm \ -cpu host -smp 1 -m...

@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...

Right now, `SetVirtualAddressMap` in the UEFI compatibility layer just adjusts the `virtual_start` for the `MemoryDescriptor`s returned by the allocator. However, this isn't what we should be doing (if I'm reading...

Hi, Thank you all the developers for this amazing project. I would like to use this project to install VM on a hardware during its early development stage to test...

Right now all the tests run on the host. In an ideal world, we would set `.cargo/config`'s `build.target` to be our custom target and have everything (`xbuild`, `xclippy`, `xtest`, etc...)...

Right now the firmware is built into a normal ELF binary, and then booted using Firecracker. However, it would be nice if were possible to build the firmware into a...

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 *...

We can now self hosted runners which gives us enough disk space to re-enable Windows CI (using runner name "garm-jammy-16"). However since a secret needs to be used to download...