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
/
target-openrisc
/
cpu.c
Age
Commit message (
Expand
)
Author
2013-07-09
cpu: Move reset logging to CPUState
Andreas Färber
2013-07-09
log: Change log_cpu_state[_mask]() argument to CPUState
Andreas Färber
2013-07-09
target-openrisc: Fix typename in openrisc_cpu_class_by_name()
Dongxue Zhang
2013-06-28
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
2013-06-28
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
target-openrisc: Register VMStateDescription for OpenRISCCPU
Andreas Färber
2013-03-12
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-02-16
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
target-openrisc: Update OpenRISCCPU to QOM realizefn
Andreas Färber
2013-02-01
target-openrisc: Rename CPU subtypes
Andreas Färber
2013-02-01
target-openrisc: TYPE_OPENRISC_CPU should be abstract
Andreas Färber
2013-01-28
target-openrisc: Use type_register() instead of type_register_static()
Andreas Färber
2013-01-28
target-openrisc: Catch attempt to instantiate abstract type in cpu_init()
Andreas Färber
2013-01-27
target-openrisc: Detect attempt to instantiate non-CPU type in cpu_init()
Andreas Färber
2013-01-27
target-openrisc: Drop OpenRISCCPUList
Andreas Färber
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
2012-07-27
target-or32: Add target stubs and QOM cpu
Jia Liu