diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_i386/host_missing/accel_missing/2008 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/2008')
| -rw-r--r-- | gitlab/issues_text/target_i386/host_missing/accel_missing/2008 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/2008 b/gitlab/issues_text/target_i386/host_missing/accel_missing/2008 deleted file mode 100644 index c5f340b47..000000000 --- a/gitlab/issues_text/target_i386/host_missing/accel_missing/2008 +++ /dev/null @@ -1,12 +0,0 @@ -querying smbios type=1 UUID in Windows not possible when using SMBIOS 64 bit entry -Description of problem: -Querying the UUID in Powershell with -`get-wmiobject win32_computersystemproduct | Select-Object -expandProperty UUID` -will return no value. When using `-machine 'pc-i440fx-8.1,smbios-entry-point-type=32'` or `-machine 'pc-i440fx-8.0'` the command works as expected. When using `-machine 'pc-i440fx-8.0,smbios-entry-point-type=64'` the issue is also present. - -Commit bf376f3020dfd7bcb2c4158b4ffa85c04d44f56d changed the default for machine version 8.1, so that explains that part. - -It's not clear to me if this is a bug in QEMU or a bug/limitation of the guest OS when 64 bit entry is used by SMBIOS. -Additional information: -Originally reported for Windows 10 in the Proxmox VE community forum (AFAIK the downstream build in Proxmox VE does not patch the relevant code paths): -https://forum.proxmox.com/threads/136942/ |