Advertisement
jintack

BUS error on L2, TLB conflict on L1 (2)

Jun 3rd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <--------- from L2 shell --------------->
  2.  
  3. [ 4.920037] IO 0x3eff0000..0x3effffff -> 0x00000000
  4. [ 4.996899] MEM 0x10000000..0x3efeffff -> 0x10000000
  5. [ 5.073842] pci-host-generic 3f000000.pcie: PCI host bridge to bus 0000:00
  6. [ 5.174783] pci_bus 0000:00: root bus resource [bus 00-0f]
  7. [ 5.256704] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  8. [ 5.348891] pci_bus 0000:00: root bus resource [mem 0x10000000-0x3efeffff]
  9. [ 5.572753] pci 0000:00:02.0: BAR 6: assigned [mem 0x10000000-0x1003ffff pref]
  10. [ 5.678426] pci 0000:00:03.0: BAR 6: assigned [mem 0x10040000-0x1007ffff pref]
  11. [ 5.783620] pci 0000:00:01.0: BAR 1: assigned [mem 0x10080000-0x10080fff]
  12. [ 5.881822] pci 0000:00:02.0: BAR 1: assigned [mem 0x10081000-0x10081fff]
  13. [ 5.980082] pci 0000:00:03.0: BAR 1: assigned [mem 0x10082000-0x10082fff]
  14. [ 6.079633] pci 0000:00:01.0: BAR 0: assigned [io 0x1000-0x103f]
  15. [ 6.170976] pci 0000:00:02.0: BAR 0: assigned [io 0x1040-0x105f]
  16. [ 6.260985] pci 0000:00:03.0: BAR 0: assigned [io 0x1060-0x107f]
  17. [ 6.389769] virtio-pci 0000:00:01.0: enabling device (0000 -> 0003)
  18. [ 6.484956] virtio-pci 0000:00:01.0: virtio_pci: leaving for legacy driver
  19. [ 6.592415] virtio-pci 0000:00:02.0: enabling device (0000 -> 0003)
  20. [ 6.690320] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy driver
  21. ./run-guest.sh: line 121: 1670 Bus error ./qemu-system-aarch64 -smp $SMP -m $MEMSIZE -machine virt${DUMPDTB}${IRQ} -cpu host -kernel ${KERNEL} -enable-kvm ${DTB} -drive if=none,file=$FS,id=vda,cache=none,format=raw -device virtio-blk-pci,drive=vda -netdev user,id=net0,hostfwd=tcp::2222-:22 -device virtio-net-pci,netdev=net0,mac=de:ad:be:ef:41:48 $BRIDGE_IF -display none -serial $CONSOLE -qmp unix:/var/run/qmp,server,nowait -append "earlycon=pl011,0x09000000 console=ttyAMA0 root=/dev/vda rw $CMDLINE"
  22.  
  23.  
  24. <--------- from L1 shell --------------->
  25. [L1 ~]$Unhandled fault: TLB conflict abort (0x92000030) at 0x00000000323b2bb0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement