lf-edge / eden

Eden is where EVE and Adam get tried and tested:
https://projecteve.dev
Apache License 2.0
49 stars 48 forks source link

QEMU version in the prerequisites page of Eden needs to be updated #1028

Open roja-zededa opened 1 week ago

roja-zededa commented 1 week ago

Description

Running Eden with QEMU 9.0 and QEMU 4.2.1 failed due to deprecated parameters.

The prerequisites in the Eden says at least QEMU 4.x or higher version is required, but using QEMU 4.2.1 and 9.0.1 versions resulted in a failure during eden setup.

Here is the log: ERRO[0001] log content: qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'server' deprecated Please use server=on instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'nodelay' deprecated Please use nodelay=on instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'nowait' deprecated Please use wait=off instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'telnet' deprecated Please use telnet=on instead qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified qemu-system-aarch64: -device virtio-net-pci,netdev=eth0,mac=02:fe:24:97:b1:67: failed to find romfile "efi-virtio.rom" qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'server' deprecated Please use server=on instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'nodelay' deprecated Please use nodelay=on instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'nowait' deprecated Please use wait=off instead qemu-system-aarch64: -chardev socket,id=char0,port=17777,host=localhost,server,nodelay,nowait,telnet,logappend=on,logfile=/Users/rojaeswaran/github.com/zededa/pr-branches/eden/dist/default-eve.log: warning: short-form boolean option 'telnet' deprecated Please use telnet=on instead qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified qemu_madvise: Invalid argument madvise doesn't support MADV_DONTDUMP, but dump_guest_core=off specified

roja-zededa commented 1 week ago

Created a JIRA issue for this: https://zededa.atlassian.net/browse/EV-1305