From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6FR9-000601-31 for qemu-devel@nongnu.org; Mon, 05 Aug 2013 03:42:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V6FR4-0000tg-MJ for qemu-devel@nongnu.org; Mon, 05 Aug 2013 03:42:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V6FR4-0000tX-EH for qemu-devel@nongnu.org; Mon, 05 Aug 2013 03:42:34 -0400 Message-ID: <51FF57F5.2030608@redhat.com> Date: Mon, 05 Aug 2013 09:44:53 +0200 From: Laszlo Ersek MIME-Version: 1.0 References: <1375108636-17014-1-git-send-email-lersek@redhat.com> <20130801094107.169dee54@redhat.com> <20130801103100.636ab860@redhat.com> In-Reply-To: <20130801103100.636ab860@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH 0/4] dump-guest-memory: correct the vmcores List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: Anthony Liguori , Jan Kiszka , Markus Armbruster , qemu-devel@nongnu.org On 08/01/13 16:31, Luiz Capitulino wrote: > On Thu, 1 Aug 2013 09:41:07 -0400 > Luiz Capitulino wrote: >=20 >> Applied to the qmp branch, thanks. >=20 > Hmm, it brakes the build. Dropping it from the queue for now: >=20 > /home/lcapitulino/work/src/upstream/qmp-unstable/target-s390x/arch_dump= .c:179:5: error: conflicting types for =E2=80=98cpu_get_dump_info=E2=80=99 > 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 =E2=80=98cpu_get_dump_info=E2=80=99 w= as 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.... >=20 My series was based on Author: Aurelien Jarno 2013-07-29 09:03:23 Committer: Aurelien Jarno 2013-07-29 09:03:23 Merge branch 'trivial-patches' of git://git.corpit.ru/qemu and it compiled then just fine. "target-s390x/arch_dump.c" was added in Author: Ekaterina Tumanova 2013-07-10 15= :26:46 Committer: Christian Borntraeger 2013-07-30 1= 6:12:25 s390: Implement dump-guest-memory support for target s390x See the commit date: 2013-07-30. I'll refresh the series. Laszlo