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
/
cpus.h
Age
Commit message (
Expand
)
Author
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
2012-03-30
qtest: add clock management
Paolo Bonzini
2011-11-01
Simplify cpu_exec_all to tcg_exec_all
Jan Kiszka
2011-10-21
simplify main loop functions
Paolo Bonzini
2011-10-21
main-loop: create main-loop.c
Paolo Bonzini
2011-10-21
main-loop: create main-loop.h
Paolo Bonzini
2011-09-15
Move vm_state_notify() prototype from cpus.h to sysemu.h
Luiz Capitulino
2011-06-15
Command line support for altering the log file location
Matthew Fernandez
2011-04-15
Move CPU related functions to cpus.h
Blue Swirl
2011-02-14
Refactor debug and vmstop request interface
Jan Kiszka
2011-02-14
Stop current VCPU on synchronous reset requests
Jan Kiszka
2010-10-30
target-xxx: Use fprintf_function (format checking)
Stefan Weil
2010-07-22
Rename tcg_cpu_exec and tcg_has_work
Jan Kiszka
2010-05-04
Fix cpu list("-cpu ?") breakage, spotted by TeLeMan
Blue Swirl
2010-04-12
Fix build when configured with --enable-io-thread
Blue Swirl
2010-03-29
Refactor CPUState handling out of vl.c
Blue Swirl