qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6446a7: hw/timer/etraxfs_timer: Add vmstate f


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 6446a7: hw/timer/etraxfs_timer: Add vmstate for ETRAX timers
Date: Wed, 19 Jan 2022 03:48:48 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6446a79e10bf4482f67a8576aed1afd88cf964b1
      
https://github.com/qemu/qemu/commit/6446a79e10bf4482f67a8576aed1afd88cf964b1
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M hw/timer/etraxfs_timer.c

  Log Message:
  -----------
  hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

Add the vmstate for the ETRAX timers.
This is in theory a migration compatibility break
for the 'AXIS devboard 88' CRIS machine.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20211106105623.510868-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 2a0c51366985890e3bf6f41a48f3cb2dfe2f153e
      
https://github.com/qemu/qemu/commit/2a0c51366985890e3bf6f41a48f3cb2dfe2f153e
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M hw/scsi/megasas.c

  Log Message:
  -----------
  hw/scsi/megasas: Simplify using the ldst API

This code is easier to review using the load/store API.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211218111912.1499377-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 5df69ab89527618744661d5a45ed85ca3cc7bceb
      
https://github.com/qemu/qemu/commit/5df69ab89527618744661d5a45ed85ca3cc7bceb
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M include/hw/qdev-core.h

  Log Message:
  -----------
  qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ

Fix a comment in qdev-core.h where we incorrectly referred
to TYPE_IRQ_SPLIT when we meant TYPE_SPLIT_IRQ.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20220111172655.3546766-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 6d4c8af321e5d0da919fd946d44abbd61a10b708
      
https://github.com/qemu/qemu/commit/6d4c8af321e5d0da919fd946d44abbd61a10b708
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests: Fix typo in check-help output

Fix typo in 'make check-help' output.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220111175528.22294-1-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: d4fae97d8fb50d7e3387458af24c85bac965957d
      
https://github.com/qemu/qemu/commit/d4fae97d8fb50d7e3387458af24c85bac965957d
  Author: Bernhard Beschow <shentey@gmail.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M softmmu/device_tree.c

  Log Message:
  -----------
  softmmu: Provide a clue as to why device tree loading failed

fdt_open_into() obligingly returns an error code in case the operation
failed. So be obliging as well and use it in the error message.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220116114649.40859-1-shentey@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 5b602fc4ed1e621d892e6d17879a882512e3b553
      
https://github.com/qemu/qemu/commit/5b602fc4ed1e621d892e6d17879a882512e3b553
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M linux-user/arm/cpu_loop.c

  Log Message:
  -----------
  linux-user: Fix comment typo in arm cpu_loop code

Fix a typo in a comment in the arm cpu_loop code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Message-Id: <20220114182535.3804783-1-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: b5f9536643faa8a6a7b9e78d0944503a49a90fe3
      
https://github.com/qemu/qemu/commit/b5f9536643faa8a6a7b9e78d0944503a49a90fe3
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M linux-user/signal.c
    M linux-user/trace-events

  Log Message:
  -----------
  linux-user: Rename user_force_sig tracepoint to match function name

In commit c599d4d6d6e9bfdb64 in 2016 we renamed the old force_sig()
function to dump_core_and_abort(), but we forgot to rename the
associated tracepoint.  Rename the tracepoint to to match the
function it's called from.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220114153732.3767229-3-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: 337e88d8909b1442956acfa351d48e30a272251c
      
https://github.com/qemu/qemu/commit/337e88d8909b1442956acfa351d48e30a272251c
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M linux-user/signal-common.h
    M linux-user/signal.c

  Log Message:
  -----------
  linux-user: Return void from queue_signal()

The linux-user queue_signal() function always returns 1, and none of
its callers check the return value.  Give it a void return type
instead.

The return value is a leftover from the old pre-2016 linux-user
signal handling code, which really did have a queue of signals and so
might return a failure indication if too many signals were queued at
once.  The current design avoids having to ever have more than one
signal queued via queue_signal() at once, so it can never fail.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220114153732.3767229-4-peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: bfadf13f63d63d099bf2be14c9b1863f25a091a2
      
https://github.com/qemu/qemu/commit/bfadf13f63d63d099bf2be14c9b1863f25a091a2
  Author: Warner Losh <imp@bsdimp.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M linux-user/qemu.h

  Log Message:
  -----------
  linux-user: Remove MAX_SIGQUEUE_SIZE

It's been unused for 7 years since 907f5fddaa67 when linux-user stopped
queueing any signals.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220116204423.16133-2-imp@bsdimp.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>


  Commit: dea52c223bdb856e1f7a7155e71887535a3ab9f4
      
https://github.com/qemu/qemu/commit/dea52c223bdb856e1f7a7155e71887535a3ab9f4
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M hw/scsi/megasas.c
    M hw/timer/etraxfs_timer.c
    M include/hw/qdev-core.h
    M linux-user/arm/cpu_loop.c
    M linux-user/qemu.h
    M linux-user/signal-common.h
    M linux-user/signal.c
    M linux-user/trace-events
    M softmmu/device_tree.c
    M tests/Makefile.include

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging

trivial patches pull request 20220118

Fix comments and typos
Add vmstate for ETRAX timers
Use ldst in megasas

# gpg: Signature made Tue 18 Jan 2022 12:28:04 GMT
# gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
# gpg:                issuer "laurent@vivier.eu"
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
# gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
# gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" 
[full]
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C

* remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request:
  linux-user: Remove MAX_SIGQUEUE_SIZE
  linux-user: Return void from queue_signal()
  linux-user: Rename user_force_sig tracepoint to match function name
  linux-user: Fix comment typo in arm cpu_loop code
  softmmu: Provide a clue as to why device tree loading failed
  tests: Fix typo in check-help output
  qdev-core.h: Fix wrongly named reference to TYPE_SPLIT_IRQ
  hw/scsi/megasas: Simplify using the ldst API
  hw/timer/etraxfs_timer: Add vmstate for ETRAX timers

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/0dabdd6b3a7e...dea52c223bdb



reply via email to

[Prev in Thread] Current Thread [Next in Thread]