Re: [libvirt] [PATCH v2 5/5] virpcitest: Introduce check for unbinded devices

2013-11-04 Thread Martin Kletzander
On Thu, Oct 31, 2013 at 11:23:42AM +, Michal Privoznik wrote: > This just introduces the test for bug fixed in the previous patch. > I was once warned that "previous", "next" and "4/5" are not good pointers in a comit message as the commit might be cherry-picked, rebased or commited somewhere

[libvirt] [PATCH v2 5/5] virpcitest: Introduce check for unbinded devices

2013-10-31 Thread Michal Privoznik
This just introduces the test for bug fixed in the previous patch. Signed-off-by: Michal Privoznik --- tests/virpcitest.c | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/tests/virpcitest.c b/tests/virpcitest.c index 8811add..5fb35ce 100644 ---