qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* mips, nvme/pci boot regression (commit 145e2198d749)
@ 2023-01-17 12:30 Klaus Jensen
  2023-01-17 14:25 ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 4+ messages in thread
From: Klaus Jensen @ 2023-01-17 12:30 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 593 bytes --]

Hi Philippe,

Commit 145e2198d749 ("hw/mips/gt64xxx_pci: Endian-swap using
PCI_HOST_BRIDGE MemoryRegionOps") broke my mips64 nvme boot test
(little-endian host, mips64 and nvme boot device).

The pci device doesn't show up and the kernel panics.

  qemu-system-mips64 \
    -nodefaults -nographic -snapshot -no-reboot \
    -M "malta" -cpu "I6400" -m 512M \
    -nic user,model=pcnet \
    -drive file=images/rootfs.ext2,format=raw,if=none,id=d0 \
    -device nvme,serial=default,drive=d0 \
    -kernel images/vmlinux \
    -append "root=/dev/nvme0n1 console=ttyS0,115200" \
    -serial stdio

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-01-18  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17 12:30 mips, nvme/pci boot regression (commit 145e2198d749) Klaus Jensen
2023-01-17 14:25 ` Philippe Mathieu-Daudé
2023-01-18  7:24   ` Klaus Jensen
2023-01-18  9:42     ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).