Sign in
qemu
/
qemu
/
d1c136885ba5b302f9781b8927a8ea2ee38cccd2
/
include
/
qom
30f3dda
Merge branch 'icount-update' into HEAD
by Paolo Bonzini
· 8 years ago
e721844
cputlb: add tlb_flush_by_mmuidx async routines
by Alex Bennée
· 8 years ago
e3b9ca8
cputlb: introduce tlb_flush_* async work.
by KONRAD Frederic
· 8 years ago
8d04fb5
tcg: drop global lock during TCG code execution
by Jan Kiszka
· 8 years ago
8d4e914
tcg: add options for enabling MTTCG
by KONRAD Frederic
· 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
63f7b10
object: make some funcs static
by Marc-André Lureau
· 8 years ago
39a1075
object.h: spelling fix
by Marc-André Lureau
· 8 years ago
b0cb0a6
Plumb the HAXM-based hardware acceleration support
by Vincent Palatin
· 8 years ago
3a46410
monitor: reuse user_creatable_add_opts() instead of user_creatable_add()
by Igor Mammedov
· 8 years ago
14e6fe1
*_run_on_cpu: introduce run_on_cpu_data type
by Paolo Bonzini
· 8 years ago
7d7500d
tcg: comment on which functions have to be called with tb_lock held
by Paolo Bonzini
· 8 years ago
7bbc124
exec: call cpu_exec_exit() from a CPU unrealize common function
by Laurent Vivier
· 8 years ago
ce5b1bb
exec: move cpu_exec_init() calls to realize functions
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
c265e97
cpus-common: lock-free fast path for cpu_exec_start/end
by Paolo Bonzini
· 8 years ago
3359baa
tcg: Make tb_flush() thread safe
by Sergey Fedorov
· 8 years ago
53f5ed9
cpus-common: Introduce async_safe_run_on_cpu()
by Paolo Bonzini
· 8 years ago
758e1b2
cpus-common: simplify locking for start_exclusive/end_exclusive
by Paolo Bonzini
· 8 years ago
ab12997
cpus-common: move exclusive work infrastructure from linux-user
by Paolo Bonzini
· 8 years ago
d148d90
cpus-common: move CPU work item management to common code
by Sergey Fedorov
· 8 years ago
267f685
cpus-common: move CPU list management to common code
by Paolo Bonzini
· 8 years ago
e0eeb4a
cpus: pass CPUState to run_on_cpu helpers
by Alex Bennée
· 8 years ago
a07f953
exec: Set cpu_index only if it's not been explictly set
by Igor Mammedov
· 8 years ago
4815185
trace: Add per-vCPU tracing states for events with the 'vcpu' property
by Lluís Vilanova
· 9 years ago
b35399b
Fix confusing argument names in some common functions
by Sergey Sorokin
· 9 years ago
62a48a2
cpu: Use CPUClass->parse_features() as convertor to global properties
by Igor Mammedov
· 9 years ago
ada03a0
qom: Fix comment typo
by Changlong Xie
· 9 years ago
3f97b53
qom: API to get instance_size of a type
by Bharata B Rao
· 9 years ago
030c98a
all: Remove unnecessary glib.h includes
by Peter Maydell
· 9 years ago
2c57904
cpu: Add a sync version of cpu_remove()
by Bharata B Rao
· 9 years ago
4c055ab
cpu: Reclaim vCPU objects
by Gu Zheng
· 9 years ago
63c9155
cpu: move exec-all.h inclusion out of cpu.h
by Paolo Bonzini
· 9 years ago
4b4629d
include: move CPU-related definitions out of qemu-common.h
by Paolo Bonzini
· 9 years ago
3213525
tcg: Remove needless CPUState::current_tb
by Sergey Fedorov
· 9 years ago
6f789be
tcg: Rework tb_invalidated_flag
by Sergey Fedorov
· 9 years ago
51b9b47
qom: -object error messages lost location, restore it
by Markus Armbruster
· 9 years ago
84a5a80
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
14b6d44
Use scripts/clean-includes to drop redundant qemu/typedefs.h
by Markus Armbruster
· 9 years ago
da34e65
include/qemu/osdep.h: Don't include qapi/error.h
by Markus Armbruster
· 9 years ago
8ff98f1
Remove unneeded include statements for setjmp.h
by Stefan Weil
· 9 years ago
b23197f
typedefs: Add CPUState
by Lluís Vilanova
· 9 years ago
90ce6e2
include: Clean up includes
by Peter Maydell
· 9 years ago
90998d5
qom: add helpers for UserCreatable object types
by Daniel P. Berrange
· 9 years ago
fc1ec1a
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-11' into staging
by Peter Maydell
· 9 years ago
b29b47e
qom: Correct object_property_get_int() description
by Alistair Francis
· 9 years ago
568496c
cpu: Add callback to check architectural watchpoint match
by Sergey Fedorov
· 9 years ago
d7bce99
qom: Swap 'name' next to visitor in ObjectPropertyAccessor
by Eric Blake
· 9 years ago
4fa4549
qom: Use typedef for Visitor
by Eric Blake
· 9 years ago
b3820e6
gdb: provide the name of the architecture in the target.xml
by David Hildenbrand
· 9 years ago
6731d86
qom/cpu: Add MemoryRegion property
by Peter Crosthwaite
· 9 years ago
d7f25a9
cpu: Add new asidx_from_attrs() method
by Peter Maydell
· 9 years ago
1dc6fb1
cpu: Add new get_phys_page_attrs_debug() method
by Peter Maydell
· 9 years ago
12ebc9a
exec.c: Allow target CPUs to define multiple AddressSpaces
by Peter Maydell
· 9 years ago
7746abd
qom: Change object property iterator API contract
by Daniel P. Berrange
· 9 years ago
16bf7f5
qom: Allow properties to be registered against classes
by Daniel P. Berrange
· 9 years ago
70ae0b6
qom: Update documentation comment of struct Object
by Cao jin
· 9 years ago
b604a85
qom: Replace object property list with GHashTable
by Pavel Fedin
· 9 years ago
a00c948
qom: Introduce ObjectPropertyIterator struct for iteration
by Daniel P. Berrange
· 9 years ago
b30d805
qom/object: fix 2 comment typos
by Cao jin
· 9 years ago
32857f4
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
by Peter Maydell
· 9 years ago
b933066
target-*: Introduce and use cpu_breakpoint_test
by Richard Henderson
· 9 years ago
2adcc85
cpu: Provide vcpu throttling interface
by Jason J. Herne
· 9 years ago
bac05aa
cpu: Add crash_occurred flag into CPUState
by Andrey Smetanin
· 10 years ago
a2aa09e
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 9 years ago
376692b
cpus: protect work list with work_mutex
by Paolo Bonzini
· 10 years ago
e0c3821
tcg: signal-free qemu_cpu_kick
by Paolo Bonzini
· 9 years ago
f240eb6
remove qemu/tls.h
by Paolo Bonzini
· 9 years ago
d714b8d
qom: Add recursive version of object_child_for_each
by Peter Crosthwaite
· 9 years ago
414b15c
exec: drop cpu_can_do_io, just read cpu->can_do_io
by Paolo Bonzini
· 10 years ago
37b9de4
disas: QOMify target specific setup
by Peter Crosthwaite
· 10 years ago
2991b89
cpu: Add wrapper for the set_pc() hook
by Peter Crosthwaite
· 10 years ago
b7bca73
cpu: Convert cpu_index into a bitmap
by Bharata B Rao
· 10 years ago
8487d12
cpus: Add a macro to walk CPUs in reverse
by Bharata B Rao
· 10 years ago
a3590da
qom: Don't pass string table to object_get_enum() function
by Daniel P. Berrange
· 10 years ago
a8e3fbe
qom: Add an object_property_add_enum() helper function
by Daniel P. Berrange
· 10 years ago
2e4450f
qom: Make enum string tables const-correct
by Daniel P. Berrange
· 10 years ago
a31bdae
qom: Add object_new_with_props() / object_new_withpropv() helpers
by Daniel P. Berrange
· 10 years ago
bc2256c
qom: Add helper function for getting user objects root
by Daniel P. Berrange
· 10 years ago
fb9e7e3
qom: add object_property_add_const_link
by Paolo Bonzini
· 10 years ago
66b9b43
exec.c: Capture the memory attributes for a watchpoint hit
by Peter Maydell
· 10 years ago
d6edb15
qom: Add can_be_deleted callback to UserCreatableClass
by Lin Ma
· 10 years ago
e7ae771
Fix remaining warnings from Sparse (void return)
by Stefan Weil
· 10 years ago
c08295d
cpu: Add missing documentation for some CPUClass methods
by Peter Maydell
· 10 years ago
8e099d1
Generalize QOM publishing of date and time from mc146818rtc.c
by David Gibson
· 10 years ago
5de0904
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging
by Peter Maydell
· 10 years ago
9d82b5a
exec: make iotlb RCU-friendly
by Paolo Bonzini
· 11 years ago
f824e8e
qom: Fix typo, 'my_class_init' -> 'derived_class_init'
by Zhoujian
· 10 years ago
8074264
qom: Add description field in ObjectProperty struct
by Gonglei
· 10 years ago
2472b6c
gdbstub: Allow target CPUs to specify watchpoint STOP_BEFORE_ACCESS flag
by Peter Maydell
· 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
0822567
exec.c: Record watchpoint fault address and direction
by Peter Maydell
· 10 years ago
05068c0
exec.c: Relax restrictions on watchpoint length and alignment
by Peter Maydell
· 10 years ago
64607d0
qom: add a generic mechanism to resolve paths
by Paolo Bonzini
· 11 years ago
ef7c7ff
qom: add object_property_add_alias()
by Stefan Hajnoczi
· 11 years ago
Next »