]> xenbits.xensource.com Git - libvirt.git/commit
conf: Allow for non-contiguous device boot orders
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Apr 2013 13:29:16 +0000 (15:29 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 12 Apr 2013 12:43:12 +0000 (14:43 +0200)
commit039a3283fcde23572cd93e9e09cfbfb508e5d44b
tree626c62ec0572313dc5ac211d8c3b0b157e8067b5
parente7b0382945c9bf043f06ee4dd760c2051d63d0f0
conf: Allow for non-contiguous device boot orders

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.
src/conf/domain_conf.c