Re: Emulate if x86-64 on x86-64

2024-08-13 Thread Chris Parker
and system dependencies would neee to be stored under a sort of ARM chroot pointed to by the -L argument? Much appreciation for all your help and comments! CP On Tue, Aug 13, 2024, 5:53 AM Peter Maydell wrote: > On Mon, 12 Aug 2024 at 18:47, Chris Parker > wrote: > > FYI - I have

Re: Emulate if x86-64 on x86-64

2024-08-12 Thread Chris Parker
the coming years as applications and operating systems continue to disregard old hardware and begin to use newer processor features. CP On Mon, Aug 12, 2024 at 1:01 PM Peter Maydell wrote: > On Mon, 12 Aug 2024 at 14:19, Peter Maydell > wrote: > > > > On Mon, 12 Aug 2024 at 1

Emulate if x86-64 on x86-64

2024-08-12 Thread Chris Parker
I have a very simple use case for QEMU that doesn't seem to be possible, despite suggestions in some parts of the documentation that it should be, or am I doing something wrong? The basic issue is how to get QEMU to provide new processor functionality for the host on the *same* architecture. In ot