summaryrefslogtreecommitdiffstats
path: root/hw/i386/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé2019-08-19 00:54:01 +0200
committerPaolo Bonzini2019-09-16 17:13:07 +0200
commitd6d059ca07ae907b8945f88c382fb54d43f9f03a (patch)
tree17b22b48406ffe336ac52f93552247642fd5bef5 /hw/i386/Makefile.objs
parenthw/i386/pc: Use e820_get_num_entries() to access e820_entries (diff)
downloadqemu-d6d059ca07ae907b8945f88c382fb54d43f9f03a.tar.gz
qemu-d6d059ca07ae907b8945f88c382fb54d43f9f03a.tar.xz
qemu-d6d059ca07ae907b8945f88c382fb54d43f9f03a.zip
hw/i386/pc: Extract e820 memory layout code
Suggested-by: Samuel Ortiz <sameo@linux.intel.com> Reviewed-by: Li Qiang <liq3ea@gmail.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190818225414.22590-3-philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/i386/Makefile.objs')
-rw-r--r--hw/i386/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i386/Makefile.objs b/hw/i386/Makefile.objs
index 5d9c9efd5f..d3374e0831 100644
--- a/hw/i386/Makefile.objs
+++ b/hw/i386/Makefile.objs
@@ -1,5 +1,5 @@
obj-$(CONFIG_KVM) += kvm/
-obj-y += multiboot.o
+obj-y += e820_memory_layout.o multiboot.o
obj-y += pc.o
obj-$(CONFIG_I440FX) += pc_piix.o
obj-$(CONFIG_Q35) += pc_q35.o