John Ferlan 39b9c12148 qemu_command: Resolve Coverity REVERSE_INULL
In qemuNetworkIfaceConnect() a call to virNetDevBandwidthSet() is
made where the function prototype requires the first parameter
(net->ifname) to be non NULL.  Coverity complains that the subsequent
non NULL check for net->ifname prior to the next call gets flagged as
an unnecessary check.  Resolve by removing the extra check
2014-08-27 12:52:27 -04:00
..
2014-08-22 15:03:39 +02:00
2014-04-28 17:52:45 -06:00
2014-08-20 09:42:24 +02:00
2014-08-04 07:53:55 +02:00