exynos4210_fimd.c: fix display resize bug introduced after console revampIn exynos4210 display update function, we were acquiring DisplaySurfacepointer before calling screen resize function, not p
exynos4210_fimd.c: fix display resize bug introduced after console revampIn exynos4210 display update function, we were acquiring DisplaySurfacepointer before calling screen resize function, not paying attention that resizeprocedure can replace current DisplaySurface with newly allocated one.Right thing to do is to initialize DisplaySurface AFTER a call to resize function.Signed-off-by: Igor Mitsyanko <i.mitsyanko@gmail.com>Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
show more ...
sysemu: avoid proliferation of include/ subdirectoriesSigned-off-by: Paolo Bonzini <pbonzini@redhat.com>
arm: fix location of some include filesThe recent rearrangement of include files had some minor errors: devices.h is not ARM specific and should not be in arm/ arm.h should be in arm/Move these
arm: fix location of some include filesThe recent rearrangement of include files had some minor errors: devices.h is not ARM specific and should not be in arm/ arm.h should be in arm/Move these two headers to correct this.Signed-off-by: Peter Maydell <peter.maydell@linaro.org>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw: move private headers to hw/ subdirectories.Many headers are used only in a single directory. These can bekept in hw/.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw: move display devices to hw/display/, configure via default-configs/Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw: move target-independent files to subdirectoriesThis patch tackles all files that are compiled once, movingthem to subdirectories of hw/.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw: make subdirectories for devicesPrepare the new directory structure.Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1...<<5152535455