[PULL 0/9] Q800 patches

Laurent Vivier posted 9 patches 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211022071705.471954-1-laurent@vivier.eu
Maintainers: Laurent Vivier <laurent@vivier.eu>
include/hw/misc/mac_via.h |   1 +
hw/m68k/q800.c            | 169 ++++++++++++++++++++++++++++++++++++--
hw/misc/mac_via.c         |  23 ++++++
hw/misc/trace-events      |   1 +
4 files changed, 189 insertions(+), 5 deletions(-)
[PULL 0/9] Q800 patches
Posted by Laurent Vivier 2 years, 6 months ago
The following changes since commit 50352cce138ef3b30c1cda28a4df68fff5da3202:

  Merge remote-tracking branch 'remotes/juanquintela/tags/migration.next-pull-request' into staging (2021-10-19 07:41:04 -0700)

are available in the Git repository at:

  git://github.com/vivier/qemu-m68k.git tags/q800-pull-request

for you to fetch changes up to a56c12fb760a57c1419df4a34e930160f1d8d428:

  q800: drop 8-bit graphic_depth check for Apple 21 inch display (2021-10-20 16:25:04 +0200)

----------------------------------------------------------------
Pull request Q800 20211022

GLUE updates for A/UX mode

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

Mark Cave-Ayland (9):
  mac_via: update comment for VIA1B_vMystery bit
  q800: move VIA1 IRQ from level 1 to level 6
  q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
  mac_via: add GPIO for A/UX mode
  q800: wire up auxmode GPIO to GLUE
  q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic
    mode
  q800: wire up remaining IRQs in classic mode
  q800: add NMI handler
  q800: drop 8-bit graphic_depth check for Apple 21 inch display

 include/hw/misc/mac_via.h |   1 +
 hw/m68k/q800.c            | 169 ++++++++++++++++++++++++++++++++++++--
 hw/misc/mac_via.c         |  23 ++++++
 hw/misc/trace-events      |   1 +
 4 files changed, 189 insertions(+), 5 deletions(-)

-- 
2.31.1


Re: [PULL 0/9] Q800 patches
Posted by Richard Henderson 2 years, 6 months ago
On 10/22/21 12:16 AM, Laurent Vivier wrote:
> The following changes since commit 50352cce138ef3b30c1cda28a4df68fff5da3202:
> 
>    Merge remote-tracking branch 'remotes/juanquintela/tags/migration.next-pull-request' into staging (2021-10-19 07:41:04 -0700)
> 
> are available in the Git repository at:
> 
>    git://github.com/vivier/qemu-m68k.git tags/q800-pull-request
> 
> for you to fetch changes up to a56c12fb760a57c1419df4a34e930160f1d8d428:
> 
>    q800: drop 8-bit graphic_depth check for Apple 21 inch display (2021-10-20 16:25:04 +0200)
> 
> ----------------------------------------------------------------
> Pull request Q800 20211022
> 
> GLUE updates for A/UX mode
> 
> ----------------------------------------------------------------
> 
> Mark Cave-Ayland (9):
>    mac_via: update comment for VIA1B_vMystery bit
>    q800: move VIA1 IRQ from level 1 to level 6
>    q800: use GLUE IRQ numbers instead of IRQ level for GLUE IRQs
>    mac_via: add GPIO for A/UX mode
>    q800: wire up auxmode GPIO to GLUE
>    q800: route SONIC on-board Ethernet IRQ via nubus IRQ 9 in classic
>      mode
>    q800: wire up remaining IRQs in classic mode
>    q800: add NMI handler
>    q800: drop 8-bit graphic_depth check for Apple 21 inch display
> 
>   include/hw/misc/mac_via.h |   1 +
>   hw/m68k/q800.c            | 169 ++++++++++++++++++++++++++++++++++++--
>   hw/misc/mac_via.c         |  23 ++++++
>   hw/misc/trace-events      |   1 +
>   4 files changed, 189 insertions(+), 5 deletions(-)

Applied, thanks.

r~