]> git.ipfire.org Git - thirdparty/libvirt.git/commit
xenconfig: Add support for max_grant_frames
authorJim Fehlig <jfehlig@suse.com>
Fri, 8 Mar 2019 18:51:57 +0000 (11:51 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 13 Mar 2019 18:06:52 +0000 (12:06 -0600)
commit5a64c202ccdac82f5868e638e5619e2b48c0444b
tree9b33ef62c05dbbae782691e441ca1894801608f7
parentec5a11910d12f80e26f5d9905840c109e74939db
xenconfig: Add support for max_grant_frames

Add support in the domXML<->native config converter for
max_grant_frames. Include a test for the conversion.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/xenconfig/xen_xl.c
tests/xlconfigdata/test-max-gntframes.cfg [new file with mode: 0644]
tests/xlconfigdata/test-max-gntframes.xml [new file with mode: 0644]
tests/xlconfigtest.c