index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qom
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-0
/
+1
2019-06-10
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
1
-22
/
+18
2019-05-22
cpus: Initialize pseudo-random seeds for all guest cpus
Richard Henderson
1
-0
/
+1
2019-05-10
tcg: Remove CPUClass::handle_mmu_fault
Richard Henderson
1
-3
/
+0
2019-05-10
tcg: Add CPUClass::tlb_fill
Richard Henderson
1
-0
/
+9
2019-04-25
cpu: Rename parse_cpu_model() to parse_cpu_option()
Eduardo Habkost
1
-3
/
+3
2019-04-18
disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h
Markus Armbruster
1
-1
/
+1
2019-04-18
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
Markus Armbruster
1
-8
/
+3
2019-04-18
qom/cpu: Simplify how CPUClass::dump_statistics() prints
Markus Armbruster
1
-7
/
+4
2019-03-11
qom: Move compat_props machinery from qdev to QOM
Markus Armbruster
1
-0
/
+3
2019-02-01
arm: Clarify the logic of set_pc()
Julia Suvorova
1
-2
/
+14
2019-01-29
qom/cpu: Add cluster_index to CPUState
Peter Maydell
1
-0
/
+7
2019-01-11
qemu/queue.h: typedef QTAILQ heads
Paolo Bonzini
1
-2
/
+3
2019-01-11
qemu/queue.h: leave head structs anonymous unless necessary
Paolo Bonzini
1
-2
/
+2
2019-01-09
qom: Include qemu/fprintf-fn.h in cpu.h
Priit Laes
1
-0
/
+1
2019-01-07
hw: apply accel compat properties without touching globals
Marc-André Lureau
1
-0
/
+3
2018-12-11
qom: remove unimplemented class_finalize
Marc-André Lureau
1
-5
/
+2
2018-12-11
qom: make user_creatable_complete() specific to UserCreatable
Marc-André Lureau
1
-2
/
+2
2018-12-11
qom: make interface types abstract
Marc-André Lureau
1
-5
/
+1
2018-12-11
move ObjectClass to typedefs.h
Gerd Hoffmann
1
-1
/
+0
2018-10-31
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
Richard Henderson
1
-6
/
+0
2018-10-26
cpu.h: fix a typo in comment
Li Qiang
1
-1
/
+1
2018-10-17
cpu: Provide a proper prototype for target_words_bigendian() in a header
Thomas Huth
1
-0
/
+11
2018-08-23
qom: convert the CPU list to RCU
Emilio G. Cota
1
-6
/
+5
2018-08-14
accel/tcg: Pass read access type through to io_readx()
Peter Maydell
1
-0
/
+6
2018-07-17
qom/object: Add a new function object_initialize_child()
Thomas Huth
1
-2
/
+43
2018-07-02
cpu: Assert asidx_from_attrs return value in range
Richard Henderson
1
-2
/
+4
2018-06-15
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
1
-0
/
+3
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-3
/
+9
2018-05-18
target/arm: Add the XML dynamic generation
Abdallah Bouassida
1
-1
/
+4
2018-05-09
qom: allow object_get_canonical_path_component without parent
Paolo Bonzini
1
-0
/
+1
2018-03-19
Use cpu_create(type) instead of cpu_init(cpu_model)
Igor Mammedov
1
-14
/
+2
2018-03-12
qom: introduce object_class_get_list_sorted
Paolo Bonzini
1
-0
/
+11
2018-03-06
qmp: Add qom-list-properties to list QOM object properties
Alexey Kardashevskiy
1
-0
/
+16
2018-03-02
qapi: Move qapi-schema.json to qapi/, rename generated files
Markus Armbruster
1
-1
/
+1
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
2
-1
/
+2
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
1
-1
/
+1
2017-12-22
i386: hvf: add code base from Google's QEMU repository
Sergio Andres Gomez Del Real
1
-0
/
+2
2017-11-13
qom: move CPUClass.tcg_initialize to a global
Emilio G. Cota
1
-1
/
+0
2017-10-24
tcg: Add CPUState cflags_next_tb
Richard Henderson
1
-0
/
+1
2017-10-24
qom: Introduce CPUClass.tcg_initialize
Richard Henderson
1
-2
/
+6
2017-10-17
qom: add helper macro DEFINE_TYPES()
Igor Mammedov
1
-0
/
+36
2017-10-17
qom: introduce type_register_static_array()
Igor Mammedov
1
-0
/
+10
2017-10-09
qom: update doc comment for type_register[_static]()
Igor Mammedov
1
-2
/
+2
2017-10-03
qom: provide root container for internal objs
Peter Xu
1
-0
/
+11
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
2
-0
/
+30
2017-09-19
cpu: drop old comments describing members
David Hildenbrand
1
-3
/
+3
2017-09-19
cpu: make cpu_generic_init() abort QEMU on error
Igor Mammedov
1
-1
/
+2
2017-09-19
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
Igor Mammedov
1
-0
/
+21
[next]