qemu-server/PVE
Alexandre Derumier 8a010eaeb1 add numa options v3
This enable numa support inside the guest, and share the memory and cores across the sockets numa nodes.

numa: 0|1

example:
-------
sockets:2
cores:2
memory:4096
numa: 1

qemu command line
-----------------
-object memory-backend-ram,size=2048,id=ram-node0
-numa node,nodeid=0,cpus=0-1,memdev=ram-node0
-object memory-backend-ram,size=2048,id=ram-node1
-numa node,nodeid=1,cpus=2-3,memdev=ram-node1

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2014-12-04 13:01:47 +01:00
..
API2 Fix in PVE::QemuServer::snapshot_create 2014-12-04 12:30:35 +01:00
VZDump fix bug #502: allow creation of empty vma archives 2014-04-14 11:21:01 +02:00
Makefile use new QMPClient code 2012-07-13 07:21:34 +02:00
QemuMigrate.pm migration : add setup state 2014-06-17 08:57:31 +02:00
QemuServer.pm add numa options v3 2014-12-04 13:01:47 +01:00
QMPClient.pm qmpclient: use guest-sync-delimited 2014-12-02 13:09:53 +01:00