Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-08 | hw: move headers to include/ | Paolo Bonzini | |
Many of these should be cleaned up with proper qdev-/QOM-ification. Right now there are many catch-all headers in include/hw/ARCH depending on cpu.h, and this makes it necessary to compile these files per-target. However, fixing this does not belong in these patches. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||
2013-03-18 | console: rework DisplaySurface handling [vga emu side] | Gerd Hoffmann | |
Decouple DisplaySurface allocation & deallocation from DisplayState. Replace dpy_gfx_resize + dpy_gfx_setdata with a dpy_gfx_replace_surface function. This handles the graphic hardware emulation. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2013-03-01 | hw: move boards and other isolated files to hw/ARCH | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |