Skip to content

Commit 8ba1202

Browse files
Furaomidnightveil
authored andcommitted
domains: Set domain of VM VCPUs to domain of PD
Performance of the VM VCPUs is quite off without being placed in a domain when the domain scheduler is being used. Signed-off-by: Robbie VanVossen <robert.vanvossen@dornerworks.com>
1 parent 32180a1 commit 8ba1202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/microkit/src/capdl/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,7 @@ pub fn build_capdl_spec(
10201020
sp: Word(0),
10211021
gprs: [].to_vec(),
10221022
master_fault_ep: None, // Not used on MCS kernel.
1023-
domain: None,
1023+
domain: pd.domain,
10241024
}),
10251025
};
10261026
let vm_vcpu_tcb_obj_id = spec_container.add_root_object(NamedObject {

0 commit comments

Comments
 (0)