You need to sign in or sign up before continuing.
  • P
    conf: Allow for non-contiguous device boot orders · 039a3283
    Peter Krempa 提交于
    This patch adds the ability to configure non-contiguous boot orders on boot
    devices. This allows unplugging devices that have boot order specified without
    breaking migration.
    
    The new code now uses a slightly less memory efficient approach to store the
    boot order fields in a hashtable instead of a bitmap.
    039a3283
domain_conf.c 536.7 KB