You need to sign in or sign up before continuing.
  • J
    conf: introduce virDomainDefBootOrderPostParse · 5b75a4a8
    Ján Tomko 提交于
    Move the check for boot elements into a separate function
    and remove its dependency on the parser-supplied bootHash table.
    
    Reconstructing the hash table from the domain definition
    effectively duplicates the check for duplicate boot order
    values, also present in virDomainDeviceBootParseXML.
    
    Now it will also be run on domains created by other means than XML
    parsing, since it will be run even for code paths that did not supply
    the bootHash table before.
    Signed-off-by: NJán Tomko <jtomko@redhat.com>
    5b75a4a8
nomachine-x86_64.xml 1.7 KB