index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-15
kvm: Pass CPUState to kvm_init_vcpu()
Andreas Färber
1
-1
/
+1
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-5
/
+9
2013-01-15
cpu: Move numa_node field to CPUState
Andreas Färber
1
-1
/
+3
2013-01-15
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
1
-2
/
+2
2012-12-19
softmmu: move include files to include/sysemu/
Paolo Bonzini
1
-5
/
+5
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-4
/
+4
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-10-31
cpu: Move thread_id to CPUState
Andreas Färber
1
-5
/
+6
2012-10-31
cpus: Pass CPUState to run_on_cpu()
Andreas Färber
1
-2
/
+1
2012-10-31
cpus: Pass CPUState to [qemu_]cpu_has_work()
Andreas Färber
1
-1
/
+1
2012-10-31
cpus: Pass CPUState to qemu_wait_io_event_common()
Andreas Färber
1
-7
/
+5
2012-10-31
cpus: Pass CPUState to flush_queued_work()
Andreas Färber
1
-3
/
+2
2012-10-31
cpu: Move queued_work_{first,last} to CPUState
Andreas Färber
1
-9
/
+10
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick()
Andreas Färber
1
-8
/
+5
2012-10-31
cpus: Pass CPUState to qemu_tcg_init_vcpu()
Andreas Färber
1
-5
/
+2
2012-10-31
cpus: Pass CPUState to qemu_tcg_cpu_thread_fn
Andreas Färber
1
-3
/
+3
2012-10-31
cpu: Move halt_cond to CPUState
Andreas Färber
1
-10
/
+12
2012-10-31
cpus: Pass CPUState to cpu_can_run()
Andreas Färber
1
-8
/
+6
2012-10-31
cpus: Pass CPUState to cpu_is_stopped()
Andreas Färber
1
-3
/
+1
2012-10-31
cpu: Move stopped field to CPUState
Andreas Färber
1
-12
/
+18
2012-10-31
cpu: Move stop field to CPUState
Andreas Färber
1
-9
/
+18
2012-10-31
cpu: Move created field to CPUState
Andreas Färber
1
-6
/
+7
2012-10-31
cpus: Pass CPUState to qemu_cpu_kick_thread()
Andreas Färber
1
-5
/
+4
2012-10-31
cpus: Pass CPUState to qemu_cpu_is_self()
Andreas Färber
1
-7
/
+5
2012-10-17
cpus: create qemu_in_vcpu_thread()
Juan Quintela
1
-2
/
+7
2012-10-06
Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydel...
Aurelien Jarno
1
-5
/
+1
2012-10-05
cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic
Peter Maydell
1
-5
/
+1
2012-10-05
cpu: Add missing 'static' attribute to qemu_global_mutex
Stefan Weil
1
-1
/
+1
2012-09-21
Drop cpu_list_id macro
Peter Maydell
1
-4
/
+2
2012-08-09
kvm: Decouple 'async interrupt delivery' from 'kernel irqchip'
Peter Maydell
1
-1
/
+2
2012-08-04
Fixes related to processing of qemu's -numa option
Chegu Vinod
1
-1
/
+2
2012-08-02
cpu: Move thread_kicked to CPUState
Andreas Färber
1
-5
/
+9
2012-08-02
cpu: Move thread field into CPUState
Andreas Färber
1
-17
/
+23
2012-08-02
cpu: Move CPU_COMMON_THREAD into CPUState
Andreas Färber
1
-3
/
+7
2012-07-21
cpus.c: Make all_cpu_threads_idle() static
Peter Maydell
1
-26
/
+26
2012-04-12
kvm: Drop redundant kvm_enabled from cpu_thread_is_idle
Jan Kiszka
1
-2
/
+1
2012-03-30
qtest: add clock management
Paolo Bonzini
1
-0
/
+20
2012-03-30
qtest: add test framework
Anthony Liguori
1
-3
/
+59
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-38
/
+38
2012-02-18
Allow to use pause_all_vcpus from VCPU context
Jan Kiszka
1
-0
/
+12
2012-02-18
Process pending work while waiting for initial kick-off in TCG mode
Jan Kiszka
1
-0
/
+5
2012-02-18
Remove useless casts from cpu iterators
Jan Kiszka
1
-4
/
+4
2012-02-18
kvm: Set cpu_single_env only once
Jan Kiszka
1
-0
/
+1
2012-01-19
apic: Inject external NMI events via LINT1
Jan Kiszka
1
-1
/
+5
2012-01-12
cleanup, Remove duplicated code
Lai Jiangshan
1
-8
/
+0
2011-12-15
fix win32 build
Paolo Bonzini
1
-4
/
+7
2011-12-14
Merge remote-tracking branch 'stefanha/trivial-patches-next' into staging
Anthony Liguori
1
-1
/
+1
2011-12-12
qemu-thread: add API for joinable threads
Jan Kiszka
1
-2
/
+4
2011-12-06
qapi: Convert inject-nmi
Luiz Capitulino
1
-0
/
+13
[next]