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_arm/host_missing/accel_missing/1657.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_arm/host_missing/accel_missing/1657.toml')
| -rw-r--r-- | gitlab/issues/target_arm/host_missing/accel_missing/1657.toml | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/gitlab/issues/target_arm/host_missing/accel_missing/1657.toml b/gitlab/issues/target_arm/host_missing/accel_missing/1657.toml deleted file mode 100644 index f7abeb41..00000000 --- a/gitlab/issues/target_arm/host_missing/accel_missing/1657.toml +++ /dev/null @@ -1,41 +0,0 @@ -id = 1657 -title = "Unable to use ide hard drive when using xlnx-zcu102 board" -state = "opened" -created_at = "2023-05-17T08:04:26.630Z" -closed_at = "n/a" -labels = ["target: arm"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1657" -host-os = "ubuntu1~22.04.1" -host-arch = "x86" -qemu-version = "7.2.0" -guest-os = "- OS/kernel version:" -guest-arch = "aarch64" -description = """I have only recently started using qemu and am reading content related to ahci. When I started QEMU using the above command line (I did not specify the Linux kernel because I only wanted to see which devices were initialized on the motherboard), I found the following devices in the device tree: - ``` -dev: sysbus-ahci, id "" - -gpio-out "sysbus-irq" 1 - -num-ports = 2 (0x2) - -mmio 00000000fd0c0000/0000000000001000 - -bus: ide.1 - -type IDE - -bus: ide.0 - -type IDE - ``` - -I think this is similar to the ICH9 ahci device, so I tried to mount an IDE hard drive(using command line:-drive file=./testide.img)but failed. QEMU shows - ``` -qemu-system-aarch64: -drive file=./ testide.img: machine type does not support if=ide,bus=0,unit=0 - ``` -So if the ide bus generated by sysbus ahci cannot mount a hard drive, what device should it mount? -It will be grateful if anyone can answer this question.""" -reproduce = """1. -2. -3.""" -additional = """""" |