From: "Alex Bennée" <alex.bennee@linaro.org>
To: Eric Auger <eric.auger@linaro.org>
Cc: peter.maydell@linaro.org, eric.auger@st.com, patches@linaro.org,
qemu-devel@nongnu.org, pbonzini@redhat.com,
kvmarm@lists.cs.columbia.edu
Subject: Re: [Qemu-devel] [PATCH v11 4/4] hw/arm/virt: change indentation in a15memmap
Date: Thu, 26 Mar 2015 11:30:00 +0000 [thread overview]
Message-ID: <871tkcc7yf.fsf@linaro.org> (raw)
In-Reply-To: <1425485909-5091-5-git-send-email-eric.auger@linaro.org>
Eric Auger <eric.auger@linaro.org> writes:
> Re-indent in a15memmap after VIRT_PLATFORM_BUS introduction
>
> Signed-off-by: Eric Auger <eric.auger@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> ---
> hw/arm/virt.c | 26 +++++++++++++-------------
> 1 file changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/hw/arm/virt.c b/hw/arm/virt.c
> index c3f4c54..e22a0fa 100644
> --- a/hw/arm/virt.c
> +++ b/hw/arm/virt.c
> @@ -128,26 +128,26 @@ typedef struct {
> */
> static const MemMapEntry a15memmap[] = {
> /* Space up to 0x8000000 is reserved for a boot ROM */
> - [VIRT_FLASH] = { 0, 0x08000000 },
> - [VIRT_CPUPERIPHS] = { 0x08000000, 0x00020000 },
> + [VIRT_FLASH] = { 0, 0x08000000 },
> + [VIRT_CPUPERIPHS] = { 0x08000000, 0x00020000 },
> /* GIC distributor and CPU interfaces sit inside the CPU peripheral space */
> - [VIRT_GIC_DIST] = { 0x08000000, 0x00010000 },
> - [VIRT_GIC_CPU] = { 0x08010000, 0x00010000 },
> - [VIRT_UART] = { 0x09000000, 0x00001000 },
> - [VIRT_RTC] = { 0x09010000, 0x00001000 },
> - [VIRT_FW_CFG] = { 0x09020000, 0x0000000a },
> + [VIRT_GIC_DIST] = { 0x08000000, 0x00010000 },
> + [VIRT_GIC_CPU] = { 0x08010000, 0x00010000 },
> + [VIRT_UART] = { 0x09000000, 0x00001000 },
> + [VIRT_RTC] = { 0x09010000, 0x00001000 },
> + [VIRT_FW_CFG] = { 0x09020000, 0x0000000a },
> [VIRT_PLATFORM_BUS] = { 0x09400000, 0x00400000 },
> - [VIRT_MMIO] = { 0x0a000000, 0x00000200 },
> + [VIRT_MMIO] = { 0x0a000000, 0x00000200 },
> /* ...repeating for a total of NUM_VIRTIO_TRANSPORTS, each of that size */
> /*
> * PCIE verbose map:
> *
> - * MMIO window { 0x10000000, 0x2eff0000 },
> - * PIO window { 0x3eff0000, 0x00010000 },
> - * ECAM { 0x3f000000, 0x01000000 },
> + * MMIO window { 0x10000000, 0x2eff0000 },
> + * PIO window { 0x3eff0000, 0x00010000 },
> + * ECAM { 0x3f000000, 0x01000000 },
> */
> - [VIRT_PCIE] = { 0x10000000, 0x30000000 },
> - [VIRT_MEM] = { 0x40000000, 30ULL * 1024 * 1024 * 1024 },
> + [VIRT_PCIE] = { 0x10000000, 0x30000000 },
> + [VIRT_MEM] = { 0x40000000, 30ULL * 1024 * 1024 * 1024 },
> };
>
> static const int a15irqmap[] = {
--
Alex Bennée
next prev parent reply other threads:[~2015-03-26 11:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 16:18 [Qemu-devel] [PATCH v11 0/4] machvirt dynamic sysbus device instantiation Eric Auger
2015-03-04 16:18 ` [Qemu-devel] [PATCH v11 1/4] hw/arm/sysbus-fdt: helpers for platform bus nodes addition Eric Auger
2015-03-26 12:23 ` Alex Bennée
2015-03-04 16:18 ` [Qemu-devel] [PATCH v11 2/4] hw/arm/boot: arm_load_kernel implemented as a machine init done notifier Eric Auger
2015-03-26 11:07 ` Alex Bennée
2015-03-04 16:18 ` [Qemu-devel] [PATCH v11 3/4] hw/arm/virt: add dynamic sysbus device support Eric Auger
2015-03-26 11:27 ` Alex Bennée
2015-03-04 16:18 ` [Qemu-devel] [PATCH v11 4/4] hw/arm/virt: change indentation in a15memmap Eric Auger
2015-03-26 11:30 ` Alex Bennée [this message]
2015-04-23 15:05 ` [Qemu-devel] [PATCH v11 0/4] machvirt dynamic sysbus device instantiation Baptiste Reynal
2015-04-23 15:17 ` Eric Auger
2015-04-24 7:36 ` Baptiste Reynal
2015-04-27 14:02 ` Alexander Graf
2015-04-27 14:17 ` Eric Auger
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=871tkcc7yf.fsf@linaro.org \
--to=alex.bennee@linaro.org \
--cc=eric.auger@linaro.org \
--cc=eric.auger@st.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--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).