
17 Jul
2019
17 Jul
'19
4:29 a.m.
On Wed, Jul 17, 2019 at 7:36 AM Heinrich Schuchardt xypron.glpk@gmx.de 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.
Fixes: 990b317fdcc4 ("travis-ci: add qemu-riscv64") Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
bin/travis-ci/conf.qemu-riscv64_na | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com