Powered by SmartDoc

4.2 リブートして qemu-system-aarch64 で再起動

root@vm:/vm/test # qemu-system-aarch64 -machine virt -m 4096M \
    -cpu cortex-a57 -name test -bios QEMU_EFI.fd -nographic \
    -drive if=none,format=raw,file=test.img,id=hd0 -device \
    virtio-blk-device,drive=hd0 -device \
    virtio-net-device,netdev=net0 -netdev tap,id=net0,ifname=tap1 \
    -monitor none