#17458 closed defect (fixed)
-netdev user does not work anymore in qemu-7.2
Reported by: | pierre | Owned by: | pierre |
---|---|---|---|
Priority: | normal | Milestone: | 11.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
I get: network backend 'user' is not compiled into this binary
.
The reason is that libslirp is not bundled anymore with qemu (see https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_.22slirp.22_submodule_.28affects_.22-netdev_user.22.29)
So we need to add libslirp to the book, and make it a dependency of qemu.
Change History (3)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Type: | enhancement → defect |
comment:2 by , 2 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 2 years ago
I completely missed this. I use '-net nic -net bridge' not "-netdev user" / "-nic user" when running/testing qemu.
Note:
See TracTickets
for help on using tickets.
Fixed at 50ba3b3341