The patch "libxl: add helper function to set device_model_version"
breaks creating any domain for me.

Creating a PV or HVM guest will trigger the assertion

assert(b_info->device_model_version);

added by that patch. Removing this assert() will then trigger

xl: libxl.c:339: libxl_defbool_val: Assertion
`!libxl_defbool_is_default(db)' failed.

which is called by libxl__domain_build_info_setdefault() line 143,
which has been added by the same patch.

Has this patch ever been tested to work?

I have done a make distclean and configure, so I don't think this
should be a system specific problem.


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to