mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
@@ -299,6 +299,10 @@ mymain(void)
|
||||
DO_TEST_FORMAT("fullvirt-direct-kernel-boot-extra", false);
|
||||
DO_TEST_FORMAT("fullvirt-direct-kernel-boot-bogus-extra", false);
|
||||
#endif
|
||||
#ifdef LIBXL_HAVE_BUILDINFO_GRANT_LIMITS
|
||||
DO_TEST("max-gntframes");
|
||||
#endif
|
||||
|
||||
DO_TEST("vif-typename");
|
||||
DO_TEST("vif-multi-ip");
|
||||
DO_TEST("usb");
|
||||
|
||||
Reference in New Issue
Block a user