Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sdl: Fix heap smash in sdl_zoom_rgb{16,32} for int > 32 bits | Markus Armbruster | 2013-01-15 | 1 | -4/+5 |
| | | | | | | | | | | | | | Careless use of malloc(): allocate Uint32[N], assign to int *, use int[N]. Fix by converting to g_new(). Functions can't fail anymore, so make them return void. Caller ignored the value anyway. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> | ||||
* | misc: move include files to include/qemu/ | Paolo Bonzini | 2012-12-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | ||||
* | ui: move all ui components in ui/ | Corentin Chary | 2010-07-26 | 1 | -0/+95 |
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> |