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
/
include
/
qom
/
cpu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
2015-10-12
1
-2
/
+5
*
target-*: Introduce and use cpu_breakpoint_test
Richard Henderson
2015-10-07
1
-0
/
+16
*
cpu: Provide vcpu throttling interface
Jason J. Herne
2015-09-30
1
-0
/
+42
*
cpu: Add crash_occurred flag into CPUState
Andrey Smetanin
2015-09-16
1
-0
/
+2
*
cpus: protect work list with work_mutex
Paolo Bonzini
2015-09-09
1
-1
/
+5
*
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
2015-09-09
1
-2
/
+2
*
remove qemu/tls.h
Paolo Bonzini
2015-09-09
1
-3
/
+1
*
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
2015-08-14
1
-1
/
+3
*
disas: QOMify target specific setup
Peter Crosthwaite
2015-07-09
1
-0
/
+4
*
cpu: Add wrapper for the set_pc() hook
Peter Crosthwaite
2015-07-09
1
-0
/
+14
*
cpu: Convert cpu_index into a bitmap
Bharata B Rao
2015-07-09
1
-0
/
+1
*
cpus: Add a macro to walk CPUs in reverse
Bharata B Rao
2015-07-07
1
-0
/
+2
*
exec.c: Capture the memory attributes for a watchpoint hit
Peter Maydell
2015-04-26
1
-0
/
+2
*
Fix remaining warnings from Sparse (void return)
Stefan Weil
2015-03-19
1
-1
/
+1
*
cpu: Add missing documentation for some CPUClass methods
Peter Maydell
2015-03-10
1
-0
/
+12
*
exec: make iotlb RCU-friendly
Paolo Bonzini
2015-02-16
1
-0
/
+1
*
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
Peter Maydell
2014-10-06
1
-0
/
+3
*
qom: Add cpu_exec_interrupt hook
Richard Henderson
2014-09-25
1
-0
/
+2
*
qom: Add cpu_exec_enter and cpu_exec_exit hooks
Richard Henderson
2014-09-25
1
-0
/
+5
*
cpu-exec: Make debug_excp_handler a QOM CPU method
Peter Maydell
2014-09-12
1
-0
/
+2
*
exec.c: Record watchpoint fault address and direction
Peter Maydell
2014-09-12
1
-1
/
+5
*
exec.c: Relax restrictions on watchpoint length and alignment
Peter Maydell
2014-09-12
1
-1
/
+1
*
cpu: introduce CPUClass::virtio_is_big_endian()
Greg Kurz
2014-06-29
1
-0
/
+1
*
softmmu: make do_unaligned_access a method of CPU
Paolo Bonzini
2014-06-05
1
-2
/
+13
*
cpu: Avoid QOM casts for CPU()
Andreas Färber
2014-03-31
1
-1
/
+6
*
cpu: Move tcg_exit_req to the end of CPUState
Richard Henderson
2014-03-19
1
-1
/
+6
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-0
/
+3
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-0
/
+15
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
1
-0
/
+7
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+9
*
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+10
*
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+3
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+1
*
cpu: Move jmp_env field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+2
*
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+4
*
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+19
*
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+2
*
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+2
*
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-0
/
+8
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
1
-0
/
+3
*
cpu: Factor out cpu_generic_init()
Andreas Färber
2014-03-13
1
-0
/
+11
*
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2014-03-13
1
-0
/
+2
*
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2014-03-13
1
-2
/
+10
*
dump: const-qualify the buf of WriteCoreDumpFunction
qiaonuohan
2014-02-28
1
-1
/
+2
*
cpu: Add per-cpu address space
Edgar E. Iglesias
2014-02-11
1
-0
/
+3
*
cpu: Replace qemu_for_each_cpu()
Andreas Färber
2013-09-03
1
-9
/
+0
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-2
/
+9
*
gdbstub: Fix gdb_register_coprocessor() register counting
Andreas Färber
2013-08-16
1
-0
/
+2
*
cpu: Introduce CPUClass::gdb_core_xml_file for GDB_CORE_XML
Andreas Färber
2013-07-27
1
-0
/
+2
*
cpu: Introduce CPUClass::gdb_{read,write}_register()
Andreas Färber
2013-07-27
1
-0
/
+4
[next]