
20 Jun
2019
20 Jun
'19
9:32 a.m.
On Tue, Jun 18, 2019 at 03:04:23PM +0200, Michal Privoznik wrote:
There's no need to translate virDomainHostdevDef-s into virPCIDevice-s with locked list of PCI devices.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/util/virhostdev.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
util/virhostdev.c:1091:2: error: unused label 'cleanup' [-Werror,-Wunused-label] cleanup: ^~~~~~~~ with that fixed: Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano