From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org
Cc: "Max Filippov" <jcmvbkbc@gmail.com>,
"Richard Henderson" <richard.henderson@linaro.org>,
"Bin Meng" <bin.meng@windriver.com>,
kvm@vger.kernel.org, qemu-ppc@nongnu.org,
"Greg Kurz" <groug@kaod.org>,
"Daniel Henrique Barboza" <danielhb413@gmail.com>,
"Bernhard Beschow" <shentey@gmail.com>,
qemu-riscv@nongnu.org, "Song Gao" <gaosong@loongson.cn>,
"Artyom Tarasenko" <atar4qemu@gmail.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Laurent Vivier" <laurent@vivier.eu>,
"Alistair Francis" <alistair.francis@wdc.com>,
"Cédric Le Goater" <clg@kaod.org>,
"David Gibson" <david@gibson.dropbear.id.au>,
"Xiaojuan Yang" <yangxiaojuan@loongson.cn>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v2 0/9] target/misc: Header cleanups around "cpu.h"
Date: Sat, 17 Dec 2022 18:28:58 +0100 [thread overview]
Message-ID: <20221217172907.8364-1-philmd@linaro.org> (raw)
These patches are part of a big refactor cleanup
around "cpu.h". Most changes should be trivial IMHO.
Since v1:
- dropped patches including "cpu.h" in multiply included 'helper.h'
- dropped Hexagon patch
- better split sysemu fields in RISC-V's CPUArchState
Bernhard Beschow (1):
target/loongarch/cpu: Remove unused "sysbus.h" header
Philippe Mathieu-Daudé (8):
target/alpha: Remove obsolete STATUS document
target/loongarch/cpu: Restrict "memory.h" header to sysemu
target/ppc/internal: Restrict MMU declarations to sysemu
target/ppc/kvm: Remove unused "sysbus.h" header
target/riscv/cpu: Move Floating-Point fields closer
target/riscv/cpu: Restrict some sysemu-specific fields from
CPUArchState
target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
target/xtensa/cpu: Include missing "memory.h" header
target/alpha/STATUS | 28 ----------------------------
target/loongarch/cpu.h | 3 ++-
target/ppc/internal.h | 5 +++++
target/ppc/kvm.c | 1 -
target/riscv/cpu.h | 23 +++++++++++++----------
target/sparc/mmu_helper.c | 2 --
target/xtensa/cpu.c | 3 +++
7 files changed, 23 insertions(+), 42 deletions(-)
delete mode 100644 target/alpha/STATUS
--
2.38.1
next reply other threads:[~2022-12-17 17:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-17 17:28 Philippe Mathieu-Daudé [this message]
2022-12-17 17:28 ` [PATCH v2 1/9] target/alpha: Remove obsolete STATUS document Philippe Mathieu-Daudé
2022-12-17 18:29 ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 2/9] target/loongarch/cpu: Remove unused "sysbus.h" header Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 3/9] target/loongarch/cpu: Restrict "memory.h" header to sysemu Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 4/9] target/ppc/internal: Restrict MMU declarations " Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 5/9] target/ppc/kvm: Remove unused "sysbus.h" header Philippe Mathieu-Daudé
2022-12-17 18:30 ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 6/9] target/riscv/cpu: Move Floating-Point fields closer Philippe Mathieu-Daudé
2022-12-17 18:32 ` Richard Henderson
2022-12-17 17:29 ` [PATCH v2 7/9] target/riscv/cpu: Restrict some sysemu-specific fields from CPUArchState Philippe Mathieu-Daudé
2022-12-17 18:00 ` Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 8/9] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard Philippe Mathieu-Daudé
2022-12-17 17:29 ` [PATCH v2 9/9] target/xtensa/cpu: Include missing "memory.h" header 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=20221217172907.8364-1-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=alistair.francis@wdc.com \
--cc=atar4qemu@gmail.com \
--cc=bin.meng@windriver.com \
--cc=clg@kaod.org \
--cc=danielhb413@gmail.com \
--cc=david@gibson.dropbear.id.au \
--cc=gaosong@loongson.cn \
--cc=groug@kaod.org \
--cc=jcmvbkbc@gmail.com \
--cc=kvm@vger.kernel.org \
--cc=laurent@vivier.eu \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=palmer@dabbelt.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=qemu-riscv@nongnu.org \
--cc=richard.henderson@linaro.org \
--cc=shentey@gmail.com \
--cc=yangxiaojuan@loongson.cn \
/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).