Sign in
qemu
/
qemu
/
86a088e62454995c04a794d43661a549fd293f3b
/
qom
1bb3d7d
qapi/qmp: add ObjectPropertyInfo.default-value
by Marc-André Lureau
· 5 years ago
4df8161
qom: introduce object_property_help()
by Marc-André Lureau
· 5 years ago
c1f472e
qom: simplify qmp_device_list_properties()
by Paolo Bonzini
· 5 years ago
f902cb2
vl: print default value in object help
by Marc-André Lureau
· 5 years ago
385d8f2
qdev: rename DeviceClass.props
by Paolo Bonzini
· 5 years ago
b77ade9
object: return self in object_ref()
by Marc-André Lureau
· 5 years ago
9859fac
object: release all props
by Marc-André Lureau
· 5 years ago
840ecdf
object: add object_class_property_add_link()
by Marc-André Lureau
· 5 years ago
4a8d579
object: express const link with link property
by Marc-André Lureau
· 5 years ago
9941d37
object: add direct link flag
by Marc-André Lureau
· 5 years ago
3685420
object: rename link "child" to "target"
by Marc-André Lureau
· 5 years ago
8770baf
object: check strong flag with &
by Marc-André Lureau
· 5 years ago
fc4fe71
object: do not free class properties
by Marc-André Lureau
· 5 years ago
0e76ed0
object: add object_property_set_default
by Marc-André Lureau
· 5 years ago
a3a1621
object: make object_class_property_add* return property
by Marc-André Lureau
· 5 years ago
2a1be4b
object: add class property initializer
by Marc-André Lureau
· 5 years ago
ba806ff
object: avoid extra class property key duplication
by Marc-André Lureau
· 5 years ago
d5e633f
object: add extra sanity checks
by Marc-André Lureau
· 5 years ago
89d337f
qom/object: Display more helpful message when a parent is missing
by Philippe Mathieu-Daudé
· 5 years ago
a9ee3a9
qom/object: Display more helpful message when an interface is missing
by Philippe Mathieu-Daudé
· 5 years ago
f0d753b
qdev/qom: remove some TODO limitations now that PROP_PTR is gone
by Marc-André Lureau
· 5 years ago
4800819
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 5 years ago
187c614
hmp: drop Error pointer indirection in hmp_handle_error
by Vladimir Sementsov-Ogievskiy
· 5 years ago
3c75e12
qom: add object_new_with_class
by Paolo Bonzini
· 5 years ago
1fff3c2
qom: introduce object_register_sugar_prop
by Paolo Bonzini
· 5 years ago
d55e937
qom: Fix error message in object_class_property_add()
by Greg Kurz
· 5 years ago
3e9297f
vl: Split off user_creatable_print_help()
by Kevin Wolf
· 5 years ago
2e5b09f
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
by Markus Armbruster
· 6 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
a27bd6c
Include hw/qdev-properties.h less
by Markus Armbruster
· 5 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 5 years ago
6a0acff
Clean up inclusion of exec/cpu-common.h
by Markus Armbruster
· 5 years ago
13d4ff0
trace: Do not include qom/cpu.h into generated trace.h
by Markus Armbruster
· 5 years ago
92fd453
Revert "Revert "globals: Allow global properties to be optional""
by Dr. David Alan Gilbert
· 5 years ago
3950a37
qom: Move HMP command handlers to qom/
by Markus Armbruster
· 6 years ago
cfbe46f
qom: Move QMP command handlers to qom/
by Markus Armbruster
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
14a48c1
qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h
by Markus Armbruster
· 6 years ago
5e14019
cpu: Move icount_decr to CPUNegativeOffsetState
by Richard Henderson
· 6 years ago
e02bdf1
qom/object: Display more helpful message when an object type is missing
by Philippe Mathieu-Daudé
· 6 years ago
8fa70db
Revert "globals: Allow global properties to be optional"
by Daniel P. Berrangé
· 6 years ago
66e1155
qom: use object_new_with_type in object_new_with_propv
by Wei Yang
· 6 years ago
90c84c5
qom/cpu: Simplify how CPUClass:cpu_dump_state() prints
by Markus Armbruster
· 6 years ago
11cb6c1
qom/cpu: Simplify how CPUClass::dump_statistics() prints
by Markus Armbruster
· 6 years ago
500016e
trace-events: Shorten file names in comments
by Markus Armbruster
· 6 years ago
617902a
qom: Move compat_props machinery from qdev to QOM
by Markus Armbruster
· 6 years ago
611dbe4
qom: cpu: destroy work_mutex in cpu_common_finalize
by Li Qiang
· 6 years ago
6134d75
qom: don't require user creatable objects to be registered
by Daniel P. Berrangé
· 7 years ago
7ea7b9a
qom/cpu: Add cluster_index to CPUState
by Peter Maydell
· 6 years ago
d774174
globals: Allow global properties to be optional
by Eduardo Habkost
· 6 years ago
d769f0d
qom: Don't keep error value between object_property_parse() calls
by Eduardo Habkost
· 6 years ago
50545b2
qdev-props: call object_apply_global_props()
by Marc-André Lureau
· 6 years ago
cff8b71
qdev-props: remove errp from GlobalProperty
by Marc-André Lureau
· 6 years ago
ea9ce89
hw: apply accel compat properties without touching globals
by Marc-André Lureau
· 6 years ago
37fdb2c
qom: remove unimplemented class_finalize
by Marc-André Lureau
· 6 years ago
3650b2d
qom: make user_creatable_complete() specific to UserCreatable
by Marc-André Lureau
· 6 years ago
13399aa
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2018-10-22' into staging
by Peter Maydell
· 6 years ago
7e1e0c1
qom: Clean up error reporting in user_creatable_add_opts_foreach()
by Markus Armbruster
· 6 years ago
fff42f1
tcg: access cpu->icount_decr.u16.high with atomics
by Emilio G. Cota
· 6 years ago
c95ac10
cpu: Provide a proper prototype for target_words_bigendian() in a header
by Thomas Huth
· 6 years ago
1195fa2
vl: list user creatable properties when 'help' is argument
by Marc-André Lureau
· 6 years ago
7439a03
qom/object: register 'type' property as class property
by Marc-André Lureau
· 6 years ago
684546d
qom/object: fix iterating properties over a class
by Marc-André Lureau
· 6 years ago
422ca14
qom/object: add some interface asserts
by Marc-André Lureau
· 6 years ago
0210b39
qom/object: Add a new function object_initialize_child()
by Thomas Huth
· 6 years ago
719a307
Purge uses of banned g_assert_FOO()
by Markus Armbruster
· 7 years ago
265b578
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
by Marc-André Lureau
· 7 years ago
e40077f
qom: support orphan objects in object_get_canonical_path
by Paolo Bonzini
· 7 years ago
29de4ec
memdev: remove "id" property
by Paolo Bonzini
· 7 years ago
770dec2
qom: allow object_get_canonical_path_component without parent
by Paolo Bonzini
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
036793a
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into staging
by Peter Maydell
· 7 years ago
aafb21a
qobject: let object_property_get_str() use new API
by Peter Xu
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
99193d8
cpu: drop unnecessary NULL check and cpu_common_class_by_name()
by Igor Mammedov
· 7 years ago
2278b93
Use cpu_create(type) instead of cpu_init(cpu_model)
by Igor Mammedov
· 7 years ago
47c6600
qom: introduce object_class_get_list_sorted
by Paolo Bonzini
· 7 years ago
961c47b
qmp: Add qom-list-properties to list QOM object properties
by Alexey Kardashevskiy
· 7 years ago
eb815e2
qapi: Move qapi-schema.json to qapi/, rename generated files
by Markus Armbruster
· 7 years ago
9af2398
Include less of the generated modular QAPI headers
by Markus Armbruster
· 7 years ago
0dd1358
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 7 years ago
922a01a
Move include qemu/option.h from qemu-common.h to actual users
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
5ee9d2f
Include qapi/qmp/qobject.h exactly where needed
by Markus Armbruster
· 7 years ago
15280c3
qdict qlist: Make most helper macros functions
by Markus Armbruster
· 7 years ago
9b990ee
tcg: Add CPUState cflags_next_tb
by Richard Henderson
· 7 years ago
aa04c9d2
qom: introduce type_register_static_array()
by Igor Mammedov
· 7 years ago
8301ea4
qom/cpu: move cpu_model null check to cpu_class_by_name()
by Philippe Mathieu-Daudé
· 7 years ago
7c47c4e
qom: provide root container for internal objs
by Peter Xu
· 7 years ago
4482e05
cpu: make cpu_generic_init() abort QEMU on error
by Igor Mammedov
· 7 years ago
3c72234
qom: cpus: split cpu_generic_init() on feature parsing and cpu creation parts
by Igor Mammedov
· 7 years ago
9d5139e
vl: Clean up user-creatable objects when exiting
by Eduardo Habkost
· 7 years ago
ed86012
boards.h: Define new flag ignore_memory_transaction_failures
by Peter Maydell
· 7 years ago
98bfaac
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' into staging
by Peter Maydell
· 7 years ago
f7abe0e
qapi: Change data type of the FOO_lookup generated for enum FOO
by Marc-André Lureau
· 7 years ago
3e2cf18
qom: cpu: fix parsed feature string length
by Igor Mammedov
· 7 years ago
5ce46cb
cpu: cpu_by_arch_id() helper
by Eduardo Habkost
· 7 years ago
3beacfb
qom: Remove unused errp parameter from can_be_deleted()
by Eduardo Habkost
· 7 years ago
cde0a63
Revert "cpu: add APIs to allocate/free CPU environment"
by Michael S. Tsirkin
· 8 years ago
e2a7f28
cpu: add APIs to allocate/free CPU environment
by Michael S. Tsirkin
· 8 years ago
Next »