mirror of
https://github.com/qemu/qemu.git
synced 2025-08-13 18:46:38 +00:00
![]() Via sed "s/ Property [*]/ const Property */".
The opaque pointers passed to ObjectProperty callbacks are
the last instances of non-const Property pointers in the tree.
For the most part, these callbacks only use object_field_prop_ptr,
which now takes a const pointer itself.
This logically should have accompanied
|
||
---|---|---|
.. | ||
Kconfig | ||
meson.build | ||
tpm_backend.c | ||
tpm_emulator.c | ||
tpm_int.h | ||
tpm_ioctl.h | ||
tpm_passthrough.c | ||
tpm_util.c | ||
trace-events | ||
trace.h |