On Thu, 4 Feb 2016 15:36:05 +0300 Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> wrote:
> On 04.02.2016 15:23, Cornelia Huck wrote: > > On Thu, 4 Feb 2016 14:37:22 +0300 > > Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> wrote: > >> + pc_dimm_build_list(qdev_get_machine(), &list); > > This will break the build for !CONFIG_MEM_HOTPLUG, as you didn't > > provide a stubbed-out version of this function. > > Ok, thanks, will add. > > Also: it is already broken because of pc_dimm_memory_plug and > pc_dimm_memory_unplug These are only used by targets that set CONFIG_MEM_HOTPLUG afaics.