• J
    libxl: populate build_info vfb in separate function · 09f2faf9
    Jim Fehlig 提交于
    For HVM domains, vfb info must be populated in the libxl_domain_build_info
    struct.  Currently this is done in the libxlMakeVfbList function, but IMO
    it would be cleaner to populate the build_info vfb in a separate
    libxlMakeBuildInfoVfb function.  libxlMakeVfbList would then handle only
    vfb devices, simiar to the other libxlMake<device>List functions.
    
    A future patch will extend libxlMakeBuildInfoVfb to support SPICE.
    Signed-off-by: NJim Fehlig <jfehlig@suse.com>
    09f2faf9
libxl_conf.c 56.2 KB