qemu-patch-raspberry4/include/qom
Kevin Wolf ddf6dae7e3 qom: Add user_creatable_parse_str()
The system emulator has a more complicated way of handling command line
options in that it reorders options before it processes them. This means
that parsing object options and creating the object happen at two
different points. Split the parsing part into a separate function that
can be reused by the system emulator command line.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2021-03-19 10:17:14 +01:00
..
object.h qom: Allow optional sugar props 2021-02-08 16:57:37 +11:00
object_interfaces.h qom: Add user_creatable_parse_str() 2021-03-19 10:17:14 +01:00
qom-qobject.h qom: Make functions taking Error ** return bool, not void 2020-07-10 15:18:08 +02:00