Merge remote-tracking branch 'remotes/mcayland/tags/q800-updates-for-7.0-20220309' into staging
q800-updates-for-7.0 queue
# gpg: Signature made Wed 09 Mar 2022 10:57:07 GMT
# gpg: using RSA key CC621AB98E82200D915CC9C45BC2C56FAE0F321F
# gpg: issuer "mark.cave-ayland@ilande.co.uk"
# gpg: Good signature from "Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>" [full]
# Primary key fingerprint: CC62 1AB9 8E82 200D 915C C9C4 5BC2 C56F AE0F 321F
* remotes/mcayland/tags/q800-updates-for-7.0-20220309: (22 commits)
esp: recreate ESPState current_req after migration
esp: include the current PDMA callback in the migration stream
esp: convert ESPState pdma_cb from a function pointer to an integer
esp: introduce esp_pdma_cb() function
esp: introduce esp_set_pdma_cb() function
macfb: set initial value of mode control registers in macfb_common_realize()
macfb: add VMStateDescription fields for display type and VBL timer
macfb: increase number of registers saved in MacfbState
macfb: don't use special irq_state and irq_mask variables in MacfbState
macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState
macio/pmu.c: remove redundant code
mos6522: implement edge-triggering for CA1/2 and CB1/2 control line IRQs
mac_via: make SCSI_DATA (DRQ) bit live rather than latched
mos6522: record last_irq_levels in mos6522_set_irq()
mos6522: add "info via" HMP command for debugging
mos6522: add register names to register read/write trace events
mos6522: use device_class_set_parent_reset() to propagate reset to parent
mos6522: remove update_irq() and set_sr_int() methods from MOS6522DeviceClass
mos6522: switch over to use qdev gpios for IRQs
mac_via: use IFR bit flag constants for VIA2 IRQs
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
Showing
- hmp-commands-info.hx 15 additions, 0 deletionshmp-commands-info.hx
- hw/display/macfb.c 47 additions, 10 deletionshw/display/macfb.c
- hw/m68k/q800.c 5 additions, 4 deletionshw/m68k/q800.c
- hw/misc/mac_via.c 37 additions, 50 deletionshw/misc/mac_via.c
- hw/misc/macio/cuda.c 5 additions, 3 deletionshw/misc/macio/cuda.c
- hw/misc/macio/pmu.c 4 additions, 36 deletionshw/misc/macio/pmu.c
- hw/misc/mos6522.c 211 additions, 15 deletionshw/misc/mos6522.c
- hw/misc/trace-events 2 additions, 2 deletionshw/misc/trace-events
- hw/scsi/esp.c 78 additions, 9 deletionshw/scsi/esp.c
- include/hw/display/macfb.h 2 additions, 3 deletionsinclude/hw/display/macfb.h
- include/hw/misc/mac_via.h 20 additions, 26 deletionsinclude/hw/misc/mac_via.h
- include/hw/misc/macio/pmu.h 0 additions, 2 deletionsinclude/hw/misc/macio/pmu.h
- include/hw/misc/mos6522.h 37 additions, 9 deletionsinclude/hw/misc/mos6522.h
- include/hw/scsi/esp.h 10 additions, 1 deletioninclude/hw/scsi/esp.h
- include/monitor/hmp-target.h 1 addition, 0 deletionsinclude/monitor/hmp-target.h
Loading
Please register or sign in to comment