Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate the use of NUMA in qemu #42

Open
MatiasVara opened this issue Jun 4, 2017 · 4 comments
Open

Investigate the use of NUMA in qemu #42

MatiasVara opened this issue Jun 4, 2017 · 4 comments
Labels
investigate This label Identifies items to be investigated. They should be the previous step for an Epic.
Projects

Comments

@MatiasVara
Copy link
Collaborator

Investigate toro support for NUMA emulated hardware in Qemu.

@MatiasVara MatiasVara added the investigate This label Identifies items to be investigated. They should be the previous step for an Epic. label Jun 4, 2017
@MatiasVara
Copy link
Collaborator Author

  -object memory-backend-ram,id=mem0,size=512M            \
  -object memory-backend-ram,id=mem1,size=512M            \
  -numa node,nodeid=0,cpus=0-1,memdev=mem0                \
  -numa node,nodeid=1,cpus=2-3,memdev=mem1                \
  -numa node,nodeid=2                                     \
  -numa node,nodeid=3                                     \

@MatiasVara
Copy link
Collaborator Author

@MatiasVara
Copy link
Collaborator Author

@MatiasVara
Copy link
Collaborator Author

See https://futurewei-cloud.github.io/ARM-Datacenter/qemu/how-to-configure-qemu-numa-nodes/. We require to query numa information to assign NUMA nodes per core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigate This label Identifies items to be investigated. They should be the previous step for an Epic.
Projects
No open projects
Kernel
Awaiting triage
Development

No branches or pull requests

1 participant