• C
    XMLToNative: Parse XML as INACTIVE · fbf14e82
    Cole Robinson 提交于
    Right now we are parsing the XML as though it's live, which for example
    will choke on hardcoded XML like:
    
      <seclabel type='dynamic' model='selinux' relabel='yes'/>
    
    Erroring with:
    
      $ sudo virsh domxml-to-native qemu-argv f
      error: XML error: security label is missing
    
    All drivers are fixed, but only qemu was tested.
    fbf14e82
esx_driver.c 168.5 KB