mbox

[PULL,0/3] m68k patches

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

Pull-request

https://gitlab.com/huth/qemu.git tags/pull-request-2024-09-08

Message

Thomas Huth Sept. 8, 2024, 1:11 p.m. UTC
Hi!

The following changes since commit 1581a0bc928d61230ed6e43bcb83f2f6737d0bc0:

  Merge tag 'pull-ufs-20240906' of https://gitlab.com/jeuk20.kim/qemu into staging (2024-09-06 15:27:43 +0100)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2024-09-08

for you to fetch changes up to df827aace663fdd9c432e2ff76fb13d20cbc0ca4:

  hw/nubus/nubus-device: Range check 'slot' property (2024-09-08 11:49:49 +0200)

----------------------------------------------------------------
* Fix Coverity issues in mcf5208evb and nubus machines
* Add URLs for mcf5208evb datasheets

----------------------------------------------------------------

Peter Maydell (3):
  hw/m68k/mcf5208: Avoid shifting off end of integer
  hw/m68k/mcf5208: Add URLs for datasheets
  hw/nubus/nubus-device: Range check 'slot' property

 hw/m68k/mcf5208.c       | 10 +++++++++-
 hw/nubus/nubus-device.c |  7 +++++++
 2 files changed, 16 insertions(+), 1 deletion(-)

Comments

Peter Maydell Sept. 9, 2024, 12:06 p.m. UTC | #1
On Sun, 8 Sept 2024 at 14:11, Thomas Huth <huth@tuxfamily.org> wrote:
>
>  Hi!
>
> The following changes since commit 1581a0bc928d61230ed6e43bcb83f2f6737d0bc0:
>
>   Merge tag 'pull-ufs-20240906' of https://gitlab.com/jeuk20.kim/qemu into staging (2024-09-06 15:27:43 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2024-09-08
>
> for you to fetch changes up to df827aace663fdd9c432e2ff76fb13d20cbc0ca4:
>
>   hw/nubus/nubus-device: Range check 'slot' property (2024-09-08 11:49:49 +0200)
>
> ----------------------------------------------------------------
> * Fix Coverity issues in mcf5208evb and nubus machines
> * Add URLs for mcf5208evb datasheets
>
> ----------------------------------------------------------------
>
> Peter Maydell (3):
>   hw/m68k/mcf5208: Avoid shifting off end of integer
>   hw/m68k/mcf5208: Add URLs for datasheets
>   hw/nubus/nubus-device: Range check 'slot' property


Applied, thanks.

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

-- PMM