Re: [Qemu-devel] [PATCH v2 0/2] quorum: Simplify quorum_open()

2014-02-21 Thread Kevin Wolf
Am 21.02.2014 um 22:30 hat Max Reitz geschrieben: > This series employs the new ability of qdict_array_split() to not only > split a QDict into a QList of QDicts (and a remainder QDict), but into a > QList of QObjects of any kind, to simplify quorum_open(). This (in my > opinion) enhances readabili

[Qemu-devel] [PATCH v2 0/2] quorum: Simplify quorum_open()

2014-02-21 Thread Max Reitz
This series employs the new ability of qdict_array_split() to not only split a QDict into a QList of QDicts (and a remainder QDict), but into a QList of QObjects of any kind, to simplify quorum_open(). This (in my opinion) enhances readability, robustness against malformatted options and allows spe