qemu-devel
[Top][All Lists]
Advanced

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

Re: tcg: pointer size warning on x32 arch


From: Richard Henderson
Subject: Re: tcg: pointer size warning on x32 arch
Date: Mon, 20 Sep 2021 11:43:09 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/12/21 6:10 AM, Richard Henderson wrote:
We may need something like

     if (sizeof(void *) == 8) {
         diff = tcg_pcrel_diff(s, (const void *)(uintptr_t)arg) - 7;
         ...
     }

I wonder if I still have an x32 vmm hanging about.

I do not have an x32 vmm anymore, and I don't see a distro ships one either. So: Michael, are you able to test and submit a patch?

Otherwise, because of the lack of distro thing, I'm tempted to drop x32 support 
entirely.


r~



reply via email to

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