mbox series

[v2,0/1] Avoid LMB unplug if a previous unplug isn't

Message ID 20171009211136.31640-1-danielhb@linux.vnet.ibm.com
Headers show
Series Avoid LMB unplug if a previous unplug isn't | expand

Message

Daniel Henrique Barboza Oct. 9, 2017, 9:11 p.m. UTC
v2:
- changed the approach: abort the LMB unplug if there is already
an unplug operation ongoing for the same DIMM.

v1 can be found at
http://lists.nongnu.org/archive/html/qemu-ppc/2017-10/msg00084.html

This fixes https://bugs.launchpad.net/qemu/+bug/1718118 .

Daniel Henrique Barboza (1):
  hw/ppc/spapr.c: abort unplug_request if previous unplug isn't done

 hw/ppc/spapr.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)