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
/
qom
/
cpu.c
Age
Commit message (
Expand
)
Author
2013-05-01
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2013-05-01
cpu: Add helper cpu_exists(), to check if CPU with specified id exists
Igor Mammedov
2013-05-01
cpu: Introduce get_arch_id() method and override it for X86CPU
Igor Mammedov
2013-05-01
cpu: Introduce CPU hot-plug notifier
Igor Mammedov
2013-05-01
cpu: Resume CPU from DeviceClass::realize() if hot-plugged
Igor Mammedov
2013-05-01
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
Igor Mammedov
2013-03-12
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-02-16
cpu: Move current_tb field to CPUState
Andreas Färber
2013-02-16
cpu: Move exit_request field to CPUState
Andreas Färber
2013-02-16
cpu: Prepare QOM realizefn
Andreas Färber
2013-01-27
cpu: Add model resolution support to CPUClass
Andreas Färber
2013-01-08
cpu: Change parent type to Device
Eduardo Habkost
2012-12-19
qom: move include files to include/qom/
Paolo Bonzini
2012-03-14
qom: Introduce CPU class
Andreas Färber