summary refs log tree commit diff stats
path: root/gitlab/issues/target_i386/host_missing/accel_missing/2783.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-21 21:21:26 +0200
commit4b927bc37359dec23f67d3427fc982945f24f404 (patch)
tree245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_i386/host_missing/accel_missing/2783.toml
parentaa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff)
downloademulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz
emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_i386/host_missing/accel_missing/2783.toml')
-rw-r--r--gitlab/issues/target_i386/host_missing/accel_missing/2783.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/gitlab/issues/target_i386/host_missing/accel_missing/2783.toml b/gitlab/issues/target_i386/host_missing/accel_missing/2783.toml
new file mode 100644
index 00000000..620279c5
--- /dev/null
+++ b/gitlab/issues/target_i386/host_missing/accel_missing/2783.toml
@@ -0,0 +1,25 @@
+id = 2783
+title = "Cannot install a fresh Windows 7 32-bit guest with Q35 machine type (mouse and keyboard do not function, so cannot continue install)"
+state = "opened"
+created_at = "2025-01-18T23:50:54.885Z"
+closed_at = "n/a"
+labels = ["guest: Windows", "target: i386"]
+url = "https://gitlab.com/qemu-project/qemu/-/issues/2783"
+host-os = "Ubuntu 24.04"
+host-arch = "x86_64"
+qemu-version = "8.2.2"
+guest-os = "Windows 7 SP1 32-bit"
+guest-arch = "x86"
+description = """When trying to install Windows 7 32-bit via the official SP1 installation ISO, the machine boots the installer, but both keyboard and mouse do not function, so the installation cannot proceed."""
+reproduce = """1. Using virt-manager, create a new VM using the x86 version of the Windows 7 SP1 install ISO found here: https://archive.org/details/windows-7-professional-with-sp1-x64-dvd-iso
+2. Select `Microsoft Windows 7` as the Operating System type, which uses Q35 as the machine type
+3. Click Begin Installation
+4. See the Windows 7 installer screen show up
+5. Keyboard and mouse inputs don't work at all, mouse cursor also doesn't appear"""
+additional = """I've tried using `Microsoft Windows XP` as the Operating System in virt-manager, which switches to i440FX as the machine type, and the issue doesn't appear: keyboard and mouse both work perfectly. But of course, it would be nice to use Q35 instead to get USB 3.0, PCI-E, etc.
+
+![image](/uploads/41f7e9b5f1293f6a153582cf066d114f/image.png)
+Notice the lack of cursor in the screenshot above on Q35.
+
+When using a i440FX machine, the white Windows cursor will appear:
+![image](/uploads/bbafdd23b06e60fe862f1cd6262483f2/image.png)"""