Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-12-19 | janitor: add guards to headers | Paolo Bonzini | 1 | -0/+4 | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl | 1 | -4/+4 | |
'extern' qualifier is useless for function declarations. Delete them. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> | |||||
2010-07-26 | ui: move all ui components in ui/ | Corentin Chary | 1 | -0/+51 | |
Move sdl, vnc, curses and cocoa UI into ui/ to cleanup the root directory. Also remove some unnecessary explicit targets from Makefile. aliguori: fix build when srcdir != objdir Signed-off-by: Corentin Chary <corentincj@iksaif.net> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> |