index
:
qemu/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-10.0
stable-10.1
stable-10.2
stable-11.0
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
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qom
Age
Commit message (
Expand
)
Author
2026-06-18
qom/object: Remove pre-C11 check
Philippe Mathieu-Daudé
2026-05-21
qom: drop user_creatable_add_type method
Daniel P. Berrangé
2026-05-21
qom: allow object_new_with_prop* to trigger module loading
Daniel P. Berrangé
2026-05-21
qom: fix ability to create objects without a parent
Daniel P. Berrangé
2026-05-21
qom: add object_new_with_props_from_qdict
Daniel P. Berrangé
2026-05-21
qom: move object_set_prop_keyval into object.c
Daniel P. Berrangé
2026-05-21
qom: have object_set_props_keyval return bool
Daniel P. Berrangé
2026-05-21
qom: shorten name of object_set_properties_from_keyval
Daniel P. Berrangé
2026-05-21
qom: make errp last param in methods taking va_list
Daniel P. Berrangé
2026-05-21
qom: validate ID format when creating objects
Daniel P. Berrangé
2026-05-21
qom: add trace events for object/property lifecycle
Daniel P. Berrangé
2026-05-14
qom/object: initialize type_table in static ctor with fundamental QOM types
Pierrick Bouvier
2026-05-14
qom/object: register OBJECT and INTERFACE QOM types before main
Pierrick Bouvier
2026-05-07
qom/object: Add object_resolve_and_typecheck()
Peter Maydell
2026-05-06
monitor: Extract completion declarations to 'monitor/hmp-completion.h'
Philippe Mathieu-Daudé
2026-04-24
qom: Restrict compat properties API to system emulation
Philippe Mathieu-Daudé
2026-04-24
qom: Declare GlobalProperty structure in 'qom/compat-properties.h'
Philippe Mathieu-Daudé
2026-04-23
qom: Use g_ascii_strcasecmp instead of strcasecmp
Kostiantyn Kostiuk
2025-12-27
include: move hw/qdev-core.h to hw/core/, rename
Paolo Bonzini
2025-10-30
audio: register backends in /audiodevs container
Marc-André Lureau
2025-10-24
qom: use ERRP_GUARD in user_creatable_complete
Daniel P. Berrangé
2025-07-16
qom: qom-list-get
Steve Sistare
2025-05-20
qom: reverse order of instance_post_init calls
Paolo Bonzini
2025-05-12
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
Stefan Hajnoczi
2025-05-09
qom/object: Fix typo in comment
Gustavo Romero
2025-05-08
qom: Factor qom_resolve_path() out
Steve Sistare
2025-04-25
qom/object: Fix type conflict of GLib function pointers
Kohei Tokunaga
2025-04-25
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
2025-04-25
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
2025-02-25
qom: Use command line syntax for default values in help
Akihiko Odaki
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
2025-01-09
qom: remove unused InterfaceInfo::concrete_class field
Paolo Bonzini
2025-01-09
qom: Remove container_get()
Peter Xu
2025-01-09
qom: Use object_get_container()
Peter Xu
2025-01-09
qom: Add object_get_container()
Peter Xu
2024-12-20
qom: Create system containers explicitly
Peter Xu
2024-12-20
qom: New object_property_add_new_container()
Peter Xu
2024-12-20
qom: Add TYPE_CONTAINER macro
Peter Xu
2024-12-10
qom/object: Remove type_register()
Zhao Liu
2024-10-31
qom: allow user-creatable classes to be in modules
Paolo Bonzini
2024-10-31
qom: let object_new use a module if the type is not present
Paolo Bonzini
2024-10-31
qom: centralize module-loading functionality
Paolo Bonzini
2024-10-31
qom: use object_new_with_class when possible
Paolo Bonzini
2024-10-31
qom: remove unused function
Paolo Bonzini
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2024-10-03
qom: set *ambiguous on all paths
Marc-André Lureau
2024-10-03
qom: rename object_resolve_path_type() "ambiguousp"
Marc-André Lureau
2024-10-02
qom/object: fix -Werror=maybe-uninitialized
Marc-André Lureau
2024-09-24
qom: remove return after g_assert_not_reached()
Pierrick Bouvier
[next]