index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-31
hw/loader: Pass ELFDATA endian order argument to load_elf()
Philippe Mathieu-Daudé
4
-4
/
+4
2024-12-29
next-cube: add my copyright to the top of the file
Mark Cave-Ayland
1
-0
/
+1
2024-12-29
next-cube: rename old_scr2 and scr2_2 in next_scr2_rtc_update()
Mark Cave-Ayland
1
-7
/
+7
2024-12-29
next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions
Mark Cave-Ayland
1
-86
/
+86
2024-12-29
next-cube: add rtc-power-out named gpio to trigger the NEXT_PWR_I interrupt
Mark Cave-Ayland
1
-4
/
+6
2024-12-29
next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine
Mark Cave-Ayland
1
-4
/
+19
2024-12-29
next-cube: use named gpio output for next-rtc data
Mark Cave-Ayland
1
-6
/
+13
2024-12-29
next-cube: move rtc-data-in gpio from next-pc to next-rtc device
Mark Cave-Ayland
1
-9
/
+17
2024-12-29
next-cube: move reset of next-rtc fields from next-pc to next-rtc
Mark Cave-Ayland
1
-5
/
+12
2024-12-29
next-cube: QOMify NeXTRTC
Mark Cave-Ayland
1
-21
/
+50
2024-12-29
next-cube: don't use rtc phase value of -1
Mark Cave-Ayland
1
-4
/
+1
2024-12-29
next-cube: use named gpio to read RTC data bit in scr2
Mark Cave-Ayland
1
-77
/
+92
2024-12-29
next-cube: use named gpio to set RTC data bit in scr2
Mark Cave-Ayland
1
-4
/
+21
2024-12-29
next-cube: always use retval to return rtc read values
Mark Cave-Ayland
1
-59
/
+40
2024-12-29
next-cube: separate rtc read and write shift logic
Mark Cave-Ayland
1
-64
/
+74
2024-12-29
next-cube: use qemu_irq to drive int_status in next_scr2_rtc_update()
Mark Cave-Ayland
1
-1
/
+4
2024-12-29
next-cube: rename typedef struct NextRtc to NeXTRTC
Mark Cave-Ayland
1
-12
/
+12
2024-12-29
next-cube: convert next-pc device to use Resettable interface
Mark Cave-Ayland
1
-3
/
+4
2024-12-29
next-cube: rearrange NeXTState declarations to improve readability
Mark Cave-Ayland
1
-32
/
+32
2024-12-29
next-cube: remove unused next.scr memory region
Mark Cave-Ayland
1
-52
/
+21
2024-12-29
next-cube: add empty slots for unknown accesses to next.scr memory region
Mark Cave-Ayland
2
-0
/
+9
2024-12-29
next-cube: move en ethernet MMIO to separate memory region on next-pc device
Mark Cave-Ayland
1
-8
/
+40
2024-12-29
next-cube: move timer MMIO to separate memory region on next-pc device
Mark Cave-Ayland
1
-13
/
+50
2024-12-29
next-cube: move ESCC to be QOM child of next-pc device
Mark Cave-Ayland
1
-28
/
+26
2024-12-29
next-cube: map ESCC registers as a subregion of the next.scr memory region
Mark Cave-Ayland
1
-1
/
+4
2024-12-29
next-cube: move floppy disk MMIO to separate memory region in next-pc
Mark Cave-Ayland
1
-12
/
+49
2024-12-29
next-cube: move SCSI 4020/4021 logic from next-pc device to next-scsi device
Mark Cave-Ayland
1
-77
/
+62
2024-12-29
next-cube: move SCSI CSRs from next-pc to the next-scsi device
Mark Cave-Ayland
1
-10
/
+78
2024-12-29
next-cube: introduce next-scsi device
Mark Cave-Ayland
1
-19
/
+74
2024-12-29
next-cube: introduce next_pc_init() object init function
Mark Cave-Ayland
1
-6
/
+11
2024-12-29
next-cube: move next_scsi_init() to next_pc_realize()
Mark Cave-Ayland
1
-2
/
+3
2024-12-29
next-cube: create new next.scsi container memory region
Mark Cave-Ayland
1
-1
/
+7
2024-12-29
next-cube: remove overlap between next.dma and next.mmio memory regions
Mark Cave-Ayland
1
-14
/
+14
2024-12-29
next-cube: remove 0x14020 dummy value from next_mmio_read()
Mark Cave-Ayland
1
-4
/
+0
2024-12-29
hw/m68k/next-cube: Disable the default CD-ROM drive
Thomas Huth
1
-0
/
+1
2024-12-29
hw/m68k: Mark devices as big-endian
Philippe Mathieu-Daudé
4
-6
/
+6
2024-12-21
Merge tag 'exec-20241220' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
6
-14
/
+14
2024-12-20
include: Rename sysemu/ -> system/
Philippe Mathieu-Daudé
6
-14
/
+14
2024-12-19
include/hw/qdev-properties: Remove DEFINE_PROP_END_OF_LIST
Richard Henderson
4
-4
/
+0
2024-12-15
hw/m68k: Constify all Property
Richard Henderson
4
-4
/
+4
2024-12-11
hw: add compat machines for 10.0
Cornelia Huck
1
-1
/
+8
2024-11-08
next-kbd: convert to use qemu_input_handler_register()
Mark Cave-Ayland
1
-55
/
+103
2024-11-04
next-cube: remove cpu parameter from next_scsi_init()
Mark Cave-Ayland
1
-2
/
+2
2024-11-04
next-cube: fix up compilation when DEBUG_NEXT is enabled
Mark Cave-Ayland
1
-5
/
+5
2024-10-07
hw/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
4
-18
/
+18
2024-09-20
license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only
Philippe Mathieu-Daudé
1
-1
/
+1
2024-09-13
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
4
-4
/
+4
2024-09-08
hw/m68k/mcf5208: Add URLs for datasheets
Peter Maydell
1
-0
/
+8
2024-09-08
hw/m68k/mcf5208: Avoid shifting off end of integer
Peter Maydell
1
-1
/
+1
2024-09-05
hw: add compat machines for 9.2
Cornelia Huck
1
-1
/
+8
[next]