index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
m68k
Age
Commit message (
Expand
)
Author
14 days
next-kbd: convert to use qemu_input_handler_register()
Mark Cave-Ayland
2024-11-04
next-cube: remove cpu parameter from next_scsi_init()
Mark Cave-Ayland
2024-11-04
next-cube: fix up compilation when DEBUG_NEXT is enabled
Mark Cave-Ayland
2024-10-07
hw/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2024-09-20
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-08
hw/m68k/mcf5208: Add URLs for datasheets
Peter Maydell
2024-09-08
hw/m68k/mcf5208: Avoid shifting off end of integer
Peter Maydell
2024-09-05
hw: add compat machines for 9.2
Cornelia Huck
2024-07-02
hw: skip registration of outdated versioned machine types
Daniel P. Berrangé
2024-07-02
hw: set deprecation info for all versioned machine types
Daniel P. Berrangé
2024-07-02
hw/m68k: convert 'virt' machine definitions to use new macros
Daniel P. Berrangé
2024-05-03
m68k: switch boards to "default y"
Paolo Bonzini
2024-04-25
hw, target: Add ResetType argument to hold and exit phase methods
Peter Maydell
2024-04-18
hw: Add compat machines for 9.1
Paolo Bonzini
2024-03-11
virt: set the CPU type in BOOTINFO
Laurent Vivier
2024-03-09
hw/m68k/mcf5208: add support for reset
Angelo Dureghello
2024-02-02
hw/m68k/q800: use qemu_find_nic_info()
David Woodhouse
2024-02-02
hw/m68k/mcf5208: use qemu_create_nic_device()
David Woodhouse
2024-01-11
q800: move dp8393x_prom memory region to Q800MachineState
Mark Cave-Ayland
2024-01-05
hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state
Thomas Huth
2023-12-30
hw/m68k: Constify VMState
Richard Henderson
2023-12-22
next-cube.c: move machine MemoryRegions into NeXTState
Mark Cave-Ayland
2023-12-22
next-cube.c: remove val and size arguments from nextscr2_write()
Mark Cave-Ayland
2023-12-22
next-cube.c: move LED logic to new next_scr2_led_update() function
Mark Cave-Ayland
2023-12-22
next-cube.c: move static old_scr2 variable to NeXTPC
Mark Cave-Ayland
2023-12-22
next-cube.c: move static phase variable to NextRtc
Mark Cave-Ayland
2023-12-22
next-cube.c: move static led variable to NeXTPC
Mark Cave-Ayland
2023-12-22
next-cube.c: update and improve dma_ops
Mark Cave-Ayland
2023-12-22
next-cube.c: update scr_ops to properly use modern memory API
Mark Cave-Ayland
2023-12-22
next-cube.c: update mmio_ops to properly use modern memory API
Mark Cave-Ayland
2023-12-22
next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH command
Mark Cave-Ayland
2023-12-22
next-cube.c: add dummy Ethernet register to allow diagnostic to timeout
Mark Cave-Ayland
2023-12-20
hw: Add compat machines for 9.0
Cornelia Huck
2023-11-20
hw/core/machine: Constify MachineClass::valid_cpu_types[]
Gavin Shan
2023-11-02
m68k: Instantiate the ESP SCSI controller for the NeXTcube machine
Thomas Huth
2023-11-01
hw/m68k/next-cube: Mirror BIOS to address 0
Thomas Huth
2023-11-01
hw/char/mcf_uart: Have mcf_uart_create() return DeviceState
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/virt: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/next-cube: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/mcf_intc: Pass CPU using QOM link property
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/mcf_intc: Expose MMIO region via SysBus API
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/mcf5206: Pass CPU using QOM link property
Philippe Mathieu-Daudé
2023-11-01
hw/m68k/irqc: Pass CPU using QOM link property
Philippe Mathieu-Daudé
2023-10-06
q800: add alias for MacOS toolbox ROM at 0x40000000
Mark Cave-Ayland
2023-10-06
q800: add ESCC alias at 0xc000
Mark Cave-Ayland
2023-10-06
q800: add easc bool machine class property to switch between ASC and EASC
Mark Cave-Ayland
2023-10-06
q800: add Apple Sound Chip (ASC) audio to machine
Mark Cave-Ayland
2023-10-06
audio: add Apple Sound Chip (ASC) emulation
Mark Cave-Ayland
2023-10-06
q800: allow accesses to RAM area even if less memory is available
Mark Cave-Ayland
[next]