From: "Andreas Färber" <afaerber@suse.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH qom-next 00/22] ARM: QOM cpu_reset() followups
Date: Fri, 18 May 2012 16:55:39 +0200 [thread overview]
Message-ID: <4FB662EB.7030906@suse.de> (raw)
In-Reply-To: <4FB63CDC.8040807@suse.de>
Am 18.05.2012 14:13, schrieb Andreas Färber:
> Am 15.05.2012 13:14, schrieb Peter Maydell:
>> On 14 May 2012 18:31, Andreas Färber <afaerber@suse.de> wrote:
>>> Following up on your remark about ugly naming as a consequence of my CPU reset
>>> patches and my OMAP field rename, here's a few more patches.
>>>
>>> Patch 1 is spelling fixes in a comment and could be pulled into 1.1.
>>>
>>> Patches 2-7 fix some more naming ugliness that I missed when running
>>> because they were just "cpu->cpu". Again, fix by
>>> using "mpu" rather than "cpu".
>>>
>>> Patches 8-19 are what I had in mind with my choice of variable placement in
>>> the reset series. They clean up expressions in some targets, at the same time
>>> incur changes to other targets which would be needed for wiring up the CPU
>>> later anyway.
>>>
>>> Patches 20-22 are preparations cherry-picked from QOM CPUState part 4, which
>>> I'm including here since you indicated there might be a conflict with cp15 or
>>> qemu-linaro work.
>>>
>>> Please ack and indicate which merge order you would prefer.
>>
>> Series
>> Acked-by: Peter Maydell <peter.maydell@linaro.org>
>> (although note my remark about the Zynq board change).
>
> Thanks, applied 2-11, 13-14, 16-18 to minimize v2.
After checking against the cp15 series I've also applied 20-22.
/-F
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2012-05-18 14:55 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-14 17:31 [Qemu-devel] [PATCH qom-next 00/22] ARM: QOM cpu_reset() followups Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH for-1.1 01/22] arm_boot: Fix typos in comment Andreas Färber
2012-05-14 17:38 ` Stefan Weil
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 02/22] omap_sx1: Rename omap_mpu_state_s variable Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 03/22] palm: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 04/22] mainstone: Rename PXA2xxState variable Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 05/22] spitz: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 06/22] tosa: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 07/22] z2: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 08/22] strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMState Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 09/22] integratorcp: Use cpu_arm_init() to obtain ARMCPU Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 10/22] musicpal: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 11/22] versatilepb: " Andreas Färber
2012-05-14 17:31 ` [Qemu-devel] [PATCH qom-next 12/22] xilinx_zynq: " Andreas Färber
2012-05-15 11:08 ` Peter Maydell
2012-05-18 9:34 ` Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 13/22] arm_boot: Pass ARMCPU to arm_boot_info::write_secondary_boot() Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 14/22] arm_boot: Pass ARMCPU to arm_boot_info::secondary_cpu_reset_hook() Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 15/22] arm_boot: Pass ARMCPU to arm_load_kernel() Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 16/22] realview: Use cpu_arm_init() to obtain ARMCPU Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 17/22] vexpress: " Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 18/22] exynos4210: Use cpu_arm_init() to store ARMCPU Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 19/22] arm_pic: Pass ARMCPU to arm_pic_init_cpu() Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 20/22] pxa2xx: Pass ARMCPU to pxa2xx_pic_init() Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 21/22] pxa2xx_pic: Store ARMCPU in PXA2xxPICState Andreas Färber
2012-05-14 17:32 ` [Qemu-devel] [PATCH qom-next 22/22] pxa2xx_gpio: Store ARMCPU in PXA2xxGPIOInfo Andreas Färber
2012-05-15 11:14 ` [Qemu-devel] [PATCH qom-next 00/22] ARM: QOM cpu_reset() followups Peter Maydell
2012-05-18 12:13 ` Andreas Färber
2012-05-18 12:19 ` Peter Maydell
2012-05-18 14:55 ` Andreas Färber [this message]
2012-05-16 12:32 ` Igor Mitsyanko
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=4FB662EB.7030906@suse.de \
--to=afaerber@suse.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).