On Wed, 12 Jul 2017 15:46:45 +0200
Paolo Bonzini [off-list ref] wrote:
-static struct conf_info default_conf_info;
+static struct conf_info default_conf_info = {
+ .where = WHERE_END,
+ .if_exists = EXISTS_ADD_IF_DIFFERENT_NEIGHBOR,
+ .if_missing = MISSING_ADD,
+};
I'm not sure if Git is ready to commit to using designated initializers,
so maybe avoid those for now. More information here [1].
[1] https://public-inbox.org/git/20170710070342.txmlwwq6gvjkwtw7@sigill.intra.peff.net/