Lx86
From Wikipedia, the free encyclopedia
PowerVM Lx86, formerly known as System p AVE, is a binary translation layer for IBM's System p servers. It enables 32-bit x86 Linux binaries to run unmodified on the Power Architecture based hardware. IBM is relying on this feature to migrate x86 Linux servers to the PowerVM virtualized environment and is supported on all POWER5 and POWER6 hardware as well as BladeCenter JS21 and JS22 systems.
In contrast to regular emulators only the instructions are translated, not the entire system, thus making it fast and flexible. The Lx86 software senses that it is executing x86 code and translates it to PowerPC code at execution, and these instructions are later cached ensuring that the translation process only has to take place once, further reducing the drop in performance usually associated with emulation. Lx86 does not support applications that access hardware directly, like kernel modules, or code that makes use of SSE instructions.
The product was at first marketed as System p AVE (System p Application Virtual Environment) and was incorrectly reported as PAVE (Portable Advanced Virtualization Emulator) in the press but the name has since changed to PowerVM Lx86. Lx86 is based on the QuickTransit dynamic translator from Transitive, the same that Apple uses for its Rosetta emulation layer that enables Mac OS X to run unmodified PowerPC binaries on their Intel-based Macintoshes.
[edit] References
- PowerVM Lx86 for x86 Linux applications
- Red Book – Getting started with PowerVM Lx86
- White paper – x86 Linux application consolidation on Power Systems platforms using IBM virtualization technologies
- IBM's System p AVE page
- IBM's press release 2007-04-23
- Transitive's press release 2007-04-23
- X86 applications on IBM's PowerPC servers - Heise online
- IBM Opens Up Beta for PAVE Linux Runtime on Power Chips, The Four Hundred