Re: [libvirt PATCH] qemuxml2argvmock: drop virQEMUCapsGetKVMSupportsSecureGuest

2021-07-22 Thread Michal Prívozník
On 7/22/21 3:17 PM, Pavel Hrdina wrote: > It is actually not needed because in qemuxml2argvtest we preload > domaincapsmock as well. > > Reported-by: Michal Privoznik > Signed-off-by: Pavel Hrdina > --- > tests/qemuxml2argvmock.c | 16 > 1 file changed, 16 deletions(-) >

[libvirt PATCH] qemuxml2argvmock: drop virQEMUCapsGetKVMSupportsSecureGuest

2021-07-22 Thread Pavel Hrdina
It is actually not needed because in qemuxml2argvtest we preload domaincapsmock as well. Reported-by: Michal Privoznik Signed-off-by: Pavel Hrdina --- tests/qemuxml2argvmock.c | 16 1 file changed, 16 deletions(-) diff --git a/tests/qemuxml2argvmock.c