Re: [Qemu-devel] [FIX PATCH v1] spapr: Fix QEMU abort during memory unplug

2017-07-20 Thread David Gibson
On Thu, Jul 20, 2017 at 09:41:19AM +0530, Bharata B Rao wrote: > Commit 0cffce56 (hw/ppc/spapr.c: adding pending_dimm_unplugs to > sPAPRMachineState) introduced a new way to track pending LMBs of DIMM > device that is marked for removal. Since this commit we can hit the > assert in spapr_pending_di

Re: [Qemu-devel] [FIX PATCH v1] spapr: Fix QEMU abort during memory unplug

2017-07-19 Thread no-reply
Hi, This series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Message-id: 1500523879-23860-1-git-send-email-bhar...@linux.vnet.ibm.com Subject: [Qemu-devel] [FIX PATCH v1] spapr: Fix QEMU

[Qemu-devel] [FIX PATCH v1] spapr: Fix QEMU abort during memory unplug

2017-07-19 Thread Bharata B Rao
Commit 0cffce56 (hw/ppc/spapr.c: adding pending_dimm_unplugs to sPAPRMachineState) introduced a new way to track pending LMBs of DIMM device that is marked for removal. Since this commit we can hit the assert in spapr_pending_dimm_unplugs_add() in the following situation: - DIMM device removal fai