Advertisement
jintack

BUS error on L2, TLB conflict on L1

Jun 3rd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <------------ from L2 shell ------------->
  2. [ 6.322559] pci 0000:00:03.0: BAR 6: assigned [mem 0x10040000-0x1007ffff pref]
  3. [ 6.429395] pci 0000:00:01.0: BAR 1: assigned [mem 0x10080000-0x10080fff]
  4. [ 6.531432] pci 0000:00:02.0: BAR 1: assigned [mem 0x10081000-0x10081fff]
  5. [ 6.631882] pci 0000:00:03.0: BAR 1: assigned [mem 0x10082000-0x10082fff]
  6. [ 6.731030] pci 0000:00:01.0: BAR 0: assigned [io 0x1000-0x103f]
  7. [ 6.820238] pci 0000:00:02.0: BAR 0: assigned [io 0x1040-0x105f]
  8. [ 6.910746] pci 0000:00:03.0: BAR 0: assigned [io 0x1060-0x107f]
  9. ./run-guest.sh: line 121: 1669 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"
  10. [L1 ~]$
  11.  
  12. <------------ from L1 shell ------------->
  13. [L1 ~]$Unhandled fault: TLB conflict abort (0x92000030) at 0x0000000005b01d30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement