Re: arm64eb & qemu

Havard Eidnes <[email protected]>
Newsgroups gmane.os.netbsd.ports.arm
Message-ID <[email protected]>
Well,

what do you know, googling a bit reveals that

     -no-acpi

has become

     -machine acpi=off

Restoring that in its new form gets me a booting system again.

My "run qemu" script for big-endian aarch64:

------------------------------
#! /bin/sh

qemu-system-aarch64 \
        -cpu cortex-a57 \
        -smp 4 \
        -m 8g \
        -machine virt \
        -machine acpi=off \
        -drive if=none,file=disk.img,id=hd0 \
                -device virtio-blk-device,drive=hd0 \
        -netdev type=user,id=net0,hostfwd=tcp::2223-:22,ipv6=off \
                -device virtio-net-device,netdev=net0,mac=00:23:23:01:01:05 \
        -device virtio-rng-device \
        -nographic \
        -bios QEMU_EFI.fd
------------------------------

Regards,

- Håvard
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.