[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07
From: |
Stefan Hajnoczi |
Subject: |
Re: [Qemu-ppc] [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07 |
Date: |
Tue, 8 Jan 2013 09:54:08 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Jan 07, 2013 at 05:40:24PM +0100, Alexander Graf wrote:
>
> On 07.01.2013, at 17:21, Andreas Färber wrote:
>
> > Am 07.01.2013 16:38, schrieb Alexander Graf:
> >> Hi Blue / Aurelien,
> >>
> >> This is my current patch queue for ppc. Please pull.
> >
> > Breaks on x86_64:
> >
> > CC ppc-softmmu/hw/ppc/e500.o
> > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c: In function
> > ‘ppce500_load_device_tree’:
> > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c:229:9: error: implicit
> > declaration of function ‘kvmppc_get_hasidle’
> > [-Werror=implicit-function-declaration]
> > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c:229:9: error: nested extern
> > declaration of ‘kvmppc_get_hasidle’ [-Werror=nested-externs]
> > cc1: all warnings being treated as errors
> > make[1]: *** [hw/ppc/e500.o] Fehler 1
> > make: *** [subdir-ppc-softmmu] Fehler 2
> >
> > Lacking a static inline version of kvmppc_get_hasidle() in kvm_ppc.h.
>
> Sigh. I wonder why our buildbots didn't fetch this one.
>
> Fixed it up manually in both ppc-next and ppc-for-upstream, so the pull
> request is still valid.
e500.o is only built when CONFIG_FDT is defined.
agraf: "zypper search libfdt" on qemu-ppc.opensuse.org turns up no
packages. Any ideas where to get the packages from?
Stefan
- [Qemu-ppc] [PATCH 19/31] Revert "openpic: Accelerate pending irq search", (continued)
- [Qemu-ppc] [PATCH 19/31] Revert "openpic: Accelerate pending irq search", Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 23/31] openpic: IRQ_check: search the queue a word at a time, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 21/31] openpic: add some bounds checking for IRQ numbers, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 29/31] target-ppc: Slim conversion of model definitions to QOM subclasses, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 31/31] PPC: linux-user: Calculate context pointer explicitly, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 26/31] kvm: Update kernel headers, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 09/31] PPC: Reset qemu timers when guest reset, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 01/31] openpic: symbolicize some magic numbers, Alexander Graf, 2013/01/07
- Re: [Qemu-ppc] [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07, Andreas Färber, 2013/01/07
- [Qemu-ppc] [PATCH 27/31] PPC: KVM: set has-idle in guest device tree, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 22/31] openpic: fix sense and priority bits, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 30/31] target-ppc: Error out for -cpu host on unknown PVR, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 15/31] openpic: rework critical interrupt support, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 11/31] openpic: fix debug prints, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 17/31] openpic/fsl: critical interrupts ignore mask before v4.1, Alexander Graf, 2013/01/07
- [Qemu-ppc] [PATCH 13/31] ppc/booke: fix crit/mcheck/debug exceptions, Alexander Graf, 2013/01/07