qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Commit 145e2198d749 broke mips big endian.


From: Rob Landley
Subject: Commit 145e2198d749 broke mips big endian.
Date: Sat, 21 Jan 2023 04:56:57 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.5.0

wget https://landley.net/toybox/downloads/binaries/mkroot/0.8.9/mips.tgz extract
and ./run-qemu.sh in there. Before this commit it goes:

loop: module loaded
ata_piix 0000:00:0a.1: enabling device (0000 -> 0001)
scsi host0: ata_piix
scsi host1: ata_piix
ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0x1080 irq 14
ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0x1088 irq 15
pcnet32 0000:00:0b.0: enabling device (0000 -> 0003)
pcnet32: PCnet/PCI II 79C970A at 0x1060, 52:54:00:12:34:56 assigned IRQ 10
pcnet32: eth0: registered as PCnet/PCI II 79C970A
pcnet32: 1 cards_found
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6

Afterwards:

loop: module loaded
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6

and lots of hardware is missing. (I noticed ethernet first.) The mipsel.tgz in
the same directory still worked.

Rob



reply via email to

[Prev in Thread] Current Thread [Next in Thread]