
22 Aug
2017
22 Aug
'17
5:45 p.m.
On Tue, Aug 22, 2017 at 13:50:39 +0200, Ján Tomko wrote:
When parsing bootable devices, we maintain a bitmap of used <boot order=""> elements. Use it in the post-parse function to figure out whether the user tried to mix per-device and per-domain boot elements.
This removes the need to count them twice. --- src/conf/domain_conf.c | 48 ++++++++++++++++++++++-------------------------- 1 file changed, 22 insertions(+), 26 deletions(-)
ACK