-
I copied and pasted the 'boot from cdrom' command and it did not work.
```
qemu-system-aarch64 \
-machine virt,accel=hvf,highmem=off \
-cpu cortex-a72 -smp 2 -m 4G \
…
-
**Describe the bug**
I am unable to boot a guest with greater than 990 GiB of RAM.
**To Reproduce**
Start a guest with >990 GiB of RAM.
**Version**
`cloud-hypervisor v36.0.0`
**VM configur…
-
Hi y'all, I'm not particularly familiar with this format but did learn from Jon Lange on the SVSM call that this is carrying measurement-specific data. I'd like to see what we can do about delegating …
-
I recently opened a [forum post](https://forums.developer.nvidia.com/t/uefi-does-not-recognize-micron-nvme-as-bootable/272457/8) about this issue. In diagnosing I added logs around why the nvme was fa…
-
-
From os_stub/cryptlib_openssl/sys_call/crt_wrapper_host.cos_stub/cryptlib_openssl/sys_call/crt_wrapper_host.c:
```
/* Read formatted data from a string */
int sscanf(const char *buffer, const cha…
-
Our team is working on a Capsule update code and refer to MinnowBoard Max/Turbot 1.00 solution.
And I have a question about Capsule update boot mode. Per my understanding, the capsule update reset sh…
-
A common method for synchronizing the `I$` with recently updated `D$` content (when loading program/patching code, JIT, etc) goes as follows:
1. Flush affected `D$` lines (loop over memory range).
…
-
It seems like in this command
```
qemu-system-x86_64 -accel kvm -smp 1 -m 1024 \
-hda disk.img -cdrom seed.img \
-net nic -net user,hostfwd=tcp::2222-:22 \
…
-
Hi there,
Can you confirm whether it is possible to build Tianocore in such a way that it can see .efi programs added in any way to the flash? (Can `cbfstool` be used to add these files? I'm under …