From: Warner Losh <imp@bsdimp.com>
To: Richard Henderson <richard.henderson@linaro.org>
Cc: Kyle Evans <kevans@freebsd.org>,
Alex Richardson <arichardson@freebsd.org>,
QEMU Developers <qemu-devel@nongnu.org>,
Stacey Son <sson@freebsd.org>
Subject: Re: [PULL 21/24] bsd-user: add arm target_signal.h
Date: Fri, 23 Apr 2021 17:47:26 -0600 [thread overview]
Message-ID: <CANCZdfpyh6kiufSxiFG7S4r5WQms=rg_-W=stegv=jqaWJsZZQ@mail.gmail.com> (raw)
In-Reply-To: <e36d6f1a-895d-edeb-4194-00d2694e7e78@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 459 bytes --]
On Fri, Apr 23, 2021 at 5:19 PM Richard Henderson <
richard.henderson@linaro.org> wrote:
> On 4/23/21 1:39 PM, imp@bsdimp.com wrote:
> > +static inline abi_ulong get_sp_from_cpustate(CPUARMState *state)
> > +{
> > + return state->regs[R_ESP];
> > +}
>
> Shall we just wait until arm actually compiles?
> This won't, being a copy from x86...
>
OK. Fair point. I'll drop this for now and pick it up when more of the arm
is in place. Good catch.
>
> r~
>
[-- Attachment #2: Type: text/html, Size: 1047 bytes --]
next prev parent reply other threads:[~2021-04-23 23:48 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-23 20:39 [PULL 10/24] bsd-user: style tweak: use C not C++ comments imp
2021-04-23 20:39 ` [PULL 11/24] bsd-user: style tweak: if 0 -> ifdef notyet for code needed in future imp
2021-04-23 21:23 ` Philippe Mathieu-Daudé
2021-04-23 21:38 ` Warner Losh
2021-04-23 22:08 ` Philippe Mathieu-Daudé
2021-04-23 23:00 ` Richard Henderson
2021-04-23 20:39 ` [PULL 12/24] " imp
2021-04-23 20:39 ` [PULL 13/24] " imp
2021-04-23 20:39 ` [PULL 14/24] " imp
2021-04-23 20:39 ` [PULL 15/24] bsd-user: Fix commentary issues imp
2021-04-23 23:07 ` Richard Henderson
2021-04-26 8:56 ` Daniel P. Berrangé
2021-04-26 9:12 ` Peter Maydell
2021-04-26 15:10 ` Warner Losh
2021-04-23 20:39 ` [PULL 16/24] bsd-user: Use preferred block comments imp
2021-04-23 23:07 ` Richard Henderson
2021-04-23 20:39 ` [PULL 17/24] bsd-user: move extern to header file imp
2021-04-23 23:29 ` Richard Henderson
2021-04-23 20:39 ` [PULL 18/24] bsd-user: style changes for {} imp
2021-04-23 23:15 ` Richard Henderson
2021-04-23 20:39 ` [PULL 19/24] bsd-user: use qemu_strtol in preference to strtol imp
2021-04-23 21:16 ` Philippe Mathieu-Daudé
2021-04-23 21:21 ` Warner Losh
2021-04-23 20:39 ` [PULL 20/24] bsd-user: introduce host_os.h for bsd-specific code and defaults imp
2021-04-23 23:16 ` Richard Henderson
2021-04-23 20:39 ` [PULL 21/24] bsd-user: add arm target_signal.h imp
2021-04-23 23:19 ` Richard Henderson
2021-04-23 23:47 ` Warner Losh [this message]
2021-04-23 20:39 ` [PULL 22/24] bsd-user: create target_arch_cpu.h imp
2021-04-23 23:21 ` Richard Henderson
2021-04-23 20:39 ` [PULL 23/24] bsd-user: move x86 (i386 and x86_64) cpu_loop to target_arch_cpu.h imp
2021-04-23 23:23 ` Richard Henderson
2021-04-23 20:39 ` [PULL 24/24] bsd-user: move sparc cpu_loop into target_arch_cpu.h as target_cpu_loop imp
2021-04-23 23:25 ` Richard Henderson
2021-04-23 23:06 ` [PULL 10/24] bsd-user: style tweak: use C not C++ comments Richard Henderson
2021-04-23 23:44 ` Warner Losh
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='CANCZdfpyh6kiufSxiFG7S4r5WQms=rg_-W=stegv=jqaWJsZZQ@mail.gmail.com' \
--to=imp@bsdimp.com \
--cc=arichardson@freebsd.org \
--cc=kevans@freebsd.org \
--cc=qemu-devel@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=sson@freebsd.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).