diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_i386/host_missing/accel_missing/1919.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz qemu-analysis-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/1919.toml')
| -rw-r--r-- | gitlab/issues/target_i386/host_missing/accel_missing/1919.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/1919.toml b/gitlab/issues/target_i386/host_missing/accel_missing/1919.toml new file mode 100644 index 000000000..88fbac4b4 --- /dev/null +++ b/gitlab/issues/target_i386/host_missing/accel_missing/1919.toml @@ -0,0 +1,28 @@ +id = 1919 +title = "UEFI SecureCode hangs on MacOs - 8.1.1 / MacOS Ventura" +state = "closed" +created_at = "2023-10-03T11:58:14.876Z" +closed_at = "2023-10-18T10:14:26.000Z" +labels = ["hostos: macOS", "target: i386"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1919" +host-os = "MacOS ventura 13.6" +host-arch = "x86_64`, `ARM` - problem tested on devices with Intel and Apple silicon" +qemu-version = "QEMU emulator version 8.1.1" +guest-os = "None - hangs during UEFI bios load" +guest-arch = "x86_64" +description = """Unable to load edk2 secure boot UEFI code. Non-secure edk2 bios works fine, but secure one hangs during load.""" +reproduce = """1. Run mentioned command - it should display OVMF logo - but it hangs""" +additional = """* edk2-x86_64-code.fd works fine, edk2-x86_64-secure-code.fd not +* Tested with swtpm and without - doesn't matter +* TPM access has been observed (when swtpm enabled) - sounds like secure-code validation partially works + +To enable TPM: +``` + -chardev socket,id=chrtpm,path=mytpm0/swtpm-sock \\ + -tpmdev emulator,id=tpm0,chardev=chrtpm \\ + -device tpm-tis,tpmdev=tpm0 \\ +``` +and run swtpm +``` +swtpm socket --tpm2 --tpmstate dir=mytpm0 --ctrl type=unixio,path=mytpm0/swtpm-sock +```""" |