Re: [Qemu-devel] [PATCH v2 0/4] linux-user fixes for va mapping

2017-10-16 Thread Riku Voipio
On Thu, Oct 05, 2017 at 10:35:57AM -0400, Richard Henderson wrote: > Version 1 was back in July, > > https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg02033.html > > > At first I was simply going to add TARGET_SH to the existing > > set of defines that trigger a 31-bit address space.

[Qemu-devel] [PATCH v2 0/4] linux-user fixes for va mapping

2017-10-05 Thread Richard Henderson
Version 1 was back in July, https://lists.gnu.org/archive/html/qemu-devel/2017-07/msg02033.html > At first I was simply going to add TARGET_SH to the existing > set of defines that trigger a 31-bit address space. But then > I realized that one could create non-working va configurations