index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
mips
/
cps.c
Age
Commit message (
Expand
)
Author
2023-03-08
hw/mips/itu: Pass SAAR using QOM link property
Philippe Mathieu-Daudé
2023-03-08
hw/mips: Declare all length properties as unsigned
Philippe Mathieu-Daudé
2021-03-08
clock: Add ClockEvent parameter to callbacks
Peter Maydell
2020-12-13
target/mips: Introduce ase_mt_available() helper
Philippe Mathieu-Daudé
2020-11-03
hw/mips: Fix Lesser GPL version number
Chetan Pant
2020-10-17
hw/mips/cps: Do not allow use without input clock
Philippe Mathieu-Daudé
2020-10-17
hw/mips/cps: Expose input clock and connect it to CPU cores
Philippe Mathieu-Daudé
2020-09-08
mips/cps: Use start-powered-off CPUState property
Thiago Jung Bauermann
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-02
mips/cps: Fix mips_cps_realize() error API violations
Markus Armbruster
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
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