-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qemu driver using obsoleted -net syntax with vlan parameter #4
Comments
Thanks for reporting! Apparently this should use https://wiki.qemu.org/Documentation/Networking#The_legacy_-net_option Also the Same issue is probably relevant for machine-drivers/docker-machine-driver-qemu |
This was changed in qemu 3.0: https://www.qemu.org/2018/05/31/nic-parameter/ Still using |
Found out this is still not fixed in the most recent build.
@afbjorklund could we have a build that works with qemu 3.x, please? |
Do you have a patch ? Or maybe could help translate the syntax, can add the versioning |
Figured it out, eventually... Seems to work here ? $ /opt/qemu/bin/qemu-system-x86_64 --version
QEMU emulator version 3.1.0
Copyright (c) 2003-2018 Fabrice Bellard and the QEMU Project developers
|
Thanks for trying https://github.com/boot2podman/machine/releases/tag/v0.15 |
Great update! Thanks @afbjorklund! |
Just updated qemu on my macbook to 4.0.0 and I'm happy to report
|
machine/drivers/qemu/qemu.go
Lines 457 to 471 in fae6764
$ podman-machine create box -d qemu Running pre-create checks... Creating machine... (box) Copying /Users/joshboyd/.local/machine/cache/boot2podman.iso to /Users/joshboyd/.local/machine/machines/box/boot2podman.iso... (box) Creating SSH key... (box) Creating Disk image... (box) Starting QEMU VM... (box) OUTPUT: (box) ERROR: qemu-system-x86_64: Invalid parameter 'vlan'
$ qemu-system-x86_64 --version QEMU emulator version 3.1.0 Copyright (c) 2003-2018 Fabrice Bellard and the QEMU Project developers
The text was updated successfully, but these errors were encountered: