diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-04-22 15:50:25 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-05-23 14:10:31 +0200 |
commit | bd3f680f66f429451efae2e5f0ace2fa8af199bf (patch) | |
tree | ede3c29df263cf4f30fabf27d7f3fd9f826681fc /hw/i386/Makefile.objs | |
parent | 87abaa5d8c32cea835601f510ab145f2edbc3da9 (diff) | |
download | qemu-bd3f680f66f429451efae2e5f0ace2fa8af199bf.zip qemu-bd3f680f66f429451efae2e5f0ace2fa8af199bf.tar.gz qemu-bd3f680f66f429451efae2e5f0ace2fa8af199bf.tar.bz2 |
hw/i386: Implement fw_cfg_arch_key_name()
Implement fw_cfg_arch_key_name(), which returns the name of a
i386-specific key.
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190422195020.1494-5-philmd@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'hw/i386/Makefile.objs')
-rw-r--r-- | hw/i386/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs index 27248a0..5d9c9ef 100644 --- a/hw/i386/Makefile.objs +++ b/hw/i386/Makefile.objs @@ -3,7 +3,7 @@ obj-y += multiboot.o obj-y += pc.o obj-$(CONFIG_I440FX) += pc_piix.o obj-$(CONFIG_Q35) += pc_q35.o -obj-y += pc_sysfw.o +obj-y += fw_cfg.o pc_sysfw.o obj-y += x86-iommu.o obj-$(CONFIG_VTD) += intel_iommu.o obj-$(CONFIG_AMD_IOMMU) += amd_iommu.o |