Re: [PATCH v2 1/2] spapr.c: remove duplicated assert in spapr_memory_unplug_request()

2021-03-04 Thread David Gibson
On Tue, Mar 02, 2021 at 11:10:18AM -0300, Daniel Henrique Barboza wrote: > We are asserting the existence of the first DRC LMB after sending unplug > requests to all LMBs of the DIMM, where every DRC is being asserted > inside the loop. This means that the first DRC is being asserted twice. > > Re

[PATCH v2 1/2] spapr.c: remove duplicated assert in spapr_memory_unplug_request()

2021-03-02 Thread Daniel Henrique Barboza
We are asserting the existence of the first DRC LMB after sending unplug requests to all LMBs of the DIMM, where every DRC is being asserted inside the loop. This means that the first DRC is being asserted twice. Remove the duplicated assert. Signed-off-by: Daniel Henrique Barboza --- hw/ppc/sp