• J
    driver config: Introduce virFirmware object · fda5a98e
    Jim Fehlig 提交于
    The virQEMUDriverConfig object contains lists of
    loader:nvram pairs to advertise firmwares supported by
    by the driver, and qemu_conf.c contains code to populate
    the lists, all of which is useful for other drivers too.
    
    To avoid code duplication, introduce a virFirmware object
    to encapsulate firmware details and switch the qemu driver
    to use it.
    Signed-off-by: NJim Fehlig <jfehlig@suse.com>
    fda5a98e
domaincapstest.c 10.2 KB