Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187779 - sys-apps/v86d - add support for x86emu
Summary: sys-apps/v86d - add support for x86emu
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-05 07:07 UTC by Russell Harmon
Modified: 2007-08-05 18:13 UTC (History)
1 user (show)

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


Attachments
v86d-0.1_rc4.ebuild (v86d-0.1_rc4.ebuild,1.28 KB, text/plain)
2007-08-05 07:07 UTC, Russell Harmon
Details
v86d-0.1_rc4.patch (v86d-0.1_rc4.patch,357 bytes, patch)
2007-08-05 07:08 UTC, Russell Harmon
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Harmon 2007-08-05 07:07:17 UTC
The v86d application supports both full emulation, and partially hardware accelerated emulation for x86 machines. At the moment however, the ebuild always uses full emulation. I added support for the hardware accelerated mode when on x86. Patch and full ebuild are below
Comment 1 Russell Harmon 2007-08-05 07:07:40 UTC
Created attachment 126918 [details]
v86d-0.1_rc4.ebuild
Comment 2 Russell Harmon 2007-08-05 07:08:21 UTC
Created attachment 126920 [details, diff]
v86d-0.1_rc4.patch
Comment 3 Russell Harmon 2007-08-05 07:37:27 UTC
Oh, I forgot something... Having x86 use x86emu removes the dependency of lrmi from v86d, so you can remove line 17 "x86? ( sys-libs/lrmi )". I'm not attaching a patch since the change is so trivial... just remove the line and fix the quotes.
Comment 4 Michal Januszewski (RETIRED) gentoo-dev 2007-08-05 12:10:36 UTC
(In reply to comment #0)
> The v86d application supports both full emulation, and partially hardware
> accelerated emulation for x86 machines. At the moment however, the ebuild
> always uses full emulation. I added support for the hardware accelerated mode
> when on x86. Patch and full ebuild are below

x86emu = full emulation, lrmi = virtualization.  The ebuild uses lrmi on x86 and x86emu on other arches (amd64 at the moment).  Your patch forces full emulation on x86.  Any reason for this?


Comment 5 Russell Harmon 2007-08-05 18:13:14 UTC
Ah, I got it backwards, my mistake.