[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 0/4] memory hotplug fixups when building with clang
From: |
Igor Mammedov |
Subject: |
[Qemu-devel] [PATCH 0/4] memory hotplug fixups when building with clang |
Date: |
Mon, 16 Jun 2014 18:33:39 +0200 |
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(-)
- [Qemu-devel] [PATCH 0/4] memory hotplug fixups when building with clang,
Igor Mammedov <=
- [Qemu-devel] [PATCH 1/4] pc: acpi: do not hardcode preprocessor, Igor Mammedov, 2014/06/16
- [Qemu-devel] [PATCH 2/4] fixup! pc: initialize memory hotplug address space, Igor Mammedov, 2014/06/16
- [Qemu-devel] [PATCH 4/4] fixup! pc: implement pc-dimm device abstraction, Igor Mammedov, 2014/06/16
- [Qemu-devel] [PATCH 3/4] fixup! pc: add memory hotplug handler to PC_MACHINE, Igor Mammedov, 2014/06/16
- Re: [Qemu-devel] [PATCH 0/4] memory hotplug fixups when building with clang, Michael S. Tsirkin, 2014/06/17