[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL 00/62] target-arm queue
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL 00/62] target-arm queue |
Date: |
Fri, 20 Dec 2013 00:31:53 +0000 |
On 20 December 2013 00:14, Anthony Liguori <address@hidden> wrote:
> Peter Maydell <address@hidden> writes:
>
>> Only took a week for the target-arm queue to fill up again :-)
>> Please pull...
>
> address@hidden:~/build/qemu$ make
> CC aarch64-softmmu/gdbstub-xml.o
> CC aarch64-softmmu/target-arm/cpu.o
> /home/ubuntu/git/qemu/target-arm/cpu.c: In function ‘arm_cpu_post_init’:
> /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: implicit declaration of
> function ‘assert_no_error’ [-Werror=implicit-function-declaration]
> /home/ubuntu/git/qemu/target-arm/cpu.c:260:9: error: nested extern
> declaration of ‘assert_no_error’ [-Werror=nested-externs]
> cc1: all warnings being treated as errors
> make[1]: *** [target-arm/cpu.o] Error 1
> make: *** [subdir-aarch64-softmmu] Error 2
Urgh. Looks like the QMP queue included a patch which removes
assert_no_error! If you applied pullrequests in chronological
order you'd have found this one built and that one didn't :-)
thanks
-- PMM
- [Qemu-devel] [PULL 25/62] default-configs: Add config for aarch64-softmmu, (continued)
- [Qemu-devel] [PULL 25/62] default-configs: Add config for aarch64-softmmu, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 27/62] target-arm: A64: add set_pc cpu method, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 33/62] target-arm: A64: add support for B and BL insns, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 31/62] target-arm: A64: provide skeleton for a64 insn decoding, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 30/62] target-arm: A64: add stubs for a64 specific helpers, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 29/62] target-arm: Support fp registers in gdb stub, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 15/62] arm/xilinx_zynq: Implement CBAR initialisation, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 61/62] hw/arm: add cubieboard support, Peter Maydell, 2013/12/17
- [Qemu-devel] [PULL 36/62] target-arm: A64: add support for 'test and branch' imm, Peter Maydell, 2013/12/17
- Re: [Qemu-devel] [PULL 00/62] target-arm queue, Anthony Liguori, 2013/12/19
- Re: [Qemu-devel] [PULL 00/62] target-arm queue,
Peter Maydell <=