mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-25 19:45:08 +00:00
qom: Don't use 'gen': false for qom-get, qom-set, object-add
With the previous commit, the generated marshalers just work, and save us a bit of handwritten code. Backports commit 6eb3937e9b20319e1c4f4d53e906fda8f5ccda10 from qemu
This commit is contained in:
parent
f93438ba43
commit
e9dac6908f
|
@ -40,6 +40,7 @@ builtin_types = {
|
||||||
returns_whitelist = [
|
returns_whitelist = [
|
||||||
# From QMP:
|
# From QMP:
|
||||||
'human-monitor-command',
|
'human-monitor-command',
|
||||||
|
'qom-get',
|
||||||
'query-migrate-cache-size',
|
'query-migrate-cache-size',
|
||||||
'query-tpm-models',
|
'query-tpm-models',
|
||||||
'query-tpm-types',
|
'query-tpm-types',
|
||||||
|
|
Loading…
Reference in a new issue