Opened 16 months ago

Closed 16 months ago

Last modified 16 months ago

#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 pierre, 16 months ago

Owner: changed from blfs-book to pierre
Status: newassigned
Type: enhancementdefect

comment:2 by pierre, 16 months ago

Resolution: fixed
Status: assignedclosed

Fixed at 50ba3b3341

comment:3 by Bruce Dubbs, 16 months 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.