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
Commit message (
Expand
)
Author
Age
Files
Lines
*
qom: Fix pointer to int property helpers' documentation
Michael S. Tsirkin
2013-11-05
1
-21
/
+52
*
qom: add pointer to int property helpers
Michael S. Tsirkin
2013-10-14
1
-0
/
+21
*
qom: cleanup struct Error references
Michael S. Tsirkin
2013-10-14
1
-25
/
+25
*
cleanup object.h: include error.h directly
Igor Mammedov
2013-10-14
1
-1
/
+1
*
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
Anthony Liguori
2013-09-03
1
-11
/
+9
|
\
|
*
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
*
|
qom: Assert instance size in object_initialize_with_type()
Andreas Färber
2013-08-30
1
-1
/
+2
*
|
qom: Pass available size to object_initialize()
Andreas Färber
2013-08-30
1
-1
/
+2
*
|
qom: Fix object_initialize_with_type() argument name in documentation
Andreas Färber
2013-08-30
1
-1
/
+1
*
|
object: Fix typo in qom/object.h
Peter Chubb
2013-08-30
1
-1
/
+1
|
/
*
qom: Introduce instance_post_init hook
Eduardo Habkost
2013-08-16
1
-0
/
+3
*
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
*
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
Andreas Färber
2013-07-26
1
-1
/
+6
*
cpu: Move gdb_regs field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-0
/
+2
*
cpu: Introduce CPUClass::memory_rw_debug() for target_memory_rw_debug()
Andreas Färber
2013-07-23
1
-0
/
+3
*
cpu: Turn cpu_get_phys_page_debug() into a CPUClass hook
Andreas Färber
2013-07-23
1
-53
/
+21
*
cpu: Change cpu_single_step() argument to CPUState
Andreas Färber
2013-07-23
1
-0
/
+13
*
cpu: Move singlestep_enabled field from CPU_COMMON to CPUState
Andreas Färber
2013-07-23
1
-0
/
+2
*
cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()
Andreas Färber
2013-07-23
1
-0
/
+5
*
cpu: Introduce CPUClass::set_pc() for gdb_set_cpu_pc()
Andreas Färber
2013-07-23
1
-0
/
+2
*
cpu: Introduce vaddr type
Andreas Färber
2013-07-23
1
-0
/
+12
*
Introduce async_run_on_cpu()
Chegu Vinod
2013-07-12
1
-0
/
+10
*
cpu: Move reset logging to CPUState
Andreas Färber
2013-07-09
1
-0
/
+2
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-0
/
+4
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-0
/
+4
*
cpu: Turn cpu_unassigned_access() into a CPUState hook
Andreas Färber
2013-06-28
1
-0
/
+33
*
cpu: Change qemu_init_vcpu() argument to CPUState
Andreas Färber
2013-06-28
1
-0
/
+8
*
cpu: Turn cpu_dump_{state,statistics}() into CPUState hooks
Andreas Färber
2013-06-28
1
-0
/
+42
*
cpu: Change cpu_exit() argument to CPUState
Andreas Färber
2013-06-28
1
-0
/
+8
*
cpu: Introduce VMSTATE_CPU() macro for CPUState
Andreas Färber
2013-06-28
1
-0
/
+14
*
cpu: Introduce device_class_set_vmsd() helper
Andreas Färber
2013-06-28
1
-0
/
+21
*
cpu: Fix cpu_class_set_vmsd() documentation
Andreas Färber
2013-06-28
1
-1
/
+1
*
cpu: Turn cpu_get_memory_mapping() into a CPUState hook
Andreas Färber
2013-06-11
1
-0
/
+13
*
cpu: Turn cpu_paging_enabled() into a CPUState hook
Andreas Färber
2013-06-11
1
-0
/
+10
*
qom: aggressively optimize qom casting
Anthony Liguori
2013-05-13
1
-0
/
+4
*
qom: allow turning cast debugging off
Paolo Bonzini
2013-05-13
1
-5
/
+6
*
qom: pass file/line/function to asserting casts
Paolo Bonzini
2013-05-13
1
-5
/
+11
*
qom: improve documentation of cast functions
Paolo Bonzini
2013-05-13
1
-2
/
+21
*
cpu: Move cpu_write_elfXX_note() functions to CPUState
Jens Freimann
2013-05-01
1
-0
/
+49
*
cpu: Add helper cpu_exists(), to check if CPU with specified id exists
Igor Mammedov
2013-05-01
1
-0
/
+10
*
cpu: Add qemu_for_each_cpu()
Michael S. Tsirkin
2013-05-01
1
-0
/
+9
*
cpu: Introduce get_arch_id() method and override it for X86CPU
Igor Mammedov
2013-05-01
1
-0
/
+2
*
cpu: Introduce cpu_resume(), for single CPU
Igor Mammedov
2013-05-01
1
-0
/
+7
*
Fix typos and misspellings
Peter Maydell
2013-03-22
1
-1
/
+1
*
cpu: Replace do_interrupt() by CPUClass::do_interrupt method
Andreas Färber
2013-03-12
1
-0
/
+2
*
cpu: Pass CPUState to cpu_interrupt()
Andreas Färber
2013-03-12
1
-0
/
+24
*
exec: Pass CPUState to cpu_reset_interrupt()
Andreas Färber
2013-03-12
1
-0
/
+9
[next]