Hi Adil,
If you want to access logs manually once, then you can find the qemu
ssh forwarding port in ps command output, e.g.:
bin💻 ps afxu | grep qemu
dvyukov 3652413 75.7 0.4 3679924 970660 pts/1 Sl 11:31 0:03 |
\_ qemu-system-x86_64 -m 3072 -smp 2 -chardev
socket,id=SOCKSYZ,server=on,nowait,host=localhost,port=51727 -mon
chardev=SOCKSYZ,mode=control -display none -serial stdio -no-reboot
-name VM-0 -device virtio-rng-pci -enable-kvm -cpu host,migratable=off
-device e1000,netdev=net0 -netdev
user,id=net0,restrict=on,hostfwd=tcp:127.0.0.1:1569-:22 -hda
/usr/local/google/home/dvyukov/bin/buildroot-amd64-2021.08 -snapshot
-kernel /usr/local/google/home/dvyukov/src/linux2_build_amd64/arch/x86/boot/bzImage
-append root=/dev/sda console=ttyS0 root=/dev/sda1
Here the forward port is 1569.
And then you can ssh/scp from that VM (but hurry before syzkaller
crashes it :)).