From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFxOu-0000Ug-7c for qemu-devel@nongnu.org; Mon, 26 Jan 2015 23:05:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFxOq-0004vz-6w for qemu-devel@nongnu.org; Mon, 26 Jan 2015 23:05:16 -0500 Received: from e28smtp03.in.ibm.com ([122.248.162.3]:42148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFxOp-0004vi-Id for qemu-devel@nongnu.org; Mon, 26 Jan 2015 23:05:12 -0500 Received: from /spool/local by e28smtp03.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 27 Jan 2015 09:35:07 +0530 Received: from d28relay04.in.ibm.com (d28relay04.in.ibm.com [9.184.220.61]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id 072343940057 for ; Tue, 27 Jan 2015 09:35:06 +0530 (IST) Received: from d28av02.in.ibm.com (d28av02.in.ibm.com [9.184.220.64]) by d28relay04.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t0R454bZ37486810 for ; Tue, 27 Jan 2015 09:35:05 +0530 Received: from d28av02.in.ibm.com (localhost [127.0.0.1]) by d28av02.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t0R454Ub024317 for ; Tue, 27 Jan 2015 09:35:04 +0530 From: Bharata B Rao Date: Tue, 27 Jan 2015 09:34:59 +0530 Message-Id: <1422331502-24636-1-git-send-email-bharata@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v2 0/3] Fix pc DIMMs capacity calculation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, Bharata B Rao This is the v2 of the patchset that fixes pc DIMMs capacity calculation and makes pc_existing_dimms_capacity() an API. Changes in v2 ------------- - Removed an un-needed header inclusion. v1: http://lists.gnu.org/archive/html/qemu-devel/2015-01/msg03011.html v0: http://lists.gnu.org/archive/html/qemu-devel/2015-01/msg01020.html Bharata B Rao (3): pc: Fix DIMMs capacity calculation pc-dimm: Make pc_existing_dimms_capacity global pc-dimm: Add Error argument to pc_existing_dimms_capacity hw/i386/pc.c | 40 +++++----------------------------------- hw/mem/pc-dimm.c | 37 +++++++++++++++++++++++++++++++++++++ include/hw/mem/pc-dimm.h | 1 + 3 files changed, 43 insertions(+), 35 deletions(-) -- 2.1.0