hw/ppc: Implement fw_cfg_arch_key_name()
commitd632b9de7865e05f06f02549e6dbdcf9a61f4ad3
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 22 Apr 2019 13:50:42 +0000 (22 15:50 +0200)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 23 May 2019 12:10:31 +0000 (23 14:10 +0200)
treebc9e735de7fb21d80f6e438edffbed2b64e4bf8b
parentbd3f680f66f429451efae2e5f0ace2fa8af199bf
hw/ppc: Implement fw_cfg_arch_key_name()

Implement fw_cfg_arch_key_name(), which returns the name of a
ppc-specific key.

The fw_cfg device is used by the machine using OpenBIOS:
- 40p
- mac99 (oldworld)
- g3beige (newworld)

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190422195020.1494-6-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
hw/ppc/Makefile.objs
hw/ppc/fw_cfg.c [new file with mode: 0644]