summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_i386/host_missing/accel_missing/1919
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_i386/host_missing/accel_missing/1919
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/1919')
-rw-r--r--gitlab/issues_text/target_i386/host_missing/accel_missing/191920
1 files changed, 0 insertions, 20 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/1919 b/gitlab/issues_text/target_i386/host_missing/accel_missing/1919
deleted file mode 100644
index bd1d4a616..000000000
--- a/gitlab/issues_text/target_i386/host_missing/accel_missing/1919
+++ /dev/null
@@ -1,20 +0,0 @@
-UEFI SecureCode hangs on MacOs - 8.1.1 / MacOS Ventura
-Description of problem:
-Unable to load edk2 secure boot UEFI code. Non-secure edk2 bios works fine, but secure one hangs during load.
-Steps to reproduce:
-1. Run mentioned command - it should display OVMF logo - but it hangs
-Additional information:
-* 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
-```