index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
m68k
/
next-cube.c
Age
Commit message (
Expand
)
Author
2021-06-15
softmmu/memory: Pass ram_flags to memory_region_init_ram_shared_nomigrate()
David Hildenbrand
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-01-19
hw/m68k/next-cube: Add vmstate for NeXTPC device
Peter Maydell
2021-01-19
hw/m68k/next-cube: Remove unused fields from NeXTState
Peter Maydell
2021-01-19
hw/m68k/next-cube: Move rtc into NeXTPC struct
Peter Maydell
2021-01-19
hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC device
Peter Maydell
2021-01-19
hw/m68k/next-cube: Move int_status and int_mask to NeXTPC struct
Peter Maydell
2021-01-19
hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaque
Peter Maydell
2021-01-19
hw/m68k/next-cube: Move scr_ops into NeXTPC device
Peter Maydell
2021-01-19
hw/m68k/next-cube: Move mmio_ops into NeXTPC device
Peter Maydell
2021-01-19
hw/m68k/next-cube: Move register/interrupt functionality into a device
Peter Maydell
2021-01-19
hw/m68k/next-cube: Make next_irq() function static
Peter Maydell
2020-12-10
m68k: remove bios_name
Paolo Bonzini
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2020-02-25
Merge tag 'patchew/20200219160953.13771-1-imammedo@redhat.com' of https://git...
Paolo Bonzini
2020-02-19
m68k/next-cube: use memdev for RAM
Igor Mammedov
2020-02-18
hw/m68k/next-cube: Remove superfluous semicolon
Philippe Mathieu-Daudé
2019-10-01
hw/m68k/next-cube: Avoid static RTC variables and introduce control register
Thomas Huth
2019-09-07
m68k: Add serial controller to the NeXTcube machine
Thomas Huth
2019-09-07
m68k: Add NeXTcube machine
Thomas Huth