[U-Boot] [PATCH 1/1] travis-ci: qemu-system-riscv64: Parameter 'id' is missing

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Jul 17 17:52:16 UTC 2019


On 7/17/19 6:02 PM, Stephen Warren wrote:
> 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.
>
Thanks

I was able to run a job successfully:
https://travis-ci.org/xypron2/u-boot/builds/560076658

So I will now proceed to update .travis.yml.

Best regards

Heinrich Schuchardt


More information about the U-Boot mailing list