From: Sergio Andres Gomez Del Real <sergio.g.delreal@gmail.com>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, stefanha@gmail.com,
Sergio Andres Gomez Del Real <Sergio.G.DelReal@gmail.com>
Subject: [Qemu-devel] [PATCH v4 08/14] hvf: add compilation rules to Makefile.objs
Date: Wed, 13 Sep 2017 04:05:16 -0500 [thread overview]
Message-ID: <20170913090522.4022-9-Sergio.G.DelReal@gmail.com> (raw)
In-Reply-To: <20170913090522.4022-1-Sergio.G.DelReal@gmail.com>
This patch adds to target/i386/Makefile.objs the necessary rules so
that the new files for hvf are compiled by the build system.
Signed-off-by: Sergio Andres Gomez Del Real <Sergio.G.DelReal@gmail.com>
---
target/i386/Makefile.objs | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/i386/Makefile.objs b/target/i386/Makefile.objs
index 6a26e9d9f0..0bef89c099 100644
--- a/target/i386/Makefile.objs
+++ b/target/i386/Makefile.objs
@@ -12,4 +12,5 @@ obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-windows.o
endif
ifdef CONFIG_DARWIN
obj-$(CONFIG_HAX) += hax-all.o hax-mem.o hax-darwin.o
+obj-$(CONFIG_HVF) += hvf-utils/ hvf-all.o
endif
--
2.14.1
next prev parent reply other threads:[~2017-09-13 9:06 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 9:05 [Qemu-devel] [PATCH v4 00/14] add support for Hypervisor.framework in QEMU Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 01/14] hvf: add support for Hypervisor.framework in the configure script Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 02/14] hvf: add code base from Google's QEMU repository Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 03/14] hvf: fix licensing issues; isolate task handling code (GPL v2-only) Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 04/14] hvf: run hvf code through checkpatch.pl and fix style issues Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 05/14] hvf: add code to cpus.c and do refactoring in preparation for compiling Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 07/14] apic: add function to apic that will be used by hvf Sergio Andres Gomez Del Real
2017-09-13 9:05 ` Sergio Andres Gomez Del Real [this message]
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 09/14] hvf: use new helper functions for put/get xsave Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 10/14] hvf: implement hvf_get_supported_cpuid Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 11/14] hvf: refactor cpuid code Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 12/14] hvf: implement vga dirty page tracking Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 13/14] hvf: refactor event injection code for hvf Sergio Andres Gomez Del Real
2017-09-13 9:05 ` [Qemu-devel] [PATCH v4 14/14] hvf: inject General Protection Fault when vmexit through vmcall Sergio Andres Gomez Del Real
2017-10-03 13:47 ` [Qemu-devel] [PATCH v4 00/14] add support for Hypervisor.framework in QEMU Paolo Bonzini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170913090522.4022-9-Sergio.G.DelReal@gmail.com \
--to=sergio.g.delreal@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).