
29 Mar
2014
29 Mar
'14
5:52 a.m.
On 03/29/2014 12:13 AM, Jincheng Miao wrote:
virNodeDeviceListCaps will always return empty for a pci nodedevice, actually it should return 'pci'.
It is because the loop variable ncaps isn't increased.
Introduced by commit be2636f.
https://bugzilla.redhat.com/show_bug.cgi?id=1081932
Signed-off-by: Jincheng Miao <jmiao@redhat.com> --- src/node_device/node_device_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK and pushed. Jan