softmmu/vl: Let -fw_cfg option take a 'gen_id' argument
commit6552d87c48679e1ece2da3ddc0947d2146de53ee
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 19 May 2020 17:20:43 +0000 (19 19:20 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Fri, 3 Jul 2020 16:16:01 +0000 (3 18:16 +0200)
tree4d0157e359307c07648b638f28d9fc7db1d37022
parent3203148917d035b09f71986ac2eaa19a352d6d9d
softmmu/vl: Let -fw_cfg option take a 'gen_id' argument

The 'gen_id' argument refers to a QOM object able to produce
data consumable by the fw_cfg device. The producer object must
implement the FW_CFG_DATA_GENERATOR interface.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200623172726.21040-4-philmd@redhat.com>
softmmu/vl.c