From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URwWI-0005XZ-Jd for qemu-devel@nongnu.org; Mon, 15 Apr 2013 23:25:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1URwWH-0005b5-LA for qemu-devel@nongnu.org; Mon, 15 Apr 2013 23:25:22 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:54430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1URwWH-0005az-FC for qemu-devel@nongnu.org; Mon, 15 Apr 2013 23:25:21 -0400 Received: by mail-ea0-f177.google.com with SMTP id q14so17769eaj.22 for ; Mon, 15 Apr 2013 20:25:20 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <516CC497.1010003@redhat.com> Date: Tue, 16 Apr 2013 05:25:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1366080286-9288-1-git-send-email-mrhines@linux.vnet.ibm.com> <1366080286-9288-7-git-send-email-mrhines@linux.vnet.ibm.com> In-Reply-To: <1366080286-9288-7-git-send-email-mrhines@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL 6/8] rdma: send pc.ram List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Il 16/04/2013 04:44, mrhines@linux.vnet.ibm.com ha scritto: > + } else if (flags & RAM_SAVE_FLAG_HOOK) { > + ram_control_load_hook(f, RAM_CONTROL_HOOK); > } Please pass flags as the second parameter (and change the argument to uint64_t). Paolo