[PULL 00/10] qemu-sparc queue 20210505

Mark Cave-Ayland posted 10 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210505073538.11438-1-mark.cave-ayland@ilande.co.uk
hw/sparc/leon3.c            |  37 +++-
hw/sparc/sun4m.c            | 491 +++++++++++++++++---------------------------
hw/sparc/trace-events       |   4 +-
hw/sparc64/sparc64.c        |  63 ------
hw/sparc64/trace-events     |   4 -
target/sparc/cpu.h          |   6 -
target/sparc/int32_helper.c |  70 +++----
target/sparc/int64_helper.c |  66 ++++++
target/sparc/trace-events   |  12 +-
9 files changed, 331 insertions(+), 422 deletions(-)
[PULL 00/10] qemu-sparc queue 20210505
Posted by Mark Cave-Ayland 2 years, 11 months ago
The following changes since commit 3e13d8e34b53d8f9a3421a816ccfbdc5fa874e98:

  Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' into staging (2021-05-04 10:58:56 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 10fb1340b161682d64320a5976f88f68472410bf:

  hw/sparc*: Move cpu_check_irqs() to target/sparc/ (2021-05-04 22:45:53 +0100)

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

----------------------------------------------------------------
Philippe Mathieu-Daudé (10):
      hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
      hw/sparc/sun4m: Introduce Sun4mMachineClass
      hw/sparc/sun4m: Factor out sun4m_machine_class_init()
      hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
      hw/sparc/sun4m: Fix code style for checkpatch.pl
      hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init
      hw/sparc: Allow building without the leon3 machine
      hw/sparc64: Remove unused "hw/char/serial.h" header
      hw/sparc64: Fix code style for checkpatch.pl
      hw/sparc*: Move cpu_check_irqs() to target/sparc/

 hw/sparc/leon3.c            |  37 +++-
 hw/sparc/sun4m.c            | 491 +++++++++++++++++---------------------------
 hw/sparc/trace-events       |   4 +-
 hw/sparc64/sparc64.c        |  63 ------
 hw/sparc64/trace-events     |   4 -
 target/sparc/cpu.h          |   6 -
 target/sparc/int32_helper.c |  70 +++----
 target/sparc/int64_helper.c |  66 ++++++
 target/sparc/trace-events   |  12 +-
 9 files changed, 331 insertions(+), 422 deletions(-)

Re: [PULL 00/10] qemu-sparc queue 20210505
Posted by Peter Maydell 2 years, 11 months ago
On Wed, 5 May 2021 at 08:35, Mark Cave-Ayland
<mark.cave-ayland@ilande.co.uk> wrote:
>
> The following changes since commit 3e13d8e34b53d8f9a3421a816ccfbdc5fa874e98:
>
>   Merge remote-tracking branch 'remotes/bsdimp/tags/pull-bsd-user-20210430' into staging (2021-05-04 10:58:56 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/mcayland/qemu.git tags/qemu-sparc-20210505
>
> for you to fetch changes up to 10fb1340b161682d64320a5976f88f68472410bf:
>
>   hw/sparc*: Move cpu_check_irqs() to target/sparc/ (2021-05-04 22:45:53 +0100)
>
> ----------------------------------------------------------------
> qemu-sparc queue
>
> ----------------------------------------------------------------
> Philippe Mathieu-Daudé (10):
>       hw/sparc/sun4m: Have sun4m machines inherit new TYPE_SUN4M_MACHINE
>       hw/sparc/sun4m: Introduce Sun4mMachineClass
>       hw/sparc/sun4m: Factor out sun4m_machine_class_init()
>       hw/sparc/sun4m: Register machine types in sun4m_machine_types[]
>       hw/sparc/sun4m: Fix code style for checkpatch.pl
>       hw/sparc/sun4m: Move each sun4m_hwdef definition in its class_init
>       hw/sparc: Allow building without the leon3 machine
>       hw/sparc64: Remove unused "hw/char/serial.h" header
>       hw/sparc64: Fix code style for checkpatch.pl
>       hw/sparc*: Move cpu_check_irqs() to target/sparc/


Applied, thanks.

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

-- PMM