Re: [Qemu-devel] [PATCH 3/6] spapr: Split DRC release from DRC detach

2017-06-19 Thread Greg Kurz
On Thu, 8 Jun 2017 15:09:27 +1000 David Gibson wrote: > spapr_drc_detach() is called when qemu generic code requests a device be > unplugged. It makes a number of tests, which could well delay further > action until later, before actually detach the device from the

[Qemu-devel] [PATCH 3/6] spapr: Split DRC release from DRC detach

2017-06-07 Thread David Gibson
spapr_drc_detach() is called when qemu generic code requests a device be unplugged. It makes a number of tests, which could well delay further action until later, before actually detach the device from the DRC. This splits out the part which actually removes the device from the DRC into