From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnV0v-0001RB-Cr for qemu-devel@nongnu.org; Mon, 13 Mar 2017 14:48:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnV0u-0004jv-MI for qemu-devel@nongnu.org; Mon, 13 Mar 2017 14:48:13 -0400 From: Krzysztof Kozlowski Date: Mon, 13 Mar 2017 20:47:47 +0200 Message-Id: <20170313184750.429-1-krzk@kernel.org> Subject: [Qemu-devel] [PATCH v3 0/3] hw/arm/exynos: Minor cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mitsyanko , Peter Maydell , Paolo Bonzini , qemu-arm@nongnu.org, qemu-devel@nongnu.org Cc: eblake@redhat.com, =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= , Krzysztof Kozlowski Hi, Minor cleanups, no dependencies. Changes since v1 ================ 1. Patch 1/3: Address missed Philippe's comments about error reporting verbosity. Changes since v2 ================ 1. Patch 1/3: Address Eric's comment. 2. Patch 2/3: Address Peter's comments about "const". 3. Patch 3/3: Use "unsigned int". I had impression that no consensus was reached during discussion. If that is wrong impression, let me know. Best regards, Krzysztof Krzysztof Kozlowski (3): hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report hw/char/exynos4210_uart: Constify static array and few arguments hw/misc/exynos4210_pmu: Reorder local variables for readability hw/arm/exynos4_boards.c | 6 +++--- hw/char/exynos4210_uart.c | 8 ++++---- hw/misc/exynos4210_pmu.c | 4 ++-- hw/timer/exynos4210_mct.c | 6 ++++-- hw/timer/exynos4210_pwm.c | 13 +++++++------ hw/timer/exynos4210_rtc.c | 19 ++++++++++--------- 6 files changed, 30 insertions(+), 26 deletions(-) -- 2.9.3