On Tue, Jun 21, 2016 at 10:33:51AM +0000, Safka, JaroslavX wrote:
This change introduces support for preallocated shared file
descriptor based memory backing.
It allows vhost-user to be used without hugepages. This is achieved by introducing 3 new
sub elements to the memoryBacking element: source, access & allocation which will
configure qemu commandline during VM startup accordingly.
First patch adds parsing of elements and storing the values in mem structure.
Second patch configures the qemu commandline on the base of values in mem structure.
Hi, thanks for contributing to libvirt. However this is not a good way how to
submit patches and it's also hard to review and provide the best feedback to
your patches.
Please read HACKING, we prefer using "git send-email", it will create a nice
thread where cover-letter is used to describe the patch series like you are
doing in this email. You may need to install git-email or appropriate package
first (depends on your OS).
Thanks,
Pavel