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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-31
qom: allow user-creatable classes to be in modules
Paolo Bonzini
2
-2
/
+2
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: use object_new_with_class when possible
Paolo Bonzini
2
-2
/
+2
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-25
qom: add default value
Maksim Davydov
1
-0
/
+1
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-06
qom/object_interfaces: Clean up global variable shadowing
Philippe Mathieu-Daudé
1
-8
/
+8
2023-10-03
qom: Propagate alignment through type system
Richard Henderson
1
-0
/
+14
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
qom/object_interfaces: Fix QAPI headers included
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-04
qom: Move HMP commands from monitor/ to qom/
Markus Armbruster
1
-0
/
+67
2022-12-14
qapi qdev qom: Elide redundant has_FOO in generated C
Markus Armbruster
1
-6
/
+1
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-04-21
include: add qemu/keyval.h
Marc-André Lureau
1
-0
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
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
2
-17
/
+9
2021-07-23
qom: use correct field name when getting/setting alias properties
Paolo Bonzini
1
-2
/
+7
2021-07-06
qom: export more functions for use with non-UserCreatable objects
Paolo Bonzini
1
-16
/
+42
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-04-01
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...
Peter Maydell
1
-1
/
+1
2021-04-01
qom: Fix default values in help
Markus Armbruster
1
-1
/
+1
2021-04-01
Revert "qom: use qemu_printf to print help for user-creatable objects"
Thomas Huth
1
-1
/
+0
2021-03-19
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
1
-0
/
+1
2021-03-19
qom: use qemu_printf to print help for user-creatable objects
Paolo Bonzini
1
-0
/
+1
2021-03-19
qom: move user_creatable_add_opts logic to vl.c and QAPIfy it
Paolo Bonzini
1
-54
/
+0
2021-03-19
qom: Support JSON in HMP object_add and tools --object
Kevin Wolf
1
-11
/
+21
2021-03-19
qom: Add user_creatable_parse_str()
Kevin Wolf
1
-6
/
+14
2021-03-19
hmp: QAPIfy object_add
Kevin Wolf
1
-5
/
+6
2021-03-19
qom: Add user_creatable_add_from_str()
Kevin Wolf
1
-5
/
+24
2021-03-19
qom: Factor out user_creatable_process_cmdline()
Kevin Wolf
2
-20
/
+51
2021-03-19
qom: Remove user_creatable_add_dict()
Kevin Wolf
1
-32
/
+0
[next]