petsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 months agoFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.comexternal-linkmessage-square37fedilinkarrow-up1217arrow-down13
arrow-up1214arrow-down1external-linkFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 2 months agomessage-square37fedilink
minus-squarePenta@lemmy.worldlinkfedilinkarrow-up13·2 months agoQemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.
minus-squarebruce965@lemmy.mllinkfedilinkarrow-up3·edit-22 months agoI might be very mistaken, but I don’t think QEMU can link mixed-architecture dependencies. Box86 can run an x86 game on ARM and link ARM-native shared objects for OpenGL, thus skipping emulation of some hotpath code.
Qemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.
I might be very mistaken, but I don’t think QEMU can link mixed-architecture dependencies. Box86 can run an x86 game on ARM and link ARM-native shared objects for OpenGL, thus skipping emulation of some hotpath code.
This is what I was refering to.