summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/2260.toml
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:07 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-05-30 16:52:17 +0200
commit9260319e7411ff8281700a532caa436f40120ec4 (patch)
tree2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2260.toml
parent225caa38269323af1bfc2daadff5ec8bd930747f (diff)
downloadqemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz
qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2260.toml')
-rw-r--r--gitlab/issues/target_missing/host_missing/accel_missing/2260.toml33
1 files changed, 0 insertions, 33 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2260.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2260.toml
deleted file mode 100644
index 671e70373..000000000
--- a/gitlab/issues/target_missing/host_missing/accel_missing/2260.toml
+++ /dev/null
@@ -1,33 +0,0 @@
-id = 2260
-title = "Storage device missing/Not recognized by driver (regression)"
-state = "closed"
-created_at = "2024-04-01T16:12:27.940Z"
-closed_at = "2024-04-16T12:10:59.227Z"
-labels = ["Regression", "Storage"]
-url = "https://gitlab.com/qemu-project/qemu/-/issues/2260"
-host-os = "MacOS"
-host-arch = "ARM"
-qemu-version = "v9.0.0-rc1"
-guest-os = "Windows"
-guest-arch = "ARM"
-description = """Installation CD boots but can not find any storage/harddrive to install to.
-This works in qemu 8.2.2, so it seems like a regression."""
-reproduce = """1.
-2.
-3.
-Get virtio iso from https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/
-
-Install swtpm like: brew install swtpm
-
-Use CrystalFetch from https://docs.getutm.app/guides/windows/ to download Windows ISO.
-
-Create storage: qemu-img create -f qcow2 Win11.qcow2 80G
-
-dd if=/dev/zero of=vars-pflash.raw bs=1M count=64
-
-start tpm like: /opt/homebrew/bin/swtpm socket --tpm2 --tpmstate dir=/Users/jonas/qw11arm/mytpm --ctrl type=unixio,path=/Users/jonas/qw11arm/mytpm/swtpm-sock
-
-start qemu like: \\~/qemu/qemu/build/qemu-system-aarch64 --machine virt,virtualization=on --cpu neoverse-n1 --monitor stdio -smp cpus=4,sockets=1,cores=4,threads=1 -m 5G -device nec-usb-xhci -device qemu-xhci -device usb-kbd -device usb-tablet -device usb-storage,drive=windows,serial=windows -drive if=none,id=windows,format=raw,media=cdrom,file=/Users/jonas/ISOs/22631.2861.231204-0538.23H2_NI_RELEASE_SVC_REFRESH_CLIENTCONSUMER_RET_A64FRE_en-us.iso,readonly=on -device virtio-scsi -device scsi-hd,drive=boot,serial=boot -drive if=none,id=boot,format=qcow2,file=./Win11.qcow2 -drive if=pflash,format=raw,unit=0,file=/Users/jonas/qemu/qemu/build/pc-bios/edk2-aarch64-code.fd,readonly=on -drive file=vars-pflash.raw,format=raw,if=pflash,unit=1 -chardev socket,id=chrtpm,path=/Users/jonas/qw11arm/mytpm/swtpm-sock -tpmdev emulator,id=tpm0,chardev=chrtpm -device tpm-tis-device,tpmdev=tpm0 --display cocoa -rtc base=localtime -device ramfb -boot menu=on -device usb-storage,drive=virtio,serial=virtio -drive if=none,id=virtio,format=raw,media=cdrom,file=/Users/jonas/Downloads/virtio-win-0.1.240.iso,readonly=on -nic user,model=virtio-net-pci,mac=52:54:98:76:54:32
-
-Adjust paths and be ready to bypass windows checks as described on https://docs.getutm.app/guides/windows/#this-pc-cant-run-windows-11"""
-additional = """"""