mbox

[PULL,0/2] m68k coldfire machine cleanup patches

Message ID 20200530075320.18854-1-huth@tuxfamily.org
State New
Headers show

Pull-request

https://gitlab.com/huth/qemu.git tags/pull-request-2020-05-30

Message

Thomas Huth May 30, 2020, 7:53 a.m. UTC
Hi Peter,

the following changes since commit c86274bc2e34295764fb44c2aef3cf29623f9b4b:

  Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-270520-1' into staging (2020-05-29 17:41:45 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-05-30

for you to fetch changes up to b809667808b1f742a85d6cce0d77800be20bcaa0:

  hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask() (2020-05-30 09:17:46 +0200)

----------------------------------------------------------------
* Replace hw_error() with qemu_log_mask() in the m68k coldfire machine code
----------------------------------------------------------------

Philippe Mathieu-Daudé (2):
      hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
      hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()

 hw/m68k/mcf5206.c  | 14 +++++++++-----
 hw/m68k/mcf5208.c  | 16 ++++++++++------
 hw/m68k/mcf_intc.c | 10 +++++++---
 hw/net/mcf_fec.c   |  9 ++++++---
 4 files changed, 32 insertions(+), 17 deletions(-)

Comments

Peter Maydell May 31, 2020, 8:48 p.m. UTC | #1
On Sat, 30 May 2020 at 08:53, Thomas Huth <huth@tuxfamily.org> wrote:
>
>  Hi Peter,
>
> the following changes since commit c86274bc2e34295764fb44c2aef3cf29623f9b4b:
>
>   Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-270520-1' into staging (2020-05-29 17:41:45 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-05-30
>
> for you to fetch changes up to b809667808b1f742a85d6cce0d77800be20bcaa0:
>
>   hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask() (2020-05-30 09:17:46 +0200)
>
> ----------------------------------------------------------------
> * Replace hw_error() with qemu_log_mask() in the m68k coldfire machine code
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM