qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] linux-user: Clarify error on failure to map guest address space
@ 2023-03-27 11:55 Andrew Jeffery
  2023-03-27 11:55 ` [PATCH 1/2] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/ Andrew Jeffery
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Jeffery @ 2023-03-27 11:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, laurent

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-09 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-27 11:55 [PATCH 0/2] linux-user: Clarify error on failure to map guest address space Andrew Jeffery
2023-03-27 11:55 ` [PATCH 1/2] linux-user: elfload: s/min_mmap_addr/mmap_min_addr/ Andrew Jeffery
2023-03-27 11:55 ` [PATCH 2/2] linux-user: elfload: Specify -R is an option for qemu-user binaries Andrew Jeffery
2023-06-09 20:43 ` [PATCH 0/2] linux-user: Clarify error on failure to map guest address space Michael Tokarev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).