Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-12 | Clean up header guards that don't match their file name | Markus Armbruster | 1 | -3/+3 | |
Header guard symbols should match their file name to make guard collisions less likely. Offenders found with scripts/clean-header-guards.pl -vn. Cleaned up with scripts/clean-header-guards.pl, followed by some renaming of new guard symbols picked by the script to better ones. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net> | |||||
2012-12-19 | migration: move include files to include/migration/ | Paolo Bonzini | 1 | -0/+23 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |