[libvirt] qemu - how add -object when no numa topology

Safka, JaroslavX jaroslavx.safka at intel.com
Fri Sep 23 08:52:18 UTC 2016


Hi guys,
I’m trying to figure out how to generate this arg line:
“-object memory-backend-file,id=ram,mem-path=/var/lib/libvirt/qemu/,share=yes,size=14336 -numa node, memdev=ram”
without numa.

I see there are two functions which are capable of building backends:
“qemuBuildNumaArgStr” and “qemuBuildMemoryDeviceCommandLine”
The “qemuBuildNumaArgStr” I’m already using for creating backend+object when numa is enabled.
But I’m not sure how to “activate” code inside “qemuBuildMemoryDeviceCommandLine” when numa is disabled.

I found there must be (in xml) record “devices/memory” to create record def->mems. But I do not know if I should add this element into xml
or I should allocate this structure by myself. Or create duplicated function, and create arg string with “-object …” inside on my own.

This all is needed for new feature and new xml elements:
(hugepages will not be used)
<memoryBacking>
    <source type='file' path='/path/to/qemu'/>
    <access mode='shared'/>
    <allocation mode='immediate'/>
  </memoryBacking>

Many thanks for any tips or help ☺
Best regards
Jarek

PS: I’m quite new in the libvirt code/community
--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20160923/d53d151e/attachment-0001.htm>


More information about the libvir-list mailing list