Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116840 - net-misc/vde is incompatible with qemu 0.8
Summary: net-misc/vde is incompatible with qemu 0.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
: 128203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-12-26 21:29 UTC by Tim Redman
Modified: 2006-06-26 02:11 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
qemu wrapper script to use with vdeq... (qemu72,391 bytes, text/plain)
2005-12-27 16:09 UTC, Nico Baggus
Details
qemu wrapper for 0.8.0 that emulates 0.7.2 (qemu72,415 bytes, text/plain)
2005-12-28 12:10 UTC, Nico Baggus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Redman 2005-12-26 21:29:17 UTC
All versions of net-misc/vde in portage contain a vdeqemu executable that is incompatible with app-emulation/qemu-0.8.  For networking, the commands have changed somewhat.  vdeqemu attempts to use the command line option -tun-fd to use a file descriptor for the tun/tap device.  However, the latest version of qemu (0.8) no long has this parameter, instead using -net, followed by an option.

I have checked the source for vde 1.5.9 and 2.0 (neither in Portage yet), and neither of them show support for the new command line options now.  vde is used for more than just qemu (Bochs, UML, etc), so instead of a masking put on it, maybe an einfo message should be added to the ebuild that says that the vdeqemu executable is not compatible with qemu versions later than 7.2.
Comment 1 Nico Baggus 2005-12-27 16:09:53 UTC
Created attachment 75650 [details]
qemu wrapper script to use with vdeq...

This script can wrap qemu V0.8 and translate the vdeq qemu 0.7.2 arguments to qemu 0.8:

usage:    vdeq ${path}/qemu72 -hda ......
Comment 2 Nico Baggus 2005-12-28 12:10:30 UTC
Created attachment 75684 [details]
qemu wrapper for 0.8.0 that emulates 0.7.2

The wrapper is updated to now support -isa --> -M isapc and network specification.
Comment 3 Tim Redman 2005-12-28 12:44:16 UTC
Nico,

Works like a flippin' charm.  Thanks a bunch.

Has anybody told the vde folks about this yet?
Comment 4 Nico Baggus 2005-12-28 13:14:18 UTC
Not as far as I know...
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-03-30 22:53:18 UTC
*** Bug 128203 has been marked as a duplicate of this bug. ***
Comment 6 David Sparks 2006-03-31 15:18:06 UTC
Any traction on this?
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2006-06-26 02:11:31 UTC
I have added a new version 2.0.2 which also fixes this. Thanks!