Jump to content

yalman

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    yalman got a reaction from gprovost in Virtualization support   
    I found a hothotfix solution without knowing the (side) effects.
     
    # 0,1,2,3=Quad-core Cortex-A53 up to 1.4GHz
    # 4,5=Dual-core Cortex-A72 up to 1.8GHz
    root@helios64:~# cat /proc/cpuinfo |grep -e processor -e part
    processor    : 0
    CPU part    : 0xd03
    processor    : 1
    CPU part    : 0xd03
    processor    : 2
    CPU part    : 0xd03
    processor    : 3
    CPU part    : 0xd03
    processor    : 4
    CPU part    : 0xd08
    processor    : 5
    CPU part    : 0xd08
     
    # always assign the same cpu types to a VM. core 0,1 for the host system
    virsh edit VM1
    ...
    <vcpu placement='static' cpuset='2-3'>2</vcpu>
    ...
    virsh edit VM2
    ...
    <vcpu placement='static' cpuset='4-5'>2</vcpu>
    ...
  2. Like
    yalman got a reaction from Werner in Virtualization support   
    I found a hothotfix solution without knowing the (side) effects.
     
    # 0,1,2,3=Quad-core Cortex-A53 up to 1.4GHz
    # 4,5=Dual-core Cortex-A72 up to 1.8GHz
    root@helios64:~# cat /proc/cpuinfo |grep -e processor -e part
    processor    : 0
    CPU part    : 0xd03
    processor    : 1
    CPU part    : 0xd03
    processor    : 2
    CPU part    : 0xd03
    processor    : 3
    CPU part    : 0xd03
    processor    : 4
    CPU part    : 0xd08
    processor    : 5
    CPU part    : 0xd08
     
    # always assign the same cpu types to a VM. core 0,1 for the host system
    virsh edit VM1
    ...
    <vcpu placement='static' cpuset='2-3'>2</vcpu>
    ...
    virsh edit VM2
    ...
    <vcpu placement='static' cpuset='4-5'>2</vcpu>
    ...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines