[Qemu-devel] [PULL 0/3] qemu-sparc queue 20180618

Mark Cave-Ayland posted 3 patches 5 years, 9 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180618174538.30092-1-mark.cave-ayland@ilande.co.uk
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hw/sparc/sun4m.c         |  67 ++++++++++++++++++++--------
hw/sparc64/sun4u.c       |  18 +++++---
target/sparc/translate.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++-
3 files changed, 172 insertions(+), 24 deletions(-)
[Qemu-devel] [PULL 0/3] qemu-sparc queue 20180618
Posted by Mark Cave-Ayland 5 years, 9 months ago
The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)

are available in the git repository at:

  git://github.com/mcayland/qemu.git tags/qemu-sparc-20180618

for you to fetch changes up to 46bb0137b8266ab8dedc3b9712f3d246bbd686ba:

  SPARC64: add icount support (2018-06-17 11:13:06 +0100)

----------------------------------------------------------------
qemu-sparc queue

----------------------------------------------------------------
Mark Cave-Ayland (1):
      SPARC64: add icount support

Thomas Huth (2):
      hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realize
      hw/sparc/sun4m: Fix problems with device introspection

 hw/sparc/sun4m.c         |  67 ++++++++++++++++++++--------
 hw/sparc64/sun4u.c       |  18 +++++---
 target/sparc/translate.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 172 insertions(+), 24 deletions(-)

Re: [Qemu-devel] [PULL 0/3] qemu-sparc queue 20180618
Posted by Peter Maydell 5 years, 9 months ago
On 18 June 2018 at 18:45, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
> The following changes since commit 2ef2f16781af9dee6ba6517755e9073ba5799fa2:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180615a' into staging (2018-06-15 18:13:35 +0100)
>
> are available in the git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc-20180618
>
> for you to fetch changes up to 46bb0137b8266ab8dedc3b9712f3d246bbd686ba:
>
>   SPARC64: add icount support (2018-06-17 11:13:06 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc queue
>
> ----------------------------------------------------------------
> Mark Cave-Ayland (1):
>       SPARC64: add icount support
>
> Thomas Huth (2):
>       hw/sparc64/sun4u: Fix introspection by converting prom instance_init to realize
>       hw/sparc/sun4m: Fix problems with device introspection
>

Applied, thanks.

-- PMM