[PATCH 0/2] hw/arm/pxa2xx: Logging cleanups

Philippe Mathieu-Daudé posted 2 patches 3 years, 11 months ago
Test docker-mingw@fedora passed
Test checkpatch passed
Test asan passed
Test docker-quick@centos7 passed
Test FreeBSD passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200525114123.21317-1-f4bug@amsat.org
hw/arm/pxa2xx.c          | 66 +++++++++++++++++++++++++++++-----------
hw/display/pxa2xx_lcd.c  | 26 ++++++++--------
hw/input/pxa2xx_keypad.c | 10 ++++--
3 files changed, 70 insertions(+), 32 deletions(-)
[PATCH 0/2] hw/arm/pxa2xx: Logging cleanups
Posted by Philippe Mathieu-Daudé 3 years, 11 months ago
Last pair of trivial logging cleanup patches
from last week-end.

Philippe Mathieu-Daudé (2):
  hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
  hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()

 hw/arm/pxa2xx.c          | 66 +++++++++++++++++++++++++++++-----------
 hw/display/pxa2xx_lcd.c  | 26 ++++++++--------
 hw/input/pxa2xx_keypad.c | 10 ++++--
 3 files changed, 70 insertions(+), 32 deletions(-)

-- 
2.21.3


Re: [PATCH 0/2] hw/arm/pxa2xx: Logging cleanups
Posted by Peter Maydell 3 years, 11 months ago
On Mon, 25 May 2020 at 12:41, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> Last pair of trivial logging cleanup patches
> from last week-end.
>
> Philippe Mathieu-Daudé (2):
>   hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
>   hw/arm/pxa2xx: Replace printf() call by qemu_log_mask()
>
>  hw/arm/pxa2xx.c          | 66 +++++++++++++++++++++++++++++-----------
>  hw/display/pxa2xx_lcd.c  | 26 ++++++++--------
>  hw/input/pxa2xx_keypad.c | 10 ++++--
>  3 files changed, 70 insertions(+), 32 deletions(-)



Applied to target-arm.next, thanks.

-- PMM