qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR


From: Richard Henderson
Subject: Re: [PATCH 15/33] target/ppc: Implement Vector Insert from GPR using GPR index insns
Date: Sat, 23 Oct 2021 13:09:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 10/23/21 1:02 PM, BALATON Zoltan wrote:
So may question was not if it's possible but if having target_ulong different from what we had in qemu-system-ppc could cause any problems? I have no experience running 32-bit guests with qemu-system-ppc64 but previously when this came up one difference pointed out was that target_ulong would change if I remember the discussion correctly, but nobody now if that could be a problem.

It shouldn't be a problem. We take care of NARROW_MODE, so that you can boot a ppc64 guest kernel, and then run ppc32 user binaries under that.

If you do find a bug under those conditions, report it.

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]