index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
m68k
/
next-cube.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw/m68k: Constify all Property
Richard Henderson
2024-12-15
1
-1
/
+1
*
next-cube: remove cpu parameter from next_scsi_init()
Mark Cave-Ayland
2024-11-04
1
-2
/
+2
*
next-cube: fix up compilation when DEBUG_NEXT is enabled
Mark Cave-Ayland
2024-11-04
1
-5
/
+5
*
hw/m68k: Use explicit big-endian LD/ST API
Philippe Mathieu-Daudé
2024-10-07
1
-1
/
+1
*
hw: Use device_class_set_legacy_reset() instead of opencoding
Peter Maydell
2024-09-13
1
-1
/
+1
*
hw/m68k: Constify VMState
Richard Henderson
2023-12-30
1
-2
/
+2
*
next-cube.c: move machine MemoryRegions into NeXTState
Mark Cave-Ayland
2023-12-22
1
-17
/
+21
*
next-cube.c: remove val and size arguments from nextscr2_write()
Mark Cave-Ayland
2023-12-22
1
-11
/
+6
*
next-cube.c: move LED logic to new next_scr2_led_update() function
Mark Cave-Ayland
2023-12-22
1
-9
/
+13
*
next-cube.c: move static old_scr2 variable to NeXTPC
Mark Cave-Ayland
2023-12-22
1
-3
/
+9
*
next-cube.c: move static phase variable to NextRtc
Mark Cave-Ayland
2023-12-22
1
-15
/
+16
*
next-cube.c: move static led variable to NeXTPC
Mark Cave-Ayland
2023-12-22
1
-6
/
+7
*
next-cube.c: update and improve dma_ops
Mark Cave-Ayland
2023-12-22
1
-37
/
+63
*
next-cube.c: update scr_ops to properly use modern memory API
Mark Cave-Ayland
2023-12-22
1
-100
/
+55
*
next-cube.c: update mmio_ops to properly use modern memory API
Mark Cave-Ayland
2023-12-22
1
-111
/
+45
*
next-cube.c: don't pulse SCSI DMA IRQ upon reception of FLUSH command
Mark Cave-Ayland
2023-12-22
1
-1
/
+0
*
next-cube.c: add dummy Ethernet register to allow diagnostic to timeout
Mark Cave-Ayland
2023-12-22
1
-0
/
+4
*
m68k: Instantiate the ESP SCSI controller for the NeXTcube machine
Thomas Huth
2023-11-02
1
-7
/
+110
*
hw/m68k/next-cube: Mirror BIOS to address 0
Thomas Huth
2023-11-01
1
-1
/
+3
*
hw/m68k/next-cube: Do not open-code sysbus_create_simple()
Philippe Mathieu-Daudé
2023-11-01
1
-7
/
+2
*
other architectures: spelling fixes
Michael Tokarev
2023-07-25
1
-1
/
+1
*
*: Add missing includes of qemu/error-report.h
Richard Henderson
2023-03-22
1
-0
/
+1
*
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-06-15
1
-2
/
+2
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
hw/m68k/next-cube: Add vmstate for NeXTPC device
Peter Maydell
2021-01-19
1
-1
/
+33
*
hw/m68k/next-cube: Remove unused fields from NeXTState
Peter Maydell
2021-01-19
1
-4
/
+0
*
hw/m68k/next-cube: Move rtc into NeXTPC struct
Peter Maydell
2021-01-19
1
-14
/
+8
*
hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device
Peter Maydell
2021-01-19
1
-17
/
+4
*
hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct
Peter Maydell
2021-01-19
1
-17
/
+16
*
hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaque
Peter Maydell
2021-01-19
1
-8
/
+23
*
hw/m68k/next-cube: Move scr_ops into NeXTPC device
Peter Maydell
2021-01-19
1
-25
/
+25
*
hw/m68k/next-cube: Move mmio_ops into NeXTPC device
Peter Maydell
2021-01-19
1
-36
/
+44
*
hw/m68k/next-cube: Move register/interrupt functionality into a device
Peter Maydell
2021-01-19
1
-0
/
+44
*
hw/m68k/next-cube: Make next_irq() function static
Peter Maydell
2021-01-19
1
-1
/
+1
*
m68k: remove bios_name
Paolo Bonzini
2020-12-10
1
-3
/
+1
*
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-18
1
-3
/
+1
*
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
1
-1
/
+2
*
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-09
1
-2
/
+4
*
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
1
-3
/
+3
*
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-06-15
1
-6
/
+6
*
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-25
1
-3
/
+2
|
\
|
*
m68k/next-cube: use memdev for RAM
Igor Mammedov
2020-02-19
1
-3
/
+2
*
|
hw/m68k/next-cube: Remove superfluous semicolon
Philippe Mathieu-Daudé
2020-02-18
1
-1
/
+1
|
/
*
hw/m68k/next-cube: Avoid static RTC variables and introduce control register
Thomas Huth
2019-10-01
1
-33
/
+40
*
m68k: Add serial controller to the NeXTcube machine
Thomas Huth
2019-09-07
1
-2
/
+39
*
m68k: Add NeXTcube machine
Thomas Huth
2019-09-07
1
-0
/
+941