[PULL 0/1] qemu-macppc queue 20201112

Mark Cave-Ayland posted 1 patch 3 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201112095620.27372-1-mark.cave-ayland@ilande.co.uk
hw/misc/macio/macio.c | 2 ++
1 file changed, 2 insertions(+)
[PULL 0/1] qemu-macppc queue 20201112
Posted by Mark Cave-Ayland 3 years, 6 months ago
The following changes since commit a4c141dca466ed3e9451f147efe6304b1b659ff5:

  Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-11 19:53:15 +0000)

are available in the Git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-macppc-20201112

for you to fetch changes up to 6bfa035ec31f4f5a14499f17e08f62e8f14760cc:

  macio: set user_creatable to false in macio_class_init() (2020-11-12 09:26:20 +0000)

----------------------------------------------------------------
qemu-macppc fix for 5.2

----------------------------------------------------------------
Mark Cave-Ayland (1):
      macio: set user_creatable to false in macio_class_init()

 hw/misc/macio/macio.c | 2 ++
 1 file changed, 2 insertions(+)

Re: [PULL 0/1] qemu-macppc queue 20201112
Posted by Peter Maydell 3 years, 6 months ago
On Thu, 12 Nov 2020 at 09:56, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit a4c141dca466ed3e9451f147efe6304b1b659ff5:
>
>   Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-request' into staging (2020-11-11 19:53:15 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-macppc-20201112
>
> for you to fetch changes up to 6bfa035ec31f4f5a14499f17e08f62e8f14760cc:
>
>   macio: set user_creatable to false in macio_class_init() (2020-11-12 09:26:20 +0000)
>
> ----------------------------------------------------------------
> qemu-macppc fix for 5.2
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM