Sun4m with V8 extensions

2021-05-28 Thread Justin Clancy
Hi all, I am running a SPARC Solaris 5.9 qemu to support a licensing server, but the software uses V8 extensions to the 4m instruction set. As I am using the default machine and cpu for qemu-system-sparc, it doesn't include those extensions. My question is what machine/cpu combination should

Re: How to get host virtual address from guest physical address?

2021-05-28 Thread Peter Maydell
On Fri, 28 May 2021 at 03:50, wrote: > In my baremetal test on aarch64, I pass the guest physical address of an > array of a structure to the qemu peripheral code using peripherals register. > > I soon realized the adderss is from another world and to access this address > in qemu, I need the ho