From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZr1-0005Dc-2w for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:34:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WwZqu-0007II-Se for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:33:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WwZqu-0007I6-Kh for qemu-devel@nongnu.org; Mon, 16 Jun 2014 12:33:48 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5GGXlrU028294 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 16 Jun 2014 12:33:47 -0400 From: Igor Mammedov Date: Mon, 16 Jun 2014 18:33:39 +0200 Message-Id: <1402936423-25147-1-git-send-email-imammedo@redhat.com> Subject: [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: qemu-devel@nongnu.org Cc: mst@redhat.com 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 hw/i386/Makefile.objs | 2 +- hw/i386/pc.c | 6 +++--- include/hw/mem/pc-dimm.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-)