qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>,
	qemu-devel@nongnu.org, laurent@vivier.eu
Subject: Re: [PATCH 1/2] target/m68k: implement do_unaligned_access callback for m68k CPUs
Date: Sun, 23 Jun 2024 12:47:46 -0700	[thread overview]
Message-ID: <d8b404d9-dd3b-4cb4-bde9-580649405024@linaro.org> (raw)
In-Reply-To: <20240623115704.315645-2-mark.cave-ayland@ilande.co.uk>

On 6/23/24 04:57, Mark Cave-Ayland wrote:
> +G_NORETURN void m68k_cpu_do_unaligned_access(CPUState *cs, vaddr addr,
> +                                             MMUAccessType access_type,
> +                                             int mmu_idx, uintptr_t retaddr)
> +{
> +    CPUM68KState *env = cpu_env(cs);
> +
> +    raise_exception(env, EXCP_ADDRESS);
> +}

Surely the address gets stored in the exception frame somewhere?


r~


  parent reply	other threads:[~2024-06-23 19:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23 11:57 [PATCH 0/2] target/m68k: implement unaligned accesses for m68k CPUs Mark Cave-Ayland
2024-06-23 11:57 ` [PATCH 1/2] target/m68k: implement do_unaligned_access callback " Mark Cave-Ayland
2024-06-23 15:11   ` BALATON Zoltan
2024-06-24  5:41     ` Mark Cave-Ayland
2024-06-23 19:47   ` Richard Henderson [this message]
2024-06-24  5:55     ` Mark Cave-Ayland
2024-06-23 11:57 ` [PATCH 2/2] target/m68k: pass alignment into TCG memory load/store routines Mark Cave-Ayland
2024-06-23 15:23   ` BALATON Zoltan
2024-06-23 19:56     ` Richard Henderson
2024-06-24  5:44     ` Mark Cave-Ayland
2024-06-24  9:29       ` BALATON Zoltan

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=d8b404d9-dd3b-4cb4-bde9-580649405024@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=laurent@vivier.eu \
    --cc=mark.cave-ayland@ilande.co.uk \
    --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).