Re: [libvirt] [PATCH v5 12/12] qemu: Remove old qemuDomainDeviceDefValidateControllerPCI()

2018-03-02 Thread Laine Stump
On 03/02/2018 10:13 AM, Andrea Bolognani wrote: > We've implemented all existing checks, and more, in the new > function, so we can finally drop the old one. > > Signed-off-by: Andrea Bolognani Reviewed-by: Laine Stump -- libvir-list mailing list

[libvirt] [PATCH v5 12/12] qemu: Remove old qemuDomainDeviceDefValidateControllerPCI()

2018-03-02 Thread Andrea Bolognani
We've implemented all existing checks, and more, in the new function, so we can finally drop the old one. Signed-off-by: Andrea Bolognani --- src/qemu/qemu_domain.c | 21 + 1 file changed, 1 insertion(+), 20 deletions(-) diff --git