]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Add support for max_grant_frames
authorJim Fehlig <jfehlig@suse.com>
Thu, 7 Mar 2019 22:16:09 +0000 (15:16 -0700)
committerJim Fehlig <jfehlig@suse.com>
Wed, 13 Mar 2019 18:06:52 +0000 (12:06 -0600)
commitec5a11910d12f80e26f5d9905840c109e74939db
treeb8aea3d8722f912ea4be1d047919121332fc8678
parentfb0597574d01f56776676b2e48eb860ad7ad41a6
libxl: Add support for max_grant_frames

Add support for setting max_grant_frames in libxl domain config
object and include a test to check that it is properly converted
from XML to libxl domain config.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
src/libxl/libxl_conf.c
tests/libxlxml2domconfigdata/max-gntframes-hvm.json [new file with mode: 0644]
tests/libxlxml2domconfigdata/max-gntframes-hvm.xml [new file with mode: 0644]
tests/libxlxml2domconfigtest.c