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
/
mips
/
cps.c
Age
Commit message (
Expand
)
Author
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2020-01-07
mips/cps: fix setting saar property
Marc-André Lureau
2019-08-19
target/mips: Style improvements in cps.c
Aleksandar Markovic
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include sysemu/reset.h a lot less
Markus Armbruster
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-24
hw/mips: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
2019-01-18
target/mips: Update ITU to utilize SAARI and SAAR CP0 registers
Yongbok Kim
2017-10-27
mips: malta/boston: replace cpu_model with cpu_type
Igor Mammedov
2017-09-21
mips: replace cpu_mips_init() with cpu_generic_init()
Igor Mammedov
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
2016-08-08
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2016-07-12
hw/mips/cps: create GIC block inside CPS
Leon Alrae
2016-05-19
mips: use MIPSCPU instead of CPUMIPSState
Paolo Bonzini
2016-03-30
hw/mips/cps: enable ITU for multithreading processors
Leon Alrae
2016-03-30
hw/mips/cps: create CPC block inside CPS
Leon Alrae
2016-03-30
hw/mips/cps: create GCR block inside CPS
Leon Alrae
2016-03-30
hw/mips: implement generic MIPS Coherent Processing System container
Leon Alrae