Re: [libvirt] [PATCH] hostdev: Report the domain name for used hostdevs during nodedev-detach

2015-04-07 Thread Ján Tomko
On Wed, Apr 01, 2015 at 04:28:05PM +0530, Shivaprasad G Bhat wrote: The nodedev-detach can report the name of the domain using the device just the way nodedev-reattach does it. Signed-off-by: Shivaprasad G Bhat sb...@linux.vnet.ibm.com --- src/util/virhostdev.c |7 +++ 1 file

Re: [libvirt] [PATCH] hostdev: Report the domain name for used hostdevs during nodedev-detach

2015-04-07 Thread Shivaprasad bhat
Thanks Jan. Regards, Shiva On Tue, Apr 7, 2015 at 5:42 PM, Ján Tomko jto...@redhat.com wrote: On Wed, Apr 01, 2015 at 04:28:05PM +0530, Shivaprasad G Bhat wrote: The nodedev-detach can report the name of the domain using the device just the way nodedev-reattach does it. Signed-off-by:

[libvirt] [PATCH] hostdev: Report the domain name for used hostdevs during nodedev-detach

2015-04-01 Thread Shivaprasad G Bhat
The nodedev-detach can report the name of the domain using the device just the way nodedev-reattach does it. Signed-off-by: Shivaprasad G Bhat sb...@linux.vnet.ibm.com --- src/util/virhostdev.c |7 +++ 1 file changed, 7 insertions(+) diff --git a/src/util/virhostdev.c