Eric Blake <eblake@xxxxxxxxxx> writes: > We have two different JSON visitors in the tree; and having both > named 'qjson.h' can cause include confusion. Rename the qapi > version. Commit 17b74b9 moved the other one to migration/. If you still want to rename this one, you'll need to update the commit message. > Why did I pick that one? A later patch plans on deleting the > top-level qjson.c once we have a native JSON output visitor; we David objected to that in review of v3. We agreed to disagree, and let migration keep its own (incomplete) JSON visitor. That's why I moved it to migration/. > could have renamed that one for less overall churn. On the other > hand, all of the QObject subtypes have their own qFOO.c file, but > qjson.c makes it sound like we have a QTYPE_JSON subclass of > QObject; the new name of qobject-json makes it obvious that the > file is used for conversions between QObject and JSON, and not a > QObject subtype. > > Kill trailing whitespace in the renamed tests/check-qobject-json.c > to keep checkpatch.pl happy. > > Signed-off-by: Eric Blake <eblake@xxxxxxxxxx> > Reviewed-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html