]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/i386: SEV: fix mismatch in vcek-disabled property name
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Aug 2024 23:43:37 +0000 (01:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Aug 2024 10:11:44 +0000 (12:11 +0200)
commitd4392415c328f83b2e30517a3561be523874f441
tree2ee5a6c5775b07f720b98ed5dd583df34a50daec
parentc4d242501a61093a8b80ee8f6dd071c5110a100c
target/i386: SEV: fix mismatch in vcek-disabled property name

The vcek-disabled property of the sev-snp-guest object is misspelled
vcek-required (which I suppose would use the opposite polarity) in
the call to object_class_property_add_bool().  Fix it.

Reported-by: Zixi Chen <zixchen@redhat.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@amd.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/sev.c