index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cpus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
Jan Kiszka
2012-04-12
1
-2
/
+1
*
qtest: add clock management
Paolo Bonzini
2012-03-30
1
-0
/
+20
*
qtest: add test framework
Anthony Liguori
2012-03-30
1
-3
/
+59
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-38
/
+38
*
Allow to use pause_all_vcpus from VCPU context
Jan Kiszka
2012-02-18
1
-0
/
+12
*
Process pending work while waiting for initial kick-off in TCG mode
Jan Kiszka
2012-02-18
1
-0
/
+5
*
Remove useless casts from cpu iterators
Jan Kiszka
2012-02-18
1
-4
/
+4
*
kvm: Set cpu_single_env only once
Jan Kiszka
2012-02-18
1
-0
/
+1
*
apic: Inject external NMI events via LINT1
Jan Kiszka
2012-01-19
1
-1
/
+5
*
cleanup, Remove duplicated code
Lai Jiangshan
2012-01-12
1
-8
/
+0
*
fix win32 build
Paolo Bonzini
2011-12-15
1
-4
/
+7
*
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
2011-12-14
1
-1
/
+1
|
\
|
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
|
qemu-thread: add API for joinable threads
Jan Kiszka
2011-12-12
1
-2
/
+4
*
|
qapi: Convert inject-nmi
Luiz Capitulino
2011-12-06
1
-0
/
+13
*
|
qapi: Convert pmemsave
Luiz Capitulino
2011-12-06
1
-0
/
+30
*
|
qapi: Convert memsave
Luiz Capitulino
2011-12-06
1
-0
/
+47
|
/
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-12-05
1
-1
/
+1
|
\
|
*
block: convert qemu_aio_flush() calls to bdrv_drain_all()
Stefan Hajnoczi
2011-12-05
1
-1
/
+1
*
|
fix spelling in main directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
|
/
*
reenable vm_clock when resuming all vcpus
Wen Congyang
2011-11-07
1
-0
/
+1
*
Simplify cpu_exec_all to tcg_exec_all
Jan Kiszka
2011-11-01
1
-9
/
+5
*
qapi: Convert query-cpus
Luiz Capitulino
2011-10-27
1
-0
/
+45
*
simplify main loop functions
Paolo Bonzini
2011-10-21
1
-5
/
+0
*
main-loop: create main-loop.c
Paolo Bonzini
2011-10-21
1
-188
/
+1
*
main-loop: create main-loop.h
Paolo Bonzini
2011-10-21
1
-6
/
+1
*
qemu-timer: do not refer to runstate_is_running()
Paolo Bonzini
2011-10-21
1
-0
/
+1
*
qemu-timer: move icount to cpus.c
Paolo Bonzini
2011-10-21
1
-18
/
+277
*
runstate: Allow user to migrate twice
Luiz Capitulino
2011-10-19
1
-0
/
+11
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-09-20
1
-5
/
+0
|
\
|
*
block: avoid SIGUSR2
Frediano Ziglio
2011-09-20
1
-5
/
+0
*
|
Drop the vm_running global variable
Luiz Capitulino
2011-09-15
1
-5
/
+4
*
|
RunState: Add additional states
Luiz Capitulino
2011-09-15
1
-0
/
+1
*
|
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-5
/
+5
|
/
*
main: force enabling of I/O thread
Anthony Liguori
2011-09-02
1
-143
/
+0
*
Replace qemu_system_cond with VCPU stop mechanism
Jan Kiszka
2011-08-22
1
-14
/
+6
*
Do not kick vcpus in TCG mode
Jan Kiszka
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-4
/
+4
*
iothread: replace fair_mutex with a condition variable
Paolo Bonzini
2011-07-23
1
-15
/
+9
*
Fix signal handling of SIG_IPI when io-thread is enabled
Alexandre Raymond
2011-07-16
1
-1
/
+9
*
Fix signal handling when io-thread is disabled
Alexandre Raymond
2011-07-16
1
-1
/
+1
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-06-27
1
-0
/
+3
|
\
|
*
Do not include compatfd for WIN32
Jan Kiszka
2011-06-24
1
-0
/
+3
*
|
Remove exec-all.h include directives
Blue Swirl
2011-06-26
1
-1
/
+0
|
/
*
Fix typo in cpus.c
Alexandre Raymond
2011-06-20
1
-1
/
+1
*
Command line support for altering the log file location
Matthew Fernandez
2011-06-15
1
-0
/
+5
*
qemu_next_deadline should not consider host-time timers
Paolo Bonzini
2011-04-15
1
-2
/
+2
*
enable vm_clock to "warp" in the iothread+icount case
Paolo Bonzini
2011-04-15
1
-1
/
+7
*
really fix -icount in the iothread case
Paolo Bonzini
2011-04-15
1
-0
/
+3
*
Merge remote branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
2011-03-21
1
-72
/
+54
|
\
[next]