
12 Apr
2013
12 Apr
'13
2:44 p.m.
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