qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Magnus Damm" <magnus.damm@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH] mark host pages as reserved
Date: Tue, 11 Dec 2007 12:21:25 +0900	[thread overview]
Message-ID: <aec7e5c30712101921lb863972ld1af1a01ed5d9eef@mail.gmail.com> (raw)
In-Reply-To: <aec7e5c30712050045u79bcf3abkf93c2d7dbb067a8b@mail.gmail.com>

Hi everyone,

On Dec 5, 2007 5:45 PM, Magnus Damm <magnus.damm@gmail.com> wrote:
> Hi all,
>
> This patch teaches the user space emulator about host pages. It marks
> present host page mappings with PAGE_RESERVED so mmap_find_vma()
> properly can detect that pages at mmap_next_start should be skipped
> over instead of being overwritten using mmap(). Without this patch I
> experience crashes with the arm or sh4 user space emulator together
> with sbox2. This combination sometimes result in that host libraries
> are mapped into the qemu process space starting from 0x4xxxxxxx
> instead of 0xb7xxxxxx. This together with the initial value of
> mmap_next_start results in a segfault when the elf loader overwrites
> the mapped host libraries with the target binary.
>
> Comments anyone?

Any reason for not applying this patch? This fixes user space
emulation for all targets.

Thanks,

/ magnus

  reply	other threads:[~2007-12-11  3:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-05  8:45 [Qemu-devel] [PATCH] mark host pages as reserved Magnus Damm
2007-12-11  3:21 ` Magnus Damm [this message]
2007-12-11  9:14   ` [Qemu-devel] " Fabrice Bellard

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=aec7e5c30712101921lb863972ld1af1a01ed5d9eef@mail.gmail.com \
    --to=magnus.damm@gmail.com \
    --cc=qemu-devel@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).