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
*
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
*
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
2013-03-12
1
-0
/
+4
*
cpu: Introduce cpu_class_set_vmsd()
Andreas Färber
2013-03-12
1
-0
/
+21
*
cpu: Register VMStateDescription through CPUState
Andreas Färber
2013-03-12
1
-0
/
+3
*
Handle CPU interrupts by inline checking of a flag
Peter Maydell
2013-03-03
1
-0
/
+3
*
cpu: Add CPUArchState pointer to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
cpu: Move current_tb field to CPUState
Andreas Färber
2013-02-16
1
-0
/
+3
*
cpu: Move exit_request field to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
cpu: Move running field to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
cpu: Move host_tid field to CPUState
Andreas Färber
2013-02-16
1
-0
/
+2
*
qom: remove object_delete
Paolo Bonzini
2013-02-01
1
-17
/
+10
*
qom: document reference counting of link properties
Paolo Bonzini
2013-02-01
1
-0
/
+5
*
cpu: Unconditionalize CPUState fields
Andreas Färber
2013-01-28
1
-2
/
+0
*
qom: Introduce object_class_is_abstract()
Andreas Färber
2013-01-27
1
-0
/
+8
*
cpu: Add model resolution support to CPUClass
Andreas Färber
2013-01-27
1
-0
/
+15
*
qom: Extend documentation on QOM method concepts
Andreas Färber
2013-01-17
1
-3
/
+101
*
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2013-01-15
1
-1
/
+1
|
\
|
*
qom: Make object_resolve_path_component() path argument const
Andreas Färber
2013-01-15
1
-1
/
+1
*
|
exec: Return CPUState from qemu_get_cpu()
Andreas Färber
2013-01-15
1
-0
/
+10
*
|
cpu: Move cpu_index field to CPUState
Andreas Färber
2013-01-15
1
-0
/
+2
*
|
cpu: Move numa_node field to CPUState
Andreas Färber
2013-01-15
1
-0
/
+2
*
|
cpu: Move nr_{cores,threads} fields to CPUState
Andreas Färber
2013-01-15
1
-0
/
+5
|
/
*
Make all static TypeInfos const
Andreas Färber
2013-01-10
1
-3
/
+3
*
cpu: Change parent type to Device
Eduardo Habkost
2013-01-08
1
-3
/
+3
*
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Andreas Färber
2012-12-23
1
-0
/
+11
*
misc: move include files to include/qemu/
Paolo Bonzini
2012-12-19
2
-2
/
+2
*
qom: move include files to include/qom/
Paolo Bonzini
2012-12-19
3
-0
/
+1185