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
Age
Commit message (
Expand
)
Author
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-05-02
Do not include sysemu/sysemu.h if it's not really necessary
Thomas Huth
2021-05-02
hw: Do not include hw/irq.h if it is not necessary
Thomas Huth
2021-05-02
hw: Remove superfluous includes of hw/hw.h
Thomas Huth
2021-03-15
m68k: add Virtual M68k Machine
Laurent Vivier
2021-03-07
esp: rename existing ESP QOM type to SYSBUS_ESP
Mark Cave-Ayland
2021-02-11
m68k: import bootinfo headers from linux
Laurent Vivier
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-12
hw/m68k/q800.c: Make the GLUE chip an actual QOM device
Peter Maydell
2020-12-12
hw/m68k/q800: Don't connect two qemu_irqs directly to the same input
Peter Maydell
2020-12-10
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
m68k: do not use ram_size global
Paolo Bonzini
2020-12-10
m68k: remove bios_name
Paolo Bonzini
2020-12-09
hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize()
Peter Maydell
2020-09-18
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Eduardo Habkost
2020-09-09
esp: Rename ESP_STATE to ESP
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-09-03
hw/m68k: QOMify the mcf5206 system integration module
Thomas Huth
2020-08-21
meson: convert hw/arch*
Marc-André Lureau
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-06
hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask()
Thomas Huth
2020-06-23
qdev: Make qdev_prop_set_drive() match the other helpers
Markus Armbruster
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-05-30
hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-30
hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
Philippe Mathieu-Daudé
2020-03-17
hw/m68k: Use memory_region_init_rom() with read-only regions
Philippe Mathieu-Daudé
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
2020-02-28
hw: Make MachineClass::is_default a boolean type
Philippe Mathieu-Daudé
2020-02-28
hw: Do not initialize MachineClass::is_default to 0
Philippe Mathieu-Daudé
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-19
m68k/mcf5208: use memdev for RAM
Igor Mammedov
2020-02-19
m68k/q800: use memdev for RAM
Igor Mammedov
2020-02-19
m68k/an5206: use memdev for RAM
Igor Mammedov
2020-02-18
hw/m68k/next-cube: Remove superfluous semicolon
Philippe Mathieu-Daudé
2020-01-29
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-07
Merge remote-tracking branch 'remotes/elmarco/tags/prop-ptr-pull-request' int...
Peter Maydell
2020-01-07
dp8393x: replace PROP_PTR with PROP_LINK
Marc-André Lureau
[next]