At 2017-12-20 08:01:37, "John Ferlan" <jferlan(a)redhat.com> wrote:
Let's make a comment deletion helper similar to the Add helper
that can be called after the ExitMonitor.
The modify qemuDomainRemoveChrDevice and qemuDomainRemoveRNGDevice
to call the helper instead of inlining the copy and pasted code.
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
An offshoot of the redirdev hot unplug patches from Chen Hanxiao.
Let's create a helper that can remove the TLS chardev objects for
the specific devices that may have used them.
Reviewed-by: Chen Hanxiao <chenhanxiao(a)gmail.com>
Regards,
- Chen