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-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
2021-03-19
qom: Make "object" QemuOptsList optional
Kevin Wolf
2021-03-19
qapi/qom: QAPIfy object-add
Kevin Wolf
2021-03-19
qapi/qom: Drop deprecated 'props' from object-add
Kevin Wolf
2021-03-06
qom: Check for wellformed id in user_creatable_add_type()
Kevin Wolf
2021-02-25
qom/object.c: Fix typo
Doug Evans
2021-02-08
qom: Allow optional sugar props
Greg Kurz
2021-01-02
qom: Assert that objects being destroyed have no parent
Eduardo Habkost
2020-12-19
Revert "qobject: let object_property_get_str() use new API"
Markus Armbruster
2020-12-19
qobject: Change qobject_to_json()'s value to GString
Markus Armbruster
2020-12-19
qobject: Make qobject_to_json_pretty() take a pretty argument
Markus Armbruster
[next]