knazarov / homebrew-qemu-virgl

A homebrew tap for qemu with support for 3d accelerated guests
415 stars 68 forks source link

qemu-system-aarch64 killed: 9 #10

Closed scotty2 closed 3 years ago

scotty2 commented 3 years ago

Model Name: MacBook Air Model Identifier: MacBookAir10,1 Chip: Apple M1 Memory: 16 GB

installed using: brew tap knazarov/qemu-virgl brew install qemu-virgl

~$ brew list qemu-virgl /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/elf2dmp /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-edid /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-img /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-io /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-nbd /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-storage-daemon /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-aarch64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-alpha /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-arm /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-avr /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-cris /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-hppa /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-i386 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-m68k /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-microblaze /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-microblazeel /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-mips /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-mips64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-mips64el /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-mipsel /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-moxie /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-nios2 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-or1k /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-ppc /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-ppc64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-riscv32 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-riscv64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-rx /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-s390x /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-sh4 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-sh4eb /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-sparc /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-sparc64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-tricore /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-x86_64 /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-xtensa /opt/homebrew/Cellar/qemu-virgl/20210403.1/bin/qemu-system-xtensaeb /opt/homebrew/Cellar/qemu-virgl/20210403.1/share/applications/qemu.desktop /opt/homebrew/Cellar/qemu-virgl/20210403.1/share/icons/ (10 files) /opt/homebrew/Cellar/qemu-virgl/20210403.1/share/qemu/ (107 files) ~$ which qemu-system-aarch64 /opt/homebrew/bin/qemu-system-aarch64 ~$ ls -l /opt/homebrew/bin/qemu-system-aarch64 lrwxr-xr-x 1 * admin 55 Apr 11 02:06 /opt/homebrew/bin/qemu-system-aarch64 -> ../Cellar/qemu-virgl/20210403.1/bin/qemu-system-aarch64

~$ qemu-system-aarch64 Killed: 9 Test to see if all binaries are similarly affected: ~$ qemu-system-x86_64 Killed: 9

scotty2 commented 3 years ago

Problem located. Default brew install of dependency pixman is unsigned. Rebuilding from source fixes.