Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster | |
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net> | |||
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | |
Move declarations out of qemu-common.h for functions declared in utils/ files: e.g. include/qemu/path.h for utils/path.c. Move inline functions out of qemu-common.h and into new files (e.g. include/qemu/bcd.h) Signed-off-by: Veronia Bahaa <veroniabahaa@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |