Skip to content

Commit

Permalink
test vm.pcpus[]
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Guikema <[email protected]>
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h and chrisguikema committed Feb 1, 2024
1 parent 46ae3c5 commit 76eee58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/Arm/vm_minimal/zcu102/2022_1/devices.camkes
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ assembly {
"initrd_addr" : VAR_STRINGIZE(VM_INITRD_ADDR),
"kernel_entry_addr" : VAR_STRINGIZE(VM_ENTRY_ADDR),
};
vm0.num_vcpus = 4;
vm0.num_vcpus = 2;
vm0.pcpus = [2, 3];

/* Extra untyped pool to allow for 256MB of RAM */
vm0.simple_untyped28_pool = 1;
Expand Down

0 comments on commit 76eee58

Please sign in to comment.