From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byroj-0002gK-HD for qemu-devel@nongnu.org; Mon, 24 Oct 2016 22:50:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byroi-0006nW-Bf for qemu-devel@nongnu.org; Mon, 24 Oct 2016 22:50:21 -0400 Date: Tue, 25 Oct 2016 13:50:02 +1100 From: David Gibson Message-ID: <20161025025002.GQ11052@umbus.fritz.box> References: <1477285483-10766-1-git-send-email-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="63aIh6YiuHX+oBFP" Content-Disposition: inline In-Reply-To: <1477285483-10766-1-git-send-email-david@gibson.dropbear.id.au> Subject: Re: [Qemu-devel] [PATCHv3 00/12] pseries: Consolidate guest device tree construction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aik@ozlabs.ru, mdroth@linux.vnet.ibm.com, groug@kaod.org Cc: agraf@suse.de, lvivier@redhat.com, thuth@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org, bharata@umbus.fritz.box --63aIh6YiuHX+oBFP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 24, 2016 at 04:04:31PM +1100, David Gibson wrote: > For historical reasons construction of the guest device tree in spapr > is divided between spapr_create_fdt_skel() which is called at init > time, and spapr_build_fdt() which runs at reset time. Over time, more > and more things have needed to be moved to reset time. >=20 > This series consolidates all the device tree construction to reset > time, with some minor cleanups along the way. This will help to make > it more maintainable in future. >=20 > Changes since v2: > * Removed a leftover reference to a variable called 'stdout', > shadowing the standard library stdout > Changes since v1: > * Fixed a memory leak introduced by 1/12 (spotted by Thomas Huth) > * Removed one patch that's already merged in ppc-for-2.8 Thanks for the acks, everyone. I've now merged this series into ppc-for-2.8, tentatively. Bharata Rao reported some boot failures caused by the series, but I haven't been able to reproduce them so far. Bharata, could you retest with the latest version (in ppc-for-2.8) and, if the problems are still present, send me some reproducer steps. --=20 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 --63aIh6YiuHX+oBFP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYDshZAAoJEGw4ysog2bOS1s8P/0Y8yCqdyiq1HcJdTLB4eQyB MSl+KDoC5Jqe/tPpJawnf/i/eTW8ls1Ky9/Oe8MCS4Wz6FuSUSNJeyPFpy1gbPPn itByVfpO8/BzgU2vE+fYCtpDgD1Q1bsSLuXe6dDvlZ0xC+bYYeGcYXDo1gQOohmS oVBnA62wwz9GrZWuGud+5apthrDmR4qB11WP6jlNumRcHZqKkgJESderZ/K0MBCb mDYxKBEJ7vj+eO7SE1WI1tFYQbtbSDsSskq6FakPiE2e8tvrW4lZAGD2wR4pHexX NoFnHstWZm/NRxi4VcFaE9AziSZOokxc4TRu21wjvAm79DxgdtfDysKNxq2/4nJV fuj11MAaCLavVKiHzza/2NZpsj30Yh6ao+VfMKp41K4PbLRJ8KOTXypSeJfX2axw XpOG+MWbft10eK3ynRNSheYYrfj5Lm5Wnb2XCl5N5gMiXAv1vZxSiKmUOvuKTNsb 1z+ItG3OrdOajzhEi3ooIxPfoPTtj+PxksfNJZ3h6ory+tdzPeopjB3nsZYa+Lz2 OVDRSm9scvQ2ZJnuVPmEW6PqiXRrN+CNvxY2GF2SWnY7iQjWUkqvg+r4n/i7AB+o s9R7YGJF9XdeXdhIolREAdoce0WFJLVjOpyqpFo0HA9TX91UMh2Z0T2Hee+sEkRq Ngo8QvNGngY4E0yFAWb3 =x6Pn -----END PGP SIGNATURE----- --63aIh6YiuHX+oBFP--