From: Krzysztof Kozlowski <krzk@kernel.org>
To: Igor Mitsyanko <i.mitsyanko@gmail.com>,
Peter Maydell <peter.maydell@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>,
qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: eblake@redhat.com, "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>
Subject: [Qemu-arm] [PATCH v3 0/3] hw/arm/exynos: Minor cleanups
Date: Mon, 13 Mar 2017 20:47:47 +0200 [thread overview]
Message-ID: <20170313184750.429-1-krzk@kernel.org> (raw)
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
WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Igor Mitsyanko <i.mitsyanko@gmail.com>,
Peter Maydell <peter.maydell@linaro.org>,
Paolo Bonzini <pbonzini@redhat.com>,
qemu-arm@nongnu.org, qemu-devel@nongnu.org
Cc: eblake@redhat.com, "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Krzysztof Kozlowski" <krzk@kernel.org>
Subject: [Qemu-devel] [PATCH v3 0/3] hw/arm/exynos: Minor cleanups
Date: Mon, 13 Mar 2017 20:47:47 +0200 [thread overview]
Message-ID: <20170313184750.429-1-krzk@kernel.org> (raw)
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
next reply other threads:[~2017-03-13 18:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 18:47 Krzysztof Kozlowski [this message]
2017-03-13 18:47 ` [Qemu-devel] [PATCH v3 0/3] hw/arm/exynos: Minor cleanups Krzysztof Kozlowski
2017-03-13 18:47 ` [Qemu-arm] [PATCH v3 1/3] hw/arm/exynos: Convert fprintf to qemu_log_mask/error_report Krzysztof Kozlowski
2017-03-13 18:47 ` [Qemu-devel] " Krzysztof Kozlowski
2017-03-13 19:26 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-03-13 19:26 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-03-13 18:47 ` [Qemu-arm] [PATCH v3 2/3] hw/char/exynos4210_uart: Constify static array and few arguments Krzysztof Kozlowski
2017-03-13 18:47 ` [Qemu-devel] " Krzysztof Kozlowski
2017-03-13 18:47 ` [Qemu-arm] [PATCH v3 3/3] hw/misc/exynos4210_pmu: Reorder local variables for readability Krzysztof Kozlowski
2017-03-13 18:47 ` [Qemu-devel] " Krzysztof Kozlowski
2017-03-13 19:28 ` [Qemu-arm] " Philippe Mathieu-Daudé
2017-03-13 19:28 ` [Qemu-devel] " Philippe Mathieu-Daudé
2017-04-04 11:52 ` [Qemu-arm] [PATCH v3 0/3] hw/arm/exynos: Minor cleanups Peter Maydell
2017-04-04 11:52 ` [Qemu-devel] " Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170313184750.429-1-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=eblake@redhat.com \
--cc=f4bug@amsat.org \
--cc=i.mitsyanko@gmail.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.