Sign in
qemu
/
qemu
/
cd19491ac19209d2554d593ea4f3bd9f6e3ed6b7
/
qom
/
cpu.c
9b990ee
tcg: Add CPUState cflags_next_tb
by Richard Henderson
· 7 years ago
8301ea4
qom/cpu: move cpu_model null check to cpu_class_by_name()
by Philippe Mathieu-Daudé
· 7 years ago
4482e05
cpu: make cpu_generic_init() abort QEMU on error
by Igor Mammedov
· 7 years ago
3c72234
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
by Igor Mammedov
· 7 years ago
ed86012
boards.h: Define new flag ignore_memory_transaction_failures
by Peter Maydell
· 7 years ago
3e2cf18
qom: cpu: fix parsed feature string length
by Igor Mammedov
· 8 years ago
5ce46cb
cpu: cpu_by_arch_id() helper
by Eduardo Habkost
· 8 years ago
cde0a63
Revert "cpu: add APIs to allocate/free CPU environment"
by Michael S. Tsirkin
· 8 years ago
e2a7f28
cpu: add APIs to allocate/free CPU environment
by Michael S. Tsirkin
· 8 years ago
d01c05c
trace: Allocate cpu->trace_dstate in place
by Lluís Vilanova
· 8 years ago
c7e002c
cpu: Convert to DEFINE_PROP_LINK
by Fam Zheng
· 8 years ago
290dae4
cpu: move interrupt handling out of translate-common.c
by Paolo Bonzini
· 8 years ago
2cd5394
cpu: Introduce a wrapper for tlb_flush() that can be used in common code
by Thomas Huth
· 8 years ago
f3ced3c
tcg: consistently access cpu->tb_jmp_cache atomically
by Emilio G. Cota
· 8 years ago
e90f2a8
qdev: Replace cannot_instantiate_with_device_add_yet with !user_creatable
by Eduardo Habkost
· 8 years ago
5651743
trace: add sanity check
by Anthony Xu
· 8 years ago
30f3dda
Merge branch 'icount-update' into HEAD
by Paolo Bonzini
· 8 years ago
8d04fb5
tcg: drop global lock during TCG code execution
by Jan Kiszka
· 8 years ago
1aab16c
cpu-exec: unify icount_decr and tcg_exit_req
by Paolo Bonzini
· 8 years ago
c86f106
report guest crash information in GUEST_PANICKED event
by Anton Nefedov
· 8 years ago
4061200
arm: Correctly handle watchpoints for BE32 CPUs
by Julian Brown
· 8 years ago
0ab8ed1
trace: switch to modular code generation for sub-directories
by Daniel P. Berrange
· 8 years ago
ba31cc7
Introduce DEVICE_CATEGORY_CPU for CPU devices
by Thomas Huth
· 8 years ago
598cf1c
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 8 years ago
b394662
kvm: move cpu synchronization code
by Vincent Palatin
· 8 years ago
ab4b927
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging
by Peter Maydell
· 8 years ago
82e95ec
trace: Fix dynamic event state on vCPU hot-unplug
by Lluís Vilanova
· 8 years ago
ba7d3d1
cpu_common_reset: wrap TCG specific code in tcg_enabled()
by Alex Bennée
· 8 years ago
1f5c00c
qom/cpu: move tlb_flush to cpu_common_reset
by Alex Bennée
· 8 years ago
7bbc124
exec: call cpu_exec_exit() from a CPU unrealize common function
by Laurent Vivier
· 8 years ago
39e329e
exec: split cpu_exec_init()
by Laurent Vivier
· 8 years ago
b7d4895
trace: dynamically allocate trace_dstate in CPUState
by Daniel P. Berrange
· 8 years ago
027d9a7
cpu: atomically modify cpu->exit_request
by Alex Bennée
· 8 years ago
ce7cf6a
qom/cpu: atomically clear the tb_jmp_cache
by Alex Bennée
· 8 years ago
2cc2d08
trace: Add event "guest_cpu_reset"
by Lluís Vilanova
· 8 years ago
2bfe11c
trace: Properly initialize dynamic event states in hot-plugged vCPUs
by Lluís Vilanova
· 8 years ago
fa5376d
linux-user-i386: Fix crash on cpuid
by Marc-André Lureau
· 8 years ago
a07f953
exec: Set cpu_index only if it's not been explictly set
by Igor Mammedov
· 9 years ago
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
6aff24c
pc: Parse CPU features only once
by Igor Mammedov
· 9 years ago
09f71b0
arm: virt: Parse cpu_model only once
by Igor Mammedov
· 9 years ago
62a48a2
cpu: Use CPUClass->parse_features() as convertor to global properties
by Igor Mammedov
· 9 years ago
3213525
tcg: Remove needless CPUState::current_tb
by Sergey Fedorov
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
1ef26b1
cpu: Clean up includes
by Peter Maydell
· 9 years ago
568496c
cpu: Add callback to check architectural watchpoint match
by Sergey Fedorov
· 9 years ago
508127e
log: do not unnecessarily include qom/cpu.h
by Paolo Bonzini
· 9 years ago
b09afd5
dump: qemunotes aren't commonly needed
by Andrew Jones
· 9 years ago
bac05aa
cpu: Add crash_occurred flag into CPUState
by Andrey Smetanin
· 10 years ago
376692b
cpus: protect work list with work_mutex
by Paolo Bonzini
· 10 years ago
ab096a7
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
by Paolo Bonzini
· 10 years ago
414b15c
exec: drop cpu_can_do_io, just read cpu->can_do_io
by Paolo Bonzini
· 10 years ago
b7bca73
cpu: Convert cpu_index into a bitmap
by Bharata B Rao
· 10 years ago
7c39163
cpu: Initialize breakpoint/watchpoint lists in cpu_common_initfn()
by Eduardo Habkost
· 10 years ago
fbe95bf
qom: Fix warning from Sparse
by Stefan Weil
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
f9d8f66
cpu: initialize cpu->exception_index on reset
by Paolo Bonzini
· 10 years ago
fcd702e
qom/cpu: remove the unused CPU hot-plug notifier
by Gu Zheng
· 10 years ago
9585db6
qom: Add cpu_exec_interrupt hook
by Richard Henderson
· 10 years ago
cffe7b3
qom: Add cpu_exec_enter and cpu_exec_exit hooks
by Richard Henderson
· 10 years ago
86025ee
cpu-exec: Make debug_excp_handler a QOM CPU method
by Peter Maydell
· 10 years ago
bf7663c
cpu: introduce CPUClass::virtio_is_big_endian()
by Greg Kurz
· 11 years ago
8cd7043
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
28ecfd7
cpu: Move icount_decr field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
efee734
cpu: Move icount_extra field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
99df7dc
cpu: Move can_do_io field from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 12 years ago
9262685
cpu: Factor out cpu_generic_init()
by Andreas Färber
· 11 years ago
1590bbc
cpu: Implement CPUClass::parse_features() for the rest of CPUs
by Andreas Färber
· 11 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 12 years ago
9d11118
cpu: Don't clear cpu->exit_request on reset
by Edgar E. Iglesias
· 11 years ago
ffa9571
cpu: Document why cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
efec3dd
qdev: Replace no_user by cannot_instantiate_with_device_add_yet
by Markus Armbruster
· 11 years ago
97577fd
cpu: Move cpu state syncs up into cpu_dump_state()
by James Hogan
· 12 years ago
38fcbd3
cpu: Replace qemu_for_each_cpu()
by Andreas Färber
· 12 years ago
35143f0
gdbstub: Fix gdb_register_coprocessor() register counting
by Andreas Färber
· 12 years ago
14a10fc
cpu: Partially revert "cpu: Change qemu_init_vcpu() argument to CPUState"
by Andreas Färber
· 12 years ago
5b50e79
cpu: Introduce CPUClass::gdb_{read,write}_register()
by Andreas Färber
· 12 years ago
a0e372f
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
by Andreas Färber
· 12 years ago
91b1df8
cpu: Move reset logging to CPUState
by Andreas Färber
· 12 years ago
c643bed
cpu: Change qemu_init_vcpu() argument to CPUState
by Andreas Färber
· 12 years ago
878096e
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
by Andreas Färber
· 12 years ago
60a3e17
cpu: Change cpu_exit() argument to CPUState
by Andreas Färber
· 12 years ago
6db297e
cpu: Change default for CPUClass::get_paging_enabled()
by Andreas Färber
· 12 years ago
a23bbfd
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
by Andreas Färber
· 12 years ago
444d559
cpu: Turn cpu_paging_enabled() into a CPUState hook
by Andreas Färber
· 12 years ago
c72bf46
cpu: Move cpu_write_elfXX_note() functions to CPUState
by Jens Freimann
· 12 years ago
69e5ff0
cpu: Add helper cpu_exists(), to check if CPU with specified id exists
by Igor Mammedov
· 12 years ago
997395d
cpu: Introduce get_arch_id() method and override it for X86CPU
by Igor Mammedov
· 12 years ago
066e9b2
cpu: Introduce CPU hot-plug notifier
by Igor Mammedov
· 12 years ago
6afb472
cpu: Resume CPU from DeviceClass::realize() if hot-plugged
by Igor Mammedov
· 12 years ago
13eed94
cpu: Call cpu_synchronize_post_init() from DeviceClass::realize()
by Igor Mammedov
· 12 years ago
d8ed887
exec: Pass CPUState to cpu_reset_interrupt()
by Andreas Färber
· 12 years ago
259186a
cpu: Move halted and interrupt_request fields to CPUState
by Andreas Färber
· 12 years ago
d77953b
cpu: Move current_tb field to CPUState
by Andreas Färber
· 12 years ago
fcd7d00
cpu: Move exit_request field to CPUState
by Andreas Färber
· 12 years ago
4f65809
cpu: Prepare QOM realizefn
by Andreas Färber
· 12 years ago
2b8c275
cpu: Add model resolution support to CPUClass
by Andreas Färber
· 12 years ago
961f839
cpu: Change parent type to Device
by Eduardo Habkost
· 12 years ago
14cccb6
qom: move include files to include/qom/
by Paolo Bonzini
· 12 years ago
Next »