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
*
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
2015-06-12
1
-7
/
+4
*
icount: print a warning if there is no more deadline in sleep=no mode
Victor CLEMENT
2015-06-05
1
-0
/
+5
*
icount: add sleep parameter to the icount option to set icount_sleep mode
Victor CLEMENT
2015-06-05
1
-0
/
+9
*
icount: implement a new icount_sleep mode toggleing real-time cpu sleep
Victor CLEMENT
2015-06-05
1
-26
/
+44
*
qmp: Add qom_path field to query-cpus command
Eduardo Habkost
2015-05-14
1
-0
/
+1
*
cpus: use first_cpu macro instead of QTAILQ_FIRST(&cpus)
Emilio G. Cota
2015-04-30
1
-1
/
+1
*
cpus: Don't kick un-realized cpus.
Peter Crosthwaite
2015-03-25
1
-1
/
+1
*
profiler: Reenable built-in profiler
Alexey Kardashevskiy
2015-03-18
1
-1
/
+1
*
memsave: Improve and disambiguate error message
Borislav Petkov
2015-03-10
1
-1
/
+3
*
cpus: be more paranoid in avoiding deadlocks
Paolo Bonzini
2015-03-02
1
-1
/
+5
*
cpus: fix deadlock and segfault in qemu_mutex_lock_iothread
Paolo Bonzini
2015-03-02
1
-4
/
+4
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-02-24
1
-1
/
+1
|
\
|
*
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
2015-02-16
1
-1
/
+1
*
|
qtest: Fix deadloop by running main loop AIO context's timers
Fam Zheng
2015-02-16
1
-0
/
+4
|
/
*
cpu-exec: simplify init_delay_params
Paolo Bonzini
2015-02-02
1
-17
/
+0
*
cpus: consistently use QEMU_CLOCK_VIRTUAL_RT for icount_warp_rt timer
Pavel Dovgalyuk
2015-01-14
1
-1
/
+1
*
cpu: initialize cpu->exception_index on reset
Paolo Bonzini
2014-12-20
1
-3
/
+0
*
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
2014-12-15
1
-11
/
+10
*
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
2014-12-15
1
-3
/
+10
*
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
2014-12-15
1
-0
/
+3
*
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
2014-12-15
1
-0
/
+3
*
Introduce cpu_clean_all_dirty
Marcelo Tosatti
2014-09-16
1
-0
/
+9
*
cpu: init vmstate for ticks and clock offset
Pavel Dovgalyuk
2014-09-11
1
-2
/
+6
*
target-tricore: Add target stubs and qom-cpu
Bastian Koppelmann
2014-09-01
1
-0
/
+6
*
s390x: Migrate to new NMI interface
Alexey Kardashevskiy
2014-08-25
1
-14
/
+0
*
cpus: Define callback for QEMU "nmi" command
Alexey Kardashevskiy
2014-08-25
1
-1
/
+2
*
monitor: Add drift info to 'info jit'
Sebastian Tanase
2014-08-07
1
-0
/
+19
*
cpu-exec: Add sleeping algorithm
Sebastian Tanase
2014-08-06
1
-0
/
+17
*
icount: Add align option to icount
Sebastian Tanase
2014-08-06
1
-7
/
+12
*
icount: Add QemuOpts for icount
Sebastian Tanase
2014-08-06
1
-1
/
+9
*
icount: Fix virtual clock start value on ARM
Sebastian Tanase
2014-08-06
1
-1
/
+1
*
timer: add cpu_icount_to_ns function.
KONRAD Frederic
2014-08-06
1
-1
/
+6
*
migration: migrate icount fields.
KONRAD Frederic
2014-08-06
1
-0
/
+27
*
icount: put icount variables into TimerState.
KONRAD Frederic
2014-08-06
1
-13
/
+16
*
qapi event: convert STOP
Wenchao Xia
2014-06-23
1
-1
/
+3
*
vl: allow other threads to do qemu_system_vmstop_request
Paolo Bonzini
2014-06-23
1
-0
/
+1
*
NUMA: move numa related code to new file numa.c
Wanlong Gao
2014-06-19
1
-14
/
+0
*
qtest: fix qtest_clock_warp() for no deadline case
Sergey Fedorov
2014-06-17
1
-1
/
+1
*
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
2014-05-14
1
-2
/
+1
*
misc: Use cpu_physical_memory_read and cpu_physical_memory_write
Stefan Weil
2014-04-27
1
-1
/
+1
*
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-7
/
+6
*
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-7
/
+7
*
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-1
/
+1
*
Add a 'name' parameter to qemu_thread_create
Dr. David Alan Gilbert
2014-03-09
1
-5
/
+20
*
cpu: Add per-cpu address space
Edgar E. Iglesias
2014-02-11
1
-0
/
+2
*
target-i386: Move apic_state field from CPUX86State to X86CPU
Chen Fan
2013-12-23
1
-3
/
+2
*
timers: fix stop/cont with -icount
Paolo Bonzini
2013-11-06
1
-20
/
+22
*
target-ppc: Check for error on address translation in memsave command
Aneesh Kumar K.V
2013-10-25
1
-1
/
+4
*
icount: make it thread-safe
Paolo Bonzini
2013-10-17
1
-6
/
+31
[next]