This happens after nestedhvm_vcpu_initialise(), so its effects also need
to be undone.
Fixes: 40a4a9d72d16 ("viridian: add init hooks")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
master commit:
66675056c6e59b8a8b651a29ef53c63e9e04f58d
master date: 2021-10-18 14:21:17 +0200
rc = viridian_vcpu_init(v);
if ( rc )
- goto fail5;
+ goto fail6;
rc = hvm_all_ioreq_servers_add_vcpu(d, v);
if ( rc != 0 )