From: David Gibson <david@gibson.dropbear.id.au>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: Leonardo Bras <leobras.c@gmail.com>,
qemu-devel@nongnu.org, Bharata B Rao <bharata@linux.ibm.com>,
Bharata B Rao <bharata.rao@in.ibm.com>,
qemu-ppc@nongnu.org, Leonardo Bras <leonardo@linux.ibm.com>
Subject: Re: [RESEND PATCH v3 1/1] ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2
Date: Thu, 14 May 2020 16:46:28 +1000 [thread overview]
Message-ID: <20200514064628.GB2183@umbus.fritz.box> (raw)
In-Reply-To: <f8b3daef-960f-3e74-0b10-00d30acef00a@kaod.org>
[-- Attachment #1: Type: text/plain, Size: 942 bytes --]
On Thu, May 14, 2020 at 08:05:17AM +0200, Cédric Le Goater wrote:
> >> --- a/hw/ppc/spapr.c
> >> +++ b/hw/ppc/spapr.c
> >> @@ -446,7 +446,8 @@ static int spapr_dt_dynamic_memory_v2(SpaprMachineState *spapr, void *fdt,
> >> g_assert(drc);
> >> elem = spapr_get_drconf_cell(size / lmb_size, addr,
> >> spapr_drc_index(drc), node,
> >> - SPAPR_LMB_FLAGS_ASSIGNED);
> >> + (SPAPR_LMB_FLAGS_ASSIGNED |
> >> + SPAPR_LMB_FLAGS_HOTREMOVABLE);
>
>
> This is missing a ')'
So it is. I've corrected this in my tree, but please do compile test
your patches before sending.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2020-05-14 6:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 20:02 [RESEND PATCH v3 1/1] ppc/spapr: Add hotremovable flag on DIMM LMBs on drmem_v2 Leonardo Bras
2020-05-12 3:41 ` David Gibson
2020-05-14 6:05 ` Cédric Le Goater
2020-05-14 6:46 ` David Gibson [this message]
2020-07-06 17:45 ` Leonardo Bras
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=20200514064628.GB2183@umbus.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=bharata.rao@in.ibm.com \
--cc=bharata@linux.ibm.com \
--cc=clg@kaod.org \
--cc=leobras.c@gmail.com \
--cc=leonardo@linux.ibm.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@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).