qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Alexander Graf <agraf@suse.de>,
	QEMU Developers <qemu-devel@nongnu.org>,
	"qemu-ppc@nongnu.org" <qemu-ppc@nongnu.org>,
	Michael Roth <mdroth@linux.vnet.ibm.com>,
	Greg Kurz <groug@kaod.org>,
	Suraj Jitindar Singh <sjitindarsingh@gmail.com>,
	sbobroff@au1.ibm.com, Laurent Vivier <lvivier@redhat.com>
Subject: Re: [Qemu-devel] [PULL 00/18] ppc-for-2.10 queue 20170714
Date: Sun, 16 Jul 2017 16:53:27 +1000	[thread overview]
Message-ID: <20170716065327.GP17539@umbus.fritz.box> (raw)
In-Reply-To: <CAFEAcA_8nhPXE6y0PnYdQfjwqhqFMzg0wGL=KxgD_xb5jnZnfA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]

On Sat, Jul 15, 2017 at 08:45:13AM +0100, Peter Maydell wrote:
> On 15 July 2017 at 03:42, David Gibson <david@gibson.dropbear.id.au> wrote:
> > On Fri, Jul 14, 2017 at 04:13:05PM +0100, Peter Maydell wrote:
> >> Hi. I'm afraid this fails to build on the w32 compiler:
> >>   CC      ppc64-softmmu/hw/ppc/spapr.o
> >> /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c: In function
> >> ‘spapr_get_resize_hpt’:
> >> /home/petmay01/linaro/qemu-for-merges/hw/ppc/spapr.c:2642:1: error:
> >> control reaches end of non-void functio
> >> n [-Werror=return-type]
> >>  }
> >
> > Drat.  Is there an easy way to test compile for w32?
> 
> I have a cross-compiler set up on an Ubuntu host; you
> can do it on Redhat hosts too; instructions on the wiki
> somewhere I think.

Ah, thanks, found them.

> In this case I think you're either getting caught by the
> age of the compiler or because this set of w32 headers
> have a bug where assert() doesn't get marked as fatal
> somehow, so it might or might not manifest on other
> w32 cross build setups.

Ah, right.

> > Yes, seems good.  Should I resend, or will you adjust in place?
> 
> You'll need to resend -- I can't modify signed pull reqs.

Ah, yes of course.

I've also realised one of the patches breaks make check on Travis OSX
builds for reasons I haven't quite fathomed yet.  Investigating.

-- 
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 --]

      reply	other threads:[~2017-07-16  6:53 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-14  6:15 [Qemu-devel] [PULL 00/18] ppc-for-2.10 queue 20170714 David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 01/18] spapr: migrate pending_events of spapr state David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 02/18] spapr: Minor cleanups to events handling David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 03/18] spapr: Treat devices added before inbound migration as coldplugged David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 04/18] spapr: Remove 'awaiting_allocation' DRC flag David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 05/18] spapr: Simplify unplug path David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 06/18] spapr: Abort on delete failure in spapr_drc_release() David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 07/18] spapr: Refactor spapr_drc_detach() David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 08/18] spapr: Cleanups relating to DRC awaiting_release field David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 09/18] spapr: Consolidate DRC state variables David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 10/18] spapr: Remove sPAPRConfigureConnectorState sub-structure David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 11/18] spapr: Implement DR-indicator for physical DRCs only David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 12/18] spapr: fix potential memory leak in spapr_core_plug() David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 13/18] ppc/pnv: Remove unused XICSState reference David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 14/18] pseries: Stubs for HPT resizing David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 15/18] pseries: Implement " David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 16/18] pseries: Enable HPT resizing for 2.10 David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 17/18] pseries: Use smaller default hash page tables when guest can resize David Gibson
2017-07-14  6:15 ` [Qemu-devel] [PULL 18/18] pseries: Allow HPT resizing with KVM David Gibson
2017-07-14 10:25 ` [Qemu-devel] [PULL 00/18] ppc-for-2.10 queue 20170714 Peter Maydell
2017-07-15  2:39   ` David Gibson
2017-07-14 15:13 ` Peter Maydell
2017-07-15  2:42   ` David Gibson
2017-07-15  7:45     ` Peter Maydell
2017-07-16  6:53       ` David Gibson [this message]

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=20170716065327.GP17539@umbus.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=agraf@suse.de \
    --cc=groug@kaod.org \
    --cc=lvivier@redhat.com \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=sbobroff@au1.ibm.com \
    --cc=sjitindarsingh@gmail.com \
    /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).