From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PULL 0/2] M68k for 2.12 patches
Date: Tue, 20 Mar 2018 10:08:11 +0100 [thread overview]
Message-ID: <20180320090813.852-1-laurent@vivier.eu> (raw)
The following changes since commit 55901900ec69d6fd6f332003d8ab81b2f8a38529:
Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-request' into staging (2018-03-15 17:58:28 +0000)
are available in the Git repository at:
git://github.com/vivier/qemu-m68k.git tags/m68k-for-2.12-pull-request
for you to fetch changes up to ecc207d2fc1d45fabb16c38742a6675a7ba56cbc:
target/m68k: add a mechanism to automatically free TCGv (2018-03-20 09:38:58 +0100)
----------------------------------------------------------------
This series of patches is needed to fix a problem
in the m68k translator that can crash QEMU when translation
cache has too many instructions:
qemu-m68k: tcg/tcg.c:883: tcg_temp_alloc: Assertion `n < 512' failed.
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
I have reproduced it in linux user mode, with "ghc", and in
system mode with the debian-installer for unstable distro
from debian-ports.
----------------------------------------------------------------
Laurent Vivier (2):
target/m68k: add DisasContext parameter to gen_extend()
target/m68k: add a mechanism to automatically free TCGv
target/m68k/translate.c | 102 +++++++++++++++++++++++++++++++-----------------
1 file changed, 66 insertions(+), 36 deletions(-)
--
2.14.3
next reply other threads:[~2018-03-20 9:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-20 9:08 Laurent Vivier [this message]
2018-03-20 9:08 ` [Qemu-devel] [PULL 1/2] target/m68k: add DisasContext parameter to gen_extend() Laurent Vivier
2018-03-20 9:08 ` [Qemu-devel] [PULL 2/2] target/m68k: add a mechanism to automatically free TCGv Laurent Vivier
2018-03-20 15:43 ` [Qemu-devel] [PULL 0/2] M68k for 2.12 patches Peter Maydell
2018-03-30 16:54 ` Rob Landley
2018-03-30 17:00 ` Laurent Vivier
2018-04-02 18:13 ` Rob Landley
2018-04-02 19:05 ` Laurent Vivier
2018-04-02 22:35 ` Rob Landley
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=20180320090813.852-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--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).