From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel@nongnu.org, Paolo Bonzini <pbonzini@redhat.com>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
"Stefano Stabellini" <stefano.stabellini@eu.citrix.com>,
"Stefan Hajnoczi" <stefanha@gmail.com>,
"Riku Voipio" <riku.voipio@linaro.org>,
"Alexander Graf" <agraf@suse.de>,
"Markus Armbruster" <armbru@redhat.com>,
"Blue Swirl" <blauwirbel@gmail.com>,
"Anthony Liguori" <anthony@codemonkey.ws>,
"Scott Wood" <scottwood@freescale.com>,
"Aurélien Jarno" <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PATCH qom-cpu v3 00/14] QOM CPUState, part 10: CPU loops
Date: Tue, 02 Jul 2013 02:31:53 +0200 [thread overview]
Message-ID: <51D21F79.4070004@suse.de> (raw)
In-Reply-To: <1372268143-3894-1-git-send-email-afaerber@suse.de>
Am 26.06.2013 19:35, schrieb Andreas Färber:
> Hello,
>
> This series changes cpu_single_env, first_cpu, next_cpu and thread_env to CPUState.
>
> v3 defers the removal of qemu_for_each_cpu() and drops CPU_INTERRUPT_* changes,
> renames cpu_single_cpu to current_cpu, while enforcing consistent use of
> ENV_GET_CPU() and CPUArchState macros.
>
> Available for testing at:
> git://github.com/afaerber/qemu-cpu.git qom-cpu-10.v3
> https://github.com/afaerber/qemu-cpu/commits/qom-cpu-10.v3
This v3 didn't spark new controversies, and Alex and Peter had agreed to
the remaining obj-y -> common-obj-y device changes, so I'm applying the
rebased version as indicated (still builds on ppc, too) to qom-cpu, well
aware that I will need to rebase PReP and x86 KVM first_cpu changes on
top of Paolo's memory part 4 series.
https://github.com/afaerber/qemu-cpu/commits/qom-cpu
Andreas
[...]
> Andreas Färber (14):
> kvm: Free current_cpu identifier
> cpu: Replace cpu_single_env with CPUState current_cpu
> kvm: Change kvm_remove_all_breakpoints() argument to CPUState
> linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit
> cpu: Make first_cpu and next_cpu CPUState
> linux-user: Change thread_env to CPUState
> bsd-user: Change thread_env to CPUState
> intc/arm_gic: Build arm_gic only once
> intc/openpic: Build openpic only once
> timer/arm_mptimer: Build arm_mptimer only once
> target-ppc: Don't overuse ENV_GET_CPU()
> target-s390x: Don't overuse ENV_GET_CPU()
> target-s390x: Change handle_{hypercall,diag}() argument to S390CPU
> target-i386: Don't overuse CPUArchState
>
> bsd-user/elfload.c | 6 +-
> bsd-user/main.c | 6 +-
> bsd-user/qemu.h | 2 +-
> cpu-exec.c | 13 ++--
> cpus.c | 167 ++++++++++++++++++++++++----------------------
> cputlb.c | 4 +-
> dump.c | 16 ++---
> exec.c | 55 ++++++++-------
> gdbstub.c | 35 ++++++----
> hw/alpha/typhoon.c | 16 ++---
> hw/arm/boot.c | 10 +--
> hw/arm/exynos4_boards.c | 4 +-
> hw/arm/highbank.c | 2 +-
> hw/arm/pxa2xx.c | 3 +-
> hw/arm/realview.c | 2 +-
> hw/arm/vexpress.c | 2 +-
> hw/arm/xilinx_zynq.c | 2 +-
> hw/i386/kvm/clock.c | 12 ++--
> hw/i386/kvmvapic.c | 19 ++++--
> hw/i386/pc.c | 28 ++++----
> hw/i386/pc_piix.c | 3 +-
> hw/intc/Makefile.objs | 4 +-
> hw/intc/arm_gic.c | 4 +-
> hw/intc/armv7m_nvic.c | 11 ++-
> hw/intc/openpic.c | 9 +--
> hw/intc/sh_intc.c | 5 +-
> hw/isa/lpc_ich9.c | 2 +-
> hw/mips/mips_fulong2e.c | 6 +-
> hw/mips/mips_jazz.c | 6 +-
> hw/mips/mips_malta.c | 9 +--
> hw/misc/vmport.c | 26 +++++---
> hw/ppc/mpc8544_guts.c | 3 +-
> hw/ppc/ppc.c | 12 ++--
> hw/ppc/prep.c | 12 ++--
> hw/ppc/spapr.c | 27 ++++----
> hw/sparc/sun4m.c | 5 +-
> hw/timer/Makefile.objs | 2 +-
> hw/timer/arm_mptimer.c | 9 ++-
> include/exec/cpu-all.h | 4 --
> include/exec/cpu-defs.h | 1 -
> include/hw/ppc/ppc.h | 2 -
> include/hw/ppc/ppc_e500.h | 6 ++
> include/qom/cpu.h | 8 +++
> include/sysemu/kvm.h | 10 +--
> kvm-all.c | 53 ++++++++-------
> kvm-stub.c | 6 +-
> linux-user/elfload.c | 21 +++---
> linux-user/linuxload.c | 3 +-
> linux-user/main.c | 16 ++---
> linux-user/qemu.h | 2 +-
> linux-user/signal.c | 12 ++--
> linux-user/syscall.c | 80 +++++++++++-----------
> memory.c | 10 ++-
> memory_mapping.c | 16 ++---
> monitor.c | 4 +-
> target-i386/arch_dump.c | 17 +++--
> target-i386/helper.c | 15 +++--
> target-i386/kvm.c | 8 ++-
> target-i386/misc_helper.c | 2 +-
> target-mips/op_helper.c | 25 ++++---
> target-ppc/excp_helper.c | 9 ++-
> target-ppc/kvm.c | 2 +-
> target-ppc/mmu_helper.c | 2 +-
> target-s390x/kvm.c | 14 ++--
> translate-all.c | 32 +++++----
> user-exec.c | 9 +--
> 66 files changed, 500 insertions(+), 448 deletions(-)
> create mode 100644 include/hw/ppc/ppc_e500.h
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
prev parent reply other threads:[~2013-07-02 0:32 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 17:35 [Qemu-devel] [PATCH qom-cpu v3 00/14] QOM CPUState, part 10: CPU loops Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 01/14] kvm: Free current_cpu identifier Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 02/14] cpu: Replace cpu_single_env with CPUState current_cpu Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 03/14] kvm: Change kvm_remove_all_breakpoints() argument to CPUState Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 04/14] linux-user: Clean up do_syscall() Coding Style for TARGET_NR_exit Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 05/14] cpu: Make first_cpu and next_cpu CPUState Andreas Färber
2013-07-01 17:37 ` Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 06/14] linux-user: Change thread_env to CPUState Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 07/14] bsd-user: " Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 08/14] intc/arm_gic: Build arm_gic only once Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 09/14] intc/openpic: Build openpic " Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 10/14] timer/arm_mptimer: Build arm_mptimer " Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 11/14] target-ppc: Don't overuse ENV_GET_CPU() Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 12/14] target-s390x: " Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 13/14] target-s390x: Change handle_{hypercall, diag}() argument to S390CPU Andreas Färber
2013-06-26 17:35 ` [Qemu-devel] [PATCH qom-cpu v3 14/14] target-i386: Don't overuse CPUArchState Andreas Färber
2013-07-02 0:31 ` Andreas Färber [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=51D21F79.4070004@suse.de \
--to=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=anthony@codemonkey.ws \
--cc=armbru@redhat.com \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=riku.voipio@linaro.org \
--cc=scottwood@freescale.com \
--cc=stefanha@gmail.com \
--cc=stefano.stabellini@eu.citrix.com \
/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).