[PATCH 0/2] linux-user: Clarify error on failure to map guest address space

Andrew Jeffery posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230327115524.1981482-1-andrew@aj.id.au
Maintainers: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
[PATCH 0/2] linux-user: Clarify error on failure to map guest address space
Posted by Andrew Jeffery 1 year ago
Hello,

This series is a couple of trivial improvements to the error message from linux-user's ELF loader
when it fails to mmap() the guest's address space. Both issues caused me brief confusion when trying
to sort myself out after hitting https://gitlab.com/qemu-project/qemu/-/issues/447

I've build tested the two as a sanity check.

Cheers,

Andrew

Andrew Jeffery (2):
  linux-user: elfload: s/min_mmap_addr/mmap_min_addr/
  linux-user: elfload: Specify -R is an option for qemu-user binaries

 linux-user/elfload.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.39.2
Re: [PATCH 0/2] linux-user: Clarify error on failure to map guest address space
Posted by Michael Tokarev 9 months, 3 weeks ago
27.03.2023 14:55, Andrew Jeffery wrote:
> Hello,
> 
> This series is a couple of trivial improvements to the error message from linux-user's ELF loader
> when it fails to mmap() the guest's address space. Both issues caused me brief confusion when trying
> to sort myself out after hitting https://gitlab.com/qemu-project/qemu/-/issues/447
> 
> I've build tested the two as a sanity check.

Ping?  That seems like some nice rewording, but not my area..

Thanks!

/mjt