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_missing/host_missing/accel_missing/568.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_missing/host_missing/accel_missing/568.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/568.toml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/568.toml b/gitlab/issues/target_missing/host_missing/accel_missing/568.toml new file mode 100644 index 000000000..caf9816db --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/568.toml @@ -0,0 +1,34 @@ +id = 568 +title = "video memory option not working with Mac OS or Windows guest" +state = "opened" +created_at = "2021-08-26T20:48:42.106Z" +closed_at = "n/a" +labels = ["device:graphics"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/568" +host-os = "Mac OS" +host-arch = "ARM64" +qemu-version = "version 6.0.94 (v6.1.0-rc4-dirty))" +guest-os = "Mac OS" +guest-arch = "x86_64" +description = """The vgamem_mb option tells the guest how much video memory it has access to. When I used this command '-device VGA,vgamem_mb=128', I expect the guest to report there is 128 MB of video memory. What actually happens is the guest does not seem to know how much video memory is actually available.""" +reproduce = """**Mac OS guest:** +1. Run a Mac OS guest with this command: -device VGA,vgamem_mb=128 +2. In Mac OS X open the System Information application -> /Applications/Utilities/System Information. +3. Click on "Graphics/Displays". +4. Look at the 'VRAM (Total)' field. +The field only shows 3 MB of video ram. + +**Windows guest:** +1. Run a Windows (Windows XP in my case) guest with this command: -device VGA,vgamem_mb=128 +2. Click on Start->Run. +3. Enter 'dxdiag'. +4. Push the OK button. +5. Click on the Display tap in the DirectX Diagnostic Tool. +6. Look at the Approv. Total Memory field. +The field should say 128 MB but actually says N/A.""" +additional = """**Mac OS 8.5<br>** +<br><br><br> +**Windows XP<br>** +<br><br><br> +**Windows 7<br>** +""" |