ada6f6f4a3
hw/display/qxl: Fix bad printf format specifiers
...
We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".
Reported-by: Euler Robot <euler.robot@huawei.com >
Signed-off-by: Alex Chen <alex.chen@huawei.com >
Message-id: 20201119025851.56487-1-alex.chen@huawei.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com >
2021-02-04 14:32:40 +01:00
830b925094
hw: Remove superfluous breaks
...
Remove superfluous breaks, as there is a "return" before them.
Signed-off-by: Liao Pingfang <liao.pingfang@zte.com.cn >
Signed-off-by: Yi Wang <wang.yi59@zte.com.cn >
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org >
Reviewed-by: Thomas Huth <thuth@redhat.com >
Message-Id: <1594631126-36631-1-git-send-email-wang.yi59@zte.com.cn >
Signed-off-by: Laurent Vivier <laurent@vivier.eu >
2020-09-01 08:38:00 +02:00
47df5154c3
hw/display: Clean up includes
...
Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.
This commit was created with scripts/clean-includes.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org >
Message-id: 1453832250-766-21-git-send-email-peter.maydell@linaro.org
2016-01-29 15:07:24 +00:00
a91e21186f
hw/display/qxl-logger.c: Constify some variable
...
Signed-off-by: Frediano Ziglio <fziglio@redhat.com >
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru >
2015-06-23 20:23:39 +03:00
bc72ad6754
aio / timers: Switch entire codebase to the new timer API
...
This is an autogenerated patch using scripts/switch-timer-api.
Switch the entire code base to using the new timer API.
Note this patch may introduce some line length issues.
Signed-off-by: Alex Bligh <alex@alex.org.uk >
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com >
2013-08-22 19:14:24 +02:00
47b43a1f41
hw: move private headers to hw/ subdirectories.
...
Many headers are used only in a single directory. These can be
kept in hw/.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-04-08 18:13:16 +02:00
fc97bb5ba3
hw: move display devices to hw/display/, configure via default-configs/
...
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-04-08 18:13:13 +02:00