diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/2194 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/2194')
| -rw-r--r-- | gitlab/issues_text/target_missing/host_missing/accel_missing/2194 | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/2194 b/gitlab/issues_text/target_missing/host_missing/accel_missing/2194 deleted file mode 100644 index 7dcf208e2..000000000 --- a/gitlab/issues_text/target_missing/host_missing/accel_missing/2194 +++ /dev/null @@ -1,94 +0,0 @@ -qemu-system-mips64el loongson3-virt fails to complete boot -Description of problem: -I try to install Debian 12 using the netboot kernel (6.1.0) and initrd: -``` -NETBOOT=http://ftp.debian.org/debian/dists/stable/main/installer-mips64el/current/images/loongson-3/netboot -wget $NETBOOT/initrd.gz -wget $NETBOOT/vmlinuz-6.1.0-18-loongson-3 -O vmlinuz -qemu-img create -f qcow2 disk.qcow2 30G -``` - -Then I boot the installer: -``` -qemu-system-mips64el \ - -machine loongson3-virt -cpu Loongson-3A1000 -smp 4 -m 6G -nographic \ - -kernel vmlinuz -initrd initrd.gz \ - -drive file=disk.qcow2,if=none,id=drive-virtio-disk0 \ - -device virtio-blk-pci,drive=drive-virtio-disk0 \ - -append "root=/dev/sda1" -``` - -The boot stops after this: -``` -[ 0.000000] Linux version 6.1.0-18-loongson-3 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 6.1.76-1 (2024-02-01) -[ 0.000000] Firmware: Coherent DMA: on -[ 0.000000] CpuClock = 800000000 -[ 0.000000] The bridge chip is VIRTUAL -[ 0.000000] CP0_Config3: CP0 16.3 (0x80) -[ 0.000000] CP0_PageGrain: CP0 5.1 (0x20000000) -[ 0.000000] NUMA: Discovered 4 cpus on 1 nodes -[ 0.000000] Node 0, mem_type:1 [0x0000000000000000], 0x000000000f000000 bytes usable -[ 0.000000] Node 0, mem_type:2 [0x0000000090000000], 0x0000000170000000 bytes usable -[ 0.000000] Node0's addrspace_offset is 0x0 -[ 0.000000] Node0: start_pfn=0x0, end_pfn=0x80000 -[ 0.000000] NUMA: set cpumask cpu 0 on node 0 -[ 0.000000] NUMA: set cpumask cpu 1 on node 0 -[ 0.000000] NUMA: set cpumask cpu 2 on node 0 -[ 0.000000] NUMA: set cpumask cpu 3 on node 0 -[ 0.000000] printk: bootconsole [early0] enabled -[ 0.000000] CPU0 revision is: 00006305 (ICT Loongson-3) -[ 0.000000] FPU revision is: 00770501 -[ 0.000000] MIPS: machine is loongson,loongson64v-4core-virtio -[ 0.000000] Initial ramdisk at: 0x9800000004000000 (28553950 bytes) -[ 0.000000] software IO TLB: area num 1. -[ 0.000000] software IO TLB: mapped [mem 0x0000000005b3c000-0x0000000009b3c000] (64MB) -[ 0.000000] DMI not present or invalid. -[ 0.000000] Detected 4 available CPU(s) -[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes. -[ 0.000000] Primary data cache 64kB, 4-way, VIPT, no aliases, linesize 32 bytes -[ 0.000000] Unified victim cache 0kB direct mapped, linesize 0 bytes. -[ 0.000000] Unified secondary cache 4096kB 4-way, linesize 32 bytes. -[ 0.000000] Zone ranges: -[ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000ffffffff] -[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff] -[ 0.000000] Movable zone start for each node -[ 0.000000] Early memory node ranges -[ 0.000000] node 0: [mem 0x0000000000000000-0x000000000effffff] -[ 0.000000] node 0: [mem 0x0000000090000000-0x00000001ffffffff] -[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff] -[ 0.000000] On node 0, zone DMA32: 1024 pages in unavailable ranges -[ 0.000000] percpu: Embedded 13 pages/cpu s170800 r8192 d34000 u212992 -[ 0.000000] Fallback order for Node 0: 0 -[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 390660 -[ 0.000000] Policy zone: Normal -[ 0.000000] Kernel command line: rd_start=0xffffffff84000000 rd_size=28553950 root=/dev/sda1 nokaslr -[ 0.000000] Unknown kernel command line parameters "nokaslr", will be passed to user space. -[ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear) -[ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear) -[ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off -[ 0.000000] Memory: 2183328K/6275072K available (11247K kernel code, 1773K rwdata, 3152K rodata, 2688K init, 547K bss, 184208K reserved, 0K cma-reserved) -[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 -[ 0.000000] ftrace: allocating 32150 entries in 32 pages -[ 0.000000] ftrace: allocated 32 pages with 1 groups -[ 0.000000] trace event string verifier disabled -[ 0.000000] rcu: Preemptible hierarchical RCU implementation. -[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. -[ 0.000000] Trampoline variant of Tasks RCU enabled. -[ 0.000000] Rude variant of Tasks RCU enabled. -[ 0.000000] Tracing variant of Tasks RCU enabled. -[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. -[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 -[ 0.000000] NR_IRQS: 320 -[ 0.000000] ISA Bridge: /bus@10000000/isa@18000000 -[ 0.000000] IO 0x0000000018000000..0x0000000018003fff -> 0x0000000000000000 -[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. -[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 4778151116 ns -[ 0.000072] sched_clock: 32 bits at 400MHz, resolution 2ns, wraps every 5368709118ns -[ 0.002813] Console: colour dummy device 80x25 -[ 0.003195] printk: console [tty0] enabled -[ 0.005876] printk: bootconsole [early0] disabled -``` - -Then, nothing happens. The qemu process uses 100% CPU on the host. - -I tried with `-smp 1` and got the same result. |