
5 Dec
2023
5 Dec
'23
12:25 p.m.
On 12/4/23 11:07, Han Han wrote:
For the xpath "/domain/cpu/@mode", it will return a list type not a string. Use string() method in the xpath for the string result.
Fixes: 6b95437c17
Signed-off-by: Han Han <hhan@redhat.com> --- tools/virt-qemu-sev-validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> and pushed. Michal