Re: [Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target

2018-02-08 Thread Luke Shumaker
Ping. On Thu, 28 Dec 2017 13:08:03 -0500, Luke Shumaker wrote: > > From: Luke Shumaker > > The goal of this patchset is to fix > https://bugs.launchpad.net/qemu/+bug/1740219 > > The gist is that the current linear search for an acceptable address > range is a bad strategy

Re: [Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target

2018-01-15 Thread Luke Shumaker
Ping for code review? -- Happy hacking, ~ Luke Shumaker

[Qemu-devel] [PATCH 00/10] linux-user: Speed up guest space initialization on 32-bit ARM target

2017-12-28 Thread Luke Shumaker
From: Luke Shumaker The goal of this patchset is to fix https://bugs.launchpad.net/qemu/+bug/1740219 The gist is that the current linear search for an acceptable address range is a bad strategy when the reason we didn't get a good address on the first try is that we've