diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2042.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2042.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2042.toml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2042.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2042.toml deleted file mode 100644 index 46451466..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2042.toml +++ /dev/null @@ -1,28 +0,0 @@ -id = 2042 -title = "Not able to reboot Linux guest on Windows host" -state = "opened" -created_at = "2023-12-18T22:23:14.711Z" -closed_at = "n/a" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2042" -host-os = "Windows 10 Enterprise" -host-arch = "x86_64" -qemu-version = "8.1" -guest-os = "Linux Mint" -guest-arch = "x86_64" -description = """I am running Linux Mint on Windows, but when I try to reboot the machine, I get the following error: - -qemu: WHPX: Unexpected VP exit code 4 - -I did some experiments changing the flags I use when I launch Qemu and I realized that if I set -smp 1 it does not fail. Furthermore, if I set the irqchip to off (kernel-irqchip=off) it does not fail either, but both options do not have good performance at all. I realized too that if I set 4 cores (-smp 4), the error might appear up to 4 times. - -What seems to be failing then is the APIC emulation that Hyper-V provides. Does anyone know if: - -1. Am I missing a flag when launching Qemu? -2. Is it there a patch to solve this? - -Any leads for solving this problem would be highly appreciated.""" -reproduce = """1. Install MSYS -2. Open MSYS and run pacman -S mingw-w64-x86_64-qemu -3. Launch Qemu and reboot machine""" -additional = "n/a" |