index
:
rocket-tools/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-10.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-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
/
qom
/
object.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-20
qom: reverse order of instance_post_init calls
Paolo Bonzini
1
-4
/
+4
2025-05-09
qom/object: Fix typo in comment
Gustavo Romero
1
-1
/
+1
2025-04-25
qom/object: Fix type conflict of GLib function pointers
Kohei Tokunaga
1
-3
/
+4
2025-04-25
qom: Constify TypeInfo::class_data
Philippe Mathieu-Daudé
1
-1
/
+1
2025-04-25
qom: Have class_init() take a const data argument
Philippe Mathieu-Daudé
1
-2
/
+2
2025-04-25
qom: Have class_base_init() take a const data argument
Philippe Mathieu-Daudé
1
-1
/
+1
2025-02-10
qapi: Move include/qapi/qmp/ to include/qobject/
Daniel P. Berrangé
1
-5
/
+5
2025-01-09
qom: remove unused InterfaceInfo::concrete_class field
Paolo Bonzini
1
-1
/
+0
2025-01-09
qom: Use object_get_container()
Peter Xu
1
-1
/
+1
2025-01-09
qom: Add object_get_container()
Peter Xu
1
-0
/
+10
2024-12-20
qom: Create system containers explicitly
Peter Xu
1
-1
/
+23
2024-12-20
qom: Add TYPE_CONTAINER macro
Peter Xu
1
-2
/
+2
2024-12-10
qom/object: Remove type_register()
Zhao Liu
1
-6
/
+1
2024-10-31
qom: let object_new use a module if the type is not present
Paolo Bonzini
1
-1
/
+1
2024-10-31
qom: centralize module-loading functionality
Paolo Bonzini
1
-36
/
+36
2024-10-31
qom: remove unused function
Paolo Bonzini
1
-8
/
+0
2024-10-04
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-5
/
+8
2024-10-03
qom: set *ambiguous on all paths
Marc-André Lureau
1
-0
/
+3
2024-10-03
qom: rename object_resolve_path_type() "ambiguousp"
Marc-André Lureau
1
-5
/
+5
2024-10-02
qom/object: fix -Werror=maybe-uninitialized
Marc-André Lureau
1
-1
/
+1
2024-09-24
qom: remove return after g_assert_not_reached()
Pierrick Bouvier
1
-1
/
+0
2024-05-05
target/sparc/cpu: Rename the CPU models with a "+" in their names
Thomas Huth
1
-8
/
+0
2024-04-24
qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
Philippe Mathieu-Daudé
1
-2
/
+2
2024-04-24
qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)
Philippe Mathieu-Daudé
1
-4
/
+8
2024-02-27
hw/acpi: move object_resolve_type_unambiguous to core QOM
Paolo Bonzini
1
-0
/
+16
2024-02-05
target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules
Thomas Huth
1
-4
/
+0
2023-12-20
qom/object: Limit type names to alphanumerical and some few special characters
Thomas Huth
1
-0
/
+41
2023-11-10
qom: Add object_property_set_default_list()
Kevin Wolf
1
-0
/
+6
2023-10-03
qom: Propagate alignment through type system
Richard Henderson
1
-0
/
+14
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
1
-4
/
+14
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
1
-2
/
+2
2022-10-27
qom: Improve error messages when property has no getter or setter
Markus Armbruster
1
-2
/
+4
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+5
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-03-04
qom: assert integer does not overflow
Michael S. Tsirkin
1
-1
/
+5
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
1
-2
/
+2
2021-11-10
monitor: Fix find_device_state() for IDs containing slashes
Markus Armbruster
1
-0
/
+11
2021-10-15
qom: Reduce use of error_propagate()
Kevin Wolf
1
-4
/
+3
2021-07-23
qom: use correct field name when getting/setting alias properties
Paolo Bonzini
1
-2
/
+7
2021-02-25
qom/object.c: Fix typo
Doug Evans
1
-1
/
+1
2021-02-08
qom: Allow optional sugar props
Greg Kurz
1
-1
/
+3
2021-01-02
qom: Assert that objects being destroyed have no parent
Eduardo Habkost
1
-0
/
+1
2020-12-19
Revert "qobject: let object_property_get_str() use new API"
Markus Armbruster
1
-3
/
+6
2020-12-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-29
/
+7
2020-12-10
qom: code hardening - have bound checking while looping with integer value
Ani Sinha
1
-2
/
+3
2020-12-10
qom: eliminate identical functions
Paolo Bonzini
1
-29
/
+7
2020-10-06
qom: Improve error message displayed with missing object properties
Philippe Mathieu-Daudé
1
-1
/
+2
2020-09-24
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-10
/
+10
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-10
/
+10
2020-09-22
qom: simplify object_find_property / object_class_find_property
Daniel P. Berrangé
1
-25
/
+35
[next]