diff options
Diffstat (limited to 'test-machine-aarch64-m1')
-rwxr-xr-x | test-machine-aarch64-m1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test-machine-aarch64-m1 b/test-machine-aarch64-m1 index 695426c..990f5a8 100755 --- a/test-machine-aarch64-m1 +++ b/test-machine-aarch64-m1 @@ -15,8 +15,9 @@ # - Added virtio-gpu-pci (otherwise no graphical output). # - Added usb-kbd (otherwise no keyboard). # - Note: position of netdev dictates enp0sN name, so keep first PCI device. -# - Must run on either P or E cores (https://gitlab.com/qemu-project/qemu/-/issues/1002) -# - On M1 0-3 are E, 4-7 are P (lscpu, lscpu -e) +# - Must run on either P or E cores (https://gitlab.com/qemu-project/qemu/-/issues/1002). +# - On M1 0-3 are E, 4-7 are P (lscpu, lscpu -e). +# - On M1 Max 0-1 are E, 2-9 are P. # # -n <nic> # Network adapter to use, for example, virtio-net-pci (default), e1000, |