index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qom
Age
Commit message (
Expand
)
Author
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
2024-05-05
target/sparc/cpu: Rename the CPU models with a "+" in their names
Thomas Huth
2024-04-25
qom: add default value
Maksim Davydov
2024-04-24
qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
Philippe Mathieu-Daudé
2024-04-24
qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)
Philippe Mathieu-Daudé
2024-02-27
hw/acpi: move object_resolve_type_unambiguous to core QOM
Paolo Bonzini
2024-02-05
target/ppc/cpu-models: Rename power5+ and power7+ for new QOM naming rules
Thomas Huth
2023-12-20
qom/object: Limit type names to alphanumerical and some few special characters
Thomas Huth
2023-11-10
qom: Add object_property_set_default_list()
Kevin Wolf
2023-10-06
qom/object_interfaces: Clean up global variable shadowing
Philippe Mathieu-Daudé
2023-10-03
qom: Propagate alignment through type system
Richard Henderson
2023-06-20
meson: Replace softmmu_ss -> system_ss
Philippe Mathieu-Daudé
2023-02-27
qom/object_interfaces: Fix QAPI headers included
Philippe Mathieu-Daudé
2023-02-04
qom: Move HMP commands from monitor/ to qom/
Markus Armbruster
2022-12-14
qapi qdev qom: Elide redundant has_FOO in generated C
Markus Armbruster
2022-11-06
module: add Error arguments to module_load and module_load_qom
Claudio Fontana
2022-11-06
module: rename module_load_one to module_load
Claudio Fontana
2022-10-27
qom: Improve error messages when property has no getter or setter
Markus Armbruster
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
2022-03-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-04
qom: assert integer does not overflow
Michael S. Tsirkin
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
2021-11-10
monitor: Fix find_device_state() for IDs containing slashes
Markus Armbruster
2021-10-15
qom: Reduce use of error_propagate()
Kevin Wolf
2021-07-23
qom: use correct field name when getting/setting alias properties
Paolo Bonzini
2021-07-06
qom: export more functions for use with non-UserCreatable objects
Paolo Bonzini
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
2021-04-01
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-04-...
Peter Maydell
2021-04-01
qom: Fix default values in help
Markus Armbruster
2021-04-01
Revert "qom: use qemu_printf to print help for user-creatable objects"
Thomas Huth
2021-03-19
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
2021-03-19
qom: use qemu_printf to print help for user-creatable objects
Paolo Bonzini
2021-03-19
qom: move user_creatable_add_opts logic to vl.c and QAPIfy it
Paolo Bonzini
2021-03-19
qom: Support JSON in HMP object_add and tools --object
Kevin Wolf
2021-03-19
qom: Add user_creatable_parse_str()
Kevin Wolf
2021-03-19
hmp: QAPIfy object_add
Kevin Wolf
2021-03-19
qom: Add user_creatable_add_from_str()
Kevin Wolf
2021-03-19
qom: Factor out user_creatable_process_cmdline()
Kevin Wolf
2021-03-19
qom: Remove user_creatable_add_dict()
Kevin Wolf
[next]