From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9EPR-0005sU-F7 for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:45:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W9EPI-0004ES-Hv for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:45:29 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:33935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W9EPI-0004Br-A5 for qemu-devel@nongnu.org; Fri, 31 Jan 2014 08:45:20 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 31 Jan 2014 13:45:17 -0000 Received: from b06cxnps4074.portsmouth.uk.ibm.com (d06relay11.portsmouth.uk.ibm.com [9.149.109.196]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 4F8D22190063 for ; Fri, 31 Jan 2014 13:45:13 +0000 (GMT) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0VDj3l647186082 for ; Fri, 31 Jan 2014 13:45:03 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0VDjEQX018964 for ; Fri, 31 Jan 2014 06:45:14 -0700 From: Ekaterina Tumanova Date: Fri, 31 Jan 2014 14:45:04 +0100 Message-Id: <1391175905-61306-1-git-send-email-tumanova@linux.vnet.ibm.com> In-Reply-To: <52EA89D0.8030006@redhat.com> References: <52EA89D0.8030006@redhat.com> Subject: [Qemu-devel] [PATCH v2] Define guest architecture for the compressed dump header. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Public KVM Mailing List Cc: borntraeger@de.ibm.com, qiaonuohan@cn.fujitsu.com, lersek@redhat.com, Ekaterina Tumanova You're right about the warning. I removed it. I also added the cast for the destination argument, which caused a warning as well. I tested on s390 and i386 laptop. If you ok with the patch, can you push it on top of this series? Thank you, Regards, Kate. Ekaterina Tumanova (1): Define the architecture for compressed dump format. dump.c | 7 +++++-- target-i386/cpu.h | 2 ++ target-s390x/cpu.h | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) -- 1.8.4.5