From: "Philippe Mathieu-Daudé" <philippe.mathieu.daude@gmail.com>
To: Richard Henderson <richard.henderson@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, "Philippe Mathieu-Daudé" <f4bug@amsat.org>
Subject: Re: [PATCH v3 00/21] softmmu: Make various objects target agnostic
Date: Sun, 6 Mar 2022 12:10:25 +0100 [thread overview]
Message-ID: <41165fcb-7ef1-3fb4-0655-24642f8fa0e1@gmail.com> (raw)
In-Reply-To: <20220207075426.81934-1-f4bug@amsat.org>
On 7/2/22 08:54, Philippe Mathieu-Daudé wrote:
> This is a re-org accel/ and softmmu/ to have more target-agnostic
> objects.
>
> Series fully reviewed. Paolo, Richard, do you want me to send a
> pull request for this and the 'Remove "qemu/log.h"' series?
Since soft-freeze is soon, I'm going to send a pull request for
this cleanup. Queuing as 'abstract-arch-cpu'.
> Philippe Mathieu-Daudé (21):
> accel: Restrict sysemu stubs to system emulation
> accel/meson: Only build hw virtualization with system emulation
> exec: Declare vaddr as a generic target-agnostic type
> exec: Make cpu_memory_rw_debug() target agnostic
> sysemu/memory_mapping: Become target-agnostic
> sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target
> agnostic
> accel/kvm: Simplify user-mode #ifdef'ry
> accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE
> softmmu/cpus: Code movement
> accel: Introduce AccelOpsClass::cpu_thread_is_idle()
> accel: Introduce AccelOpsClass::cpus_are_resettable()
> softmmu/globals: Remove unused 'hw/i386/*' headers
> softmmu/runstate: Clean headers
> softmmu/physmem: Remove unnecessary include
> softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
> misc: Remove unnecessary "sysemu/cpu-timers.h" include
> misc: Add missing "sysemu/cpu-timers.h" include
> exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
> exec/cpu: Make address_space_init/reloading_memory_map target agnostic
> softmmu: Add qemu_init_arch_modules()
> softmmu: Build target-agnostic objects once
prev parent reply other threads:[~2022-03-06 11:11 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 7:54 [PATCH v3 00/21] softmmu: Make various objects target agnostic Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 01/21] accel: Restrict sysemu stubs to system emulation Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 02/21] accel/meson: Only build hw virtualization with " Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 03/21] exec: Declare vaddr as a generic target-agnostic type Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 04/21] exec: Make cpu_memory_rw_debug() target agnostic Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 05/21] sysemu/memory_mapping: Become target-agnostic Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 06/21] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() target agnostic Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 07/21] accel/kvm: Simplify user-mode #ifdef'ry Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 08/21] accel/hax: Introduce CONFIG_HAX_IS_POSSIBLE Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 09/21] softmmu/cpus: Code movement Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle() Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 11/21] accel: Introduce AccelOpsClass::cpus_are_resettable() Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 12/21] softmmu/globals: Remove unused 'hw/i386/*' headers Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 13/21] softmmu/runstate: Clean headers Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 14/21] softmmu/physmem: Remove unnecessary include Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 17/21] misc: Add missing " Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 18/21] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 19/21] exec/cpu: Make address_space_init/reloading_memory_map " Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 20/21] softmmu: Add qemu_init_arch_modules() Philippe Mathieu-Daudé via
2022-02-07 7:54 ` [PATCH v3 21/21] softmmu: Build target-agnostic objects once Philippe Mathieu-Daudé via
2022-03-06 11:10 ` Philippe Mathieu-Daudé [this message]
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=41165fcb-7ef1-3fb4-0655-24642f8fa0e1@gmail.com \
--to=philippe.mathieu.daude@gmail.com \
--cc=f4bug@amsat.org \
--cc=pbonzini@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).