From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org, Laurent Vivier <laurent@vivier.eu>
Cc: "Eduardo Habkost" <ehabkost@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Claudio Fontana" <cfontana@suse.de>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Alex Bennée" <alex.bennee@linaro.org>
Subject: [PATCH 0/3] user-mode: Rename CPUState::opaque as CPUState::task_state
Date: Thu,  4 Mar 2021 16:26:04 +0100	[thread overview]
Message-ID: <20210304152607.1817648-1-f4bug@amsat.org> (raw)
Yet another series trying to clarify CPUState fields.
Here we change 'void *opaque' by 'TaskState *task_state'
to remove confusion regarding when this 'opaque' field
can be used.
Philippe Mathieu-Daudé (3):
  user-mode: Use QEMU_ALIGNED() on TaskState structure
  cpu: Forward-declare user-mode TaskState structure
  user-mode: Rename CPUState::opaque as CPUState::task_state
 bsd-user/qemu.h                  |  4 ++--
 include/hw/core/cpu.h            |  7 ++++--
 linux-user/m68k/target_cpu.h     |  3 +--
 linux-user/qemu.h                |  6 ++---
 bsd-user/main.c                  |  2 +-
 gdbstub.c                        | 13 ++++------
 hw/semihosting/arm-compat-semi.c | 12 ++++------
 linux-user/aarch64/cpu_loop.c    |  2 +-
 linux-user/arm/cpu_loop.c        |  4 ++--
 linux-user/arm/signal.c          |  2 +-
 linux-user/cris/cpu_loop.c       |  3 +--
 linux-user/elfload.c             |  8 +++----
 linux-user/hppa/signal.c         |  3 +--
 linux-user/linuxload.c           |  2 +-
 linux-user/m68k/cpu_loop.c       |  2 +-
 linux-user/main.c                |  2 +-
 linux-user/mips/cpu_loop.c       |  3 +--
 linux-user/ppc/signal.c          |  7 +++---
 linux-user/riscv/cpu_loop.c      |  3 +--
 linux-user/signal.c              | 34 ++++++++++++--------------
 linux-user/syscall.c             | 41 +++++++++++++-------------------
 linux-user/vm86.c                | 19 +++++++--------
 target/m68k/m68k-semi.c          |  2 +-
 23 files changed, 80 insertions(+), 104 deletions(-)
-- 
2.26.2
next             reply	other threads:[~2021-03-04 15:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-04 15:26 Philippe Mathieu-Daudé [this message]
2021-03-04 15:26 ` [PATCH 1/3] user-mode: Use QEMU_ALIGNED() on TaskState structure Philippe Mathieu-Daudé
2021-03-04 17:08   ` Peter Maydell
2021-03-04 15:26 ` [PATCH 2/3] cpu: Forward-declare user-mode " Philippe Mathieu-Daudé
2021-03-04 16:47   ` Philippe Mathieu-Daudé
2021-03-04 15:26 ` [PATCH 3/3] user-mode: Rename CPUState::opaque as CPUState::task_state Philippe Mathieu-Daudé
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=20210304152607.1817648-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=alex.bennee@linaro.org \
    --cc=cfontana@suse.de \
    --cc=ehabkost@redhat.com \
    --cc=laurent@vivier.eu \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).