[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 0/4] dump-guest-memory: correct the vmcores
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] [PATCH 0/4] dump-guest-memory: correct the vmcores |
Date: |
Thu, 1 Aug 2013 10:31:00 -0400 |
On Thu, 1 Aug 2013 09:41:07 -0400
Luiz Capitulino <address@hidden> wrote:
> Applied to the qmp branch, thanks.
Hmm, it brakes the build. Dropping it from the queue for now:
/home/lcapitulino/work/src/upstream/qmp-unstable/target-s390x/arch_dump.c:179:5:
error: conflicting types for ‘cpu_get_dump_info’
int cpu_get_dump_info(ArchDumpInfo *info)
^
In file included from
/home/lcapitulino/work/src/upstream/qmp-unstable/target-s390x/arch_dump.c:17:0:
/home/lcapitulino/work/src/upstream/qmp-unstable/include/sysemu/dump.h:24:5:
note: previous declaration of ‘cpu_get_dump_info’ was here
int cpu_get_dump_info(ArchDumpInfo *info,
^
make[1]: *** [target-s390x/arch_dump.o] Error 1
make: *** [subdir-s390x-softmmu] Error 2
make: *** Waiting for unfinished jobs....