Re: [libvirt] [PATCH] qemu: Fix comparison assignment in qemuDomainUpdateDeviceLive

2018-03-06 Thread Pavel Hrdina
On Tue, Mar 06, 2018 at 09:25:45AM +0100, Erik Skultety wrote: > Fix this common typo and assign a value rather than implicitly > type-casted comparison result. Introduced by commit b6a264e855. > > Signed-off-by: Erik Skultety You could have mention this bugzilla:

[libvirt] [PATCH] qemu: Fix comparison assignment in qemuDomainUpdateDeviceLive

2018-03-06 Thread Erik Skultety
Fix this common typo and assign a value rather than implicitly type-casted comparison result. Introduced by commit b6a264e855. Signed-off-by: Erik Skultety --- Pushed under the trivial rule. src/qemu/qemu_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)