mbox series

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

Message ID 20230327115524.1981482-1-andrew@aj.id.au (mailing list archive)
Headers show
Series linux-user: Clarify error on failure to map guest address space | expand

Message

Andrew Jeffery March 27, 2023, 11:55 a.m. UTC
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(-)

Comments

Michael Tokarev June 9, 2023, 8:43 p.m. UTC | #1
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