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/1818.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1818.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1818.toml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1818.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1818.toml new file mode 100644 index 00000000..af904091 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1818.toml @@ -0,0 +1,28 @@ +id = 1818 +title = "whpx does not work with hyper-v enabled" +state = "closed" +created_at = "2023-08-07T16:07:20.834Z" +closed_at = "2023-08-07T19:38:32.315Z" +labels = [] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1818" +host-os = "Windows 10 22h2 (French, France)" +host-arch = "x86_64 (64 bit)" +qemu-version = "qemu 8.0.3" +guest-os = "WindowsXp" +guest-arch = "i686" +description = """I am experiencing issues with the WHPX (Windows Hypervisor Platform Accelerator) hardware acceleration in QEMU on my Windows 10 22h2 system. When I run QEMU with the `-accel whpx` option, I encounter the following problems: + +2. I receive the error message "WHPX: No accelerator found, hr=00000000" followed by "failed to initialize whpx: No space left on device."""" +reproduce = """1. Enable the Hyper-V feature on Windows. +2. Install the latest QEMU version +3. Run the QEMU command with the `-accel whpx` option.""" +additional = """- my cpu : intel i7 6500U +- ram : 8 gigabytes +- gpu : intel hd 520 +- drive : C: -> 200 gigabytes, D: -> 1to (c: 109 used, d: 732 used) +- emulated drive -> 50 gigabytes (500mb used) + + + + +(in french sorry)""" |