• M
    qemu: pass numa node binding preferences to qemu · 1c19d3e0
    Martin Kletzander 提交于
    Currently, we only bind the whole QEMU domain to memory nodes
    specified in nodemask altogether.  That, however, doesn't make much
    sense when one wants to control from where the memory for particular
    guest nodes should be allocated.  QEMU allows us to do that by
    specifying 'host-nodes' parameter for the 'memory-backend-ram' object,
    so let's use that.
    Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
    1c19d3e0
qemu_command.c 410.5 KB