[libvirt] [PATCH] conf: Allow for non-contiguous device boot orders

Peter Krempa pkrempa at redhat.com
Fri Apr 12 12:44:48 UTC 2013


On 04/12/13 13:46, Jiri Denemark wrote:
> On Thu, Apr 04, 2013 at 15:35:57 +0200, Peter Krempa wrote:
>> 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 | 66 ++++++++++++++++++++++++--------------------------
>>   1 file changed, 32 insertions(+), 34 deletions(-)
>>

...

> ...
>
> ACK with the redundant error message removed.
>
> Jirka
>

I removed the error message and pushed this patch. Thanks!

Peter




More information about the libvir-list mailing list