[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 06/12] next-cube.c: move static led variable to NeXTPC
From: |
Thomas Huth |
Subject: |
Re: [PATCH 06/12] next-cube.c: move static led variable to NeXTPC |
Date: |
Sat, 16 Dec 2023 20:57:36 +0100 |
Am Fri, 15 Dec 2023 20:00:03 +0000
schrieb Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>:
> The state of the led is stored in the SCR2 register which is part of the
> NeXTPC
> device.
>
> Note that this is a migration break for the NeXTPC device, but as nothing will
> currently boot then we simply bump the migration version for now.
Ack, that's fine, we don't have to worry about migration here yet.
> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
> ---
> hw/m68k/next-cube.c | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
- Re: [PATCH 09/12] next-cube.c: move static old_scr2 variable to NeXTPC, (continued)
- [PATCH 07/12] next-cube.c: move static phase variable to NextRtc, Mark Cave-Ayland, 2023/12/15
- [PATCH 08/12] next-cube.c: move LED logic to new next_scr2_led_update() function, Mark Cave-Ayland, 2023/12/15
- [PATCH 02/12] next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH command, Mark Cave-Ayland, 2023/12/15
- [PATCH 06/12] next-cube.c: move static led variable to NeXTPC, Mark Cave-Ayland, 2023/12/15
- Re: [PATCH 06/12] next-cube.c: move static led variable to NeXTPC,
Thomas Huth <=
- [PATCH 03/12] next-cube.c: update mmio_ops to properly use modern memory API, Mark Cave-Ayland, 2023/12/15
- [PATCH 01/12] next-cube.c: add dummy Ethernet register to allow diagnostic to timeout, Mark Cave-Ayland, 2023/12/15
- [PATCH 11/12] next-cube.c: replace sysmem with get_system_memory() in next_cube_init(), Mark Cave-Ayland, 2023/12/15
- [PATCH 12/12] next-cube.c: move machine MemoryRegions into NeXTState, Mark Cave-Ayland, 2023/12/15