Markus Armbruster <arm...@redhat.com> writes: > MkfsSion <mkfss...@mkfssion.com> writes: > >> When using JSON syntax for -device, -set option can not find device >> specified in JSON by id field. The following commandline is an example: >> >> $ qemu-system-x86_64 -device '{"id":"foo"}' -set device.foo.bar=1 >> qemu-system-x86_64: -set device.foo.bar=1: there is no device "foo" defined > > Is this a regression? I suspect commit 5dacda5167 "vl: Enable JSON > syntax for -device" (v6.2.0).
Obviously not a regression: everything that used to work still works. > I believe any conversion away from QemuOpts loses -set. [...]