[PULL 0/3] m68k patches

Thomas Huth posted 3 patches 2 months, 2 weeks ago
hw/m68k/mcf5208.c       | 10 +++++++++-
hw/nubus/nubus-device.c |  7 +++++++
2 files changed, 16 insertions(+), 1 deletion(-)
[PULL 0/3] m68k patches
Posted by Thomas Huth 2 months, 2 weeks ago
 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(-)

-- 
2.46.0
Re: [PULL 0/3] m68k patches
Posted by Peter Maydell 2 months, 2 weeks ago
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