[PATCH-for-8.0 0/5] cpu: Move target-independent code to common code

Philippe Mathieu-Daudé posted 5 patches 1 year, 4 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20221130135241.85060-1-philmd@linaro.org
Maintainers: Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>
cpu.c         | 165 --------------------------------------------------
cpus-common.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++++
meson.build   |   3 +-
3 files changed, 165 insertions(+), 166 deletions(-)
[PATCH-for-8.0 0/5] cpu: Move target-independent code to common code
Posted by Philippe Mathieu-Daudé 1 year, 4 months ago
Trivial housekeeping in cpu*.c.

Philippe Mathieu-Daudé (5):
  cpu: Remove capstone meson dependency
  cpu: Move cpu_class_init_props() to common code
  cpu: Move breakpoint helpers to common code
  cpu: Move cpu_abort() to common code
  cpu: Remove unused includes

 cpu.c         | 165 --------------------------------------------------
 cpus-common.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++++
 meson.build   |   3 +-
 3 files changed, 165 insertions(+), 166 deletions(-)

-- 
2.38.1


Re: [PATCH-for-8.0 0/5] cpu: Move target-independent code to common code
Posted by Paolo Bonzini 1 year, 4 months ago
Queued, thanks.

Paolo
Re: [PATCH-for-8.0 0/5] cpu: Move target-independent code to common code
Posted by Richard Henderson 1 year, 4 months ago
On 11/30/22 07:35, Paolo Bonzini wrote:
> Queued, thanks.

I think at least two patches are broken.


r~