@[email protected] to [email protected] • 2 months agoFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.comexternal-linkmessage-square36fedilinkarrow-up1208arrow-down13cross-posted to: [email protected]
arrow-up1205arrow-down1external-linkFedora 42 On 64-bit ARM Might Make It Seamless To Run x86/x86_64 Programswww.phoronix.com@[email protected] to [email protected] • 2 months agomessage-square36fedilinkcross-posted to: [email protected]
minus-squareKairoslinkfedilink6•2 months agoThat’d be cool. I mean, can’t you just run it with qemu-user anyway?
minus-square@[email protected]linkfedilink7•2 months agoI guess it is more performant. https://discussion.fedoraproject.org/t/131147
minus-square@[email protected]linkfedilinkEnglish2•2 months agoLet me know if I don’t know enough about what you are talking about, but I think your saying to use qemu to o run windows. This is about running x86 code on arm processors, like what Apple does with Rosetta.
minus-square@Pentalink12•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-square@[email protected]linkfedilink2•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.
minus-squarePossibly linuxlinkfedilinkEnglish2•2 months agoYou can but the performance will be suboptimal
That’d be cool.
I mean, can’t you just run it with qemu-user anyway?
I guess it is more performant.
https://discussion.fedoraproject.org/t/131147
Let me know if I don’t know enough about what you are talking about, but I think your saying to use qemu to o run windows.
This is about running x86 code on arm processors, like what Apple does with Rosetta.
Qemu can emulate one architecture on another. And qemu-user can be used to run a single userspace-program on a different architecture.
This is what I was refering to.
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.
You can but the performance will be suboptimal