From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAok3-0004YP-4v for qemu-devel@nongnu.org; Sun, 20 Dec 2015 19:54:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAojz-0000qV-Up for qemu-devel@nongnu.org; Sun, 20 Dec 2015 19:54:23 -0500 Date: Mon, 21 Dec 2015 11:47:05 +1100 From: David Gibson Message-ID: <20151221004705.GP3011@voom.redhat.com> References: <1450429574-31028-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qcTtWMBd/uZDG7+Y" Content-Disposition: inline In-Reply-To: <1450429574-31028-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] hw/ppc/spapr_rtc: Remove bad class_size value List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-ppc@nongnu.org, Alexander Graf , qemu-devel@nongnu.org --qcTtWMBd/uZDG7+Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 18, 2015 at 10:06:14AM +0100, Thomas Huth wrote: > class_size =3D sizeof(XICSStateClass) does not make much sense > in the RTC code and likely was just a copy-n-paste error. > Let's simply remove it. >=20 > Signed-off-by: Thomas Huth Oops, that's an embarrasing error. Fix applied to ppc-for-2.5 and ppc-for-= 2.6 > --- > hw/ppc/spapr_rtc.c | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/hw/ppc/spapr_rtc.c b/hw/ppc/spapr_rtc.c > index 34b27db..b591a8e 100644 > --- a/hw/ppc/spapr_rtc.c > +++ b/hw/ppc/spapr_rtc.c > @@ -200,7 +200,6 @@ static const TypeInfo spapr_rtc_info =3D { > .name =3D TYPE_SPAPR_RTC, > .parent =3D TYPE_SYS_BUS_DEVICE, > .instance_size =3D sizeof(sPAPRRTCState), > - .class_size =3D sizeof(XICSStateClass), > .class_init =3D spapr_rtc_class_init, > }; > =20 --=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 --qcTtWMBd/uZDG7+Y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJWd0wJAAoJEGw4ysog2bOSOuIP/i+UB2otPAliaLFkcbp/6STG cYOKS6i4pAOSyHEQosdA/L3fmQ42e0//0hO+t77hHdjEMXzX/fWy5qjaudQcfC3t KVxALl6TwSjL3z8OgObQ2rkc0EnqEnbJK0gBGJGyAOiyKyp1jbW81v1PgcBcsA7V 8lfq9y9nYEA0X37ZWjPSzcfH4pRBtIuCkBk9WSFyJBCv5VgjHtPvpyc+7LVbIHFv v89Lb+wt9hgDQAjIWc5yR6782zGQRKfmrMkg8bMc2gCN/jmvZN9P7b/+UO9J8mx0 yjaGss6AXU5dTWP6OjS16h7cv1ccoFBmyNkiZ59sxDIsZhlqmJ93CH4CsE9Ph9VY kixOj+PFjxiHEGcVp2zy8I9O3cjSZnir/DeC9OUmd/VUWdSLNFrhOq2IFBccDJ2G l1wRelUX6rbHdbHVDpLy5/NgEkMER5kTUac2ZwaydE5wY+ive46tQvkY7vr5kgT4 O1lna+XZx9DpP4WV3m4YdzGNsL9CfceJiUBIE6OTXsJbnSn+PILCHwyZkVstgMen EG+CF5XKT9QwtG2+zVt2CqHKvXF8hXWQERZeC/FSYpf2tg4/TKeTHXfge+V/jCfn +yZaBDWiiqw8uy+0Voh/b8PG4iUgEH5Mo3QT1738LNOXqJEslWtOJNXLD+TImRAd pCC38AgkTpIpYO26qQXa =O75t -----END PGP SIGNATURE----- --qcTtWMBd/uZDG7+Y--