[U-Boot] [PATCH 1/1] travis-ci: qemu-system-riscv64: Parameter 'id' is missing
Stephen Warren
swarren at wwwdotorg.org
Wed Jul 17 16:02:08 UTC 2019
On 7/16/19 5:35 PM, Heinrich Schuchardt wrote:
> When testing qemu-riscv64_defconfig on Travis CI I got a QEMU erorr
> "Parameter 'id' is missing".
>
> A command launching qemu-riscv64_defconfig successfully on Debian is:
>
> qemu-system-riscv64 \
> -machine virt \
> -kernel u-boot \
> -m 1G -nographic -netdev user,id=net0,tftp=$tftpdir \
> -device virtio-net-device,netdev=net0
>
> Add the missing id.
Thanks. I've applied this.
More information about the U-Boot
mailing list