index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qom
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-31
*_run_on_cpu: introduce run_on_cpu_data type
Paolo Bonzini
1
-5
/
+23
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
1
-0
/
+3
2016-10-24
exec: call cpu_exec_exit() from a CPU unrealize common function
Laurent Vivier
1
-1
/
+1
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
1
-0
/
+1
2016-10-24
exec: split cpu_exec_init()
Laurent Vivier
1
-0
/
+1
2016-10-12
trace: dynamically allocate trace_dstate in CPUState
Daniel P. Berrange
1
-3
/
+6
2016-09-27
cpus-common: lock-free fast path for cpu_exec_start/end
Paolo Bonzini
1
-2
/
+3
2016-09-27
tcg: Make tb_flush() thread safe
Sergey Fedorov
1
-2
/
+0
2016-09-27
cpus-common: Introduce async_safe_run_on_cpu()
Paolo Bonzini
1
-0
/
+14
2016-09-27
cpus-common: simplify locking for start_exclusive/end_exclusive
Paolo Bonzini
1
-4
/
+0
2016-09-27
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
1
-1
/
+43
2016-09-27
cpus-common: move CPU work item management to common code
Sergey Fedorov
1
-8
/
+19
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-0
/
+12
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
1
-3
/
+5
2016-07-26
exec: Set cpu_index only if it's not been explictly set
Igor Mammedov
1
-0
/
+2
2016-07-18
trace: Add per-vCPU tracing states for events with the 'vcpu' property
Lluís Vilanova
1
-0
/
+6
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
1
-4
/
+11
2016-07-07
cpu: Use CPUClass->parse_features() as convertor to global properties
Igor Mammedov
1
-1
/
+1
2016-07-06
qom: Fix comment typo
Changlong Xie
1
-1
/
+1
2016-06-17
qom: API to get instance_size of a type
Bharata B Rao
1
-1
/
+7
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-05-30
cpu: Add a sync version of cpu_remove()
Bharata B Rao
1
-0
/
+8
2016-05-30
cpu: Reclaim vCPU objects
Gu Zheng
1
-0
/
+10
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+10
2016-05-19
include: move CPU-related definitions out of qemu-common.h
Paolo Bonzini
1
-0
/
+9
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-2
/
+0
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
1
-0
/
+2
2016-04-28
qom: -object error messages lost location, restore it
Markus Armbruster
1
-2
/
+3
2016-03-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+1
2016-03-22
Use scripts/clean-includes to drop redundant qemu/typedefs.h
Markus Armbruster
2
-2
/
+0
2016-03-22
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
1
-0
/
+1
2016-03-22
Remove unneeded include statements for setjmp.h
Stefan Weil
1
-1
/
+0
2016-03-01
typedefs: Add CPUState
Lluís Vilanova
1
-1
/
+0
2016-02-23
include: Clean up includes
Peter Maydell
2
-4
/
+0
2016-02-16
qom: add helpers for UserCreatable object types
Daniel P. Berrange
1
-0
/
+92
2016-02-11
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...
Peter Maydell
1
-1
/
+1
2016-02-11
qom: Correct object_property_get_int() description
Alistair Francis
1
-1
/
+1
2016-02-11
cpu: Add callback to check architectural watchpoint match
Sergey Fedorov
1
-2
/
+6
2016-02-08
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
Eric Blake
1
-2
/
+2
2016-02-08
qom: Use typedef for Visitor
Eric Blake
1
-5
/
+4
2016-01-27
gdb: provide the name of the architecture in the target.xml
David Hildenbrand
1
-0
/
+3
2016-01-21
qom/cpu: Add MemoryRegion property
Peter Crosthwaite
1
-0
/
+1
2016-01-21
cpu: Add new asidx_from_attrs() method
Peter Maydell
1
-0
/
+20
2016-01-21
cpu: Add new get_phys_page_attrs_debug() method
Peter Maydell
1
-2
/
+34
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-0
/
+2
2016-01-18
qom: Change object property iterator API contract
Daniel P. Berrange
1
-16
/
+14
2016-01-18
qom: Allow properties to be registered against classes
Daniel P. Berrange
1
-1
/
+45
2015-12-03
qom: Update documentation comment of struct Object
Cao jin
1
-3
/
+0
2015-11-19
qom: Replace object property list with GHashTable
Pavel Fedin
1
-3
/
+7
2015-11-18
qom: Introduce ObjectPropertyIterator struct for iteration
Daniel P. Berrange
1
-0
/
+49
[next]