From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwrS6-0006gb-4s for qemu-devel@nongnu.org; Tue, 17 Jun 2014 07:21:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwrRy-0006XQ-MF for qemu-devel@nongnu.org; Tue, 17 Jun 2014 07:21:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwrRy-0006XM-Dy for qemu-devel@nongnu.org; Tue, 17 Jun 2014 07:21:14 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5HBLDgP022188 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 17 Jun 2014 07:21:13 -0400 Date: Tue, 17 Jun 2014 14:21:41 +0300 From: "Michael S. Tsirkin" Message-ID: <20140617112141.GA7457@redhat.com> References: <1402936423-25147-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1402936423-25147-1-git-send-email-imammedo@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] memory hotplug fixups when building with clang List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: qemu-devel@nongnu.org On Mon, Jun 16, 2014 at 06:33:39PM +0200, Igor Mammedov wrote: > fixes build errors and warnings introduced by > memory hotplug series when building with clang > > Igor Mammedov (4): > pc: acpi: do not hardcode preprocessor > fixup! pc: initialize memory hotplug address space > fixup! pc: add memory hotplug handler to PC_MACHINE > fixup! pc: implement pc-dimm device abstraction I applied patches 1-3. I think patch 4 can be improved on, let's merge it on top. > hw/i386/Makefile.objs | 2 +- > hw/i386/pc.c | 6 +++--- > include/hw/mem/pc-dimm.h | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-)