qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Andrew Jeffery <andrew@aj.id.au>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org, laurent@vivier.eu
Subject: [PATCH 0/2] linux-user: Clarify error on failure to map guest address space
Date: Mon, 27 Mar 2023 22:25:22 +1030	[thread overview]
Message-ID: <20230327115524.1981482-1-andrew@aj.id.au> (raw)

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



             reply	other threads:[~2023-03-27 11:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-27 11:55 Andrew Jeffery [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230327115524.1981482-1-andrew@aj.id.au \
    --to=andrew@aj.id.au \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).