Commit graph

5 commits

Author SHA1 Message Date
Manohar Reddy
f30856ef2e change name in the include header from memory_manager_x64 to
memory_manager.h

Signed-off-by: "Manohar Reddy" <"201451024@iiitvadodara.ac.in">
2018-02-23 22:51:25 +05:30
Connor Davis
77aaa7f2b7 Add changes required for clean eapis build (#598)
- Add an isr_type in the idt class to avoid compiler cast errors
- Use relative paths with memory_manager/object_allocator.h and user_data.h
- Add trailing slash on the source install path in bfvmm/src/CMakeLists.txt.
  Without the slash, the headers were being installed as
  <prefix>/include/bfvmm/include/...
2018-02-01 05:08:59 -07:00
Rian Quinn
d88b6c370b Header Updates (#504)
This patch cleans up the headers of each file, and removes the
authors fields as they are not needed and are confusing.

Signed-off-by: rianquinn <“rianquinn@gmail.com”>
2017-10-07 13:45:24 -06:00
Rian Quinn
0dbf1d62f9 Windows Support (#489)
This patch provides support for Windows in v1.2

Signed-off-by: Rian Quinn <“rianquinn@gmail.com”>
2017-09-20 08:34:47 -07:00
Rian Quinn
40a448d8fe Merge Repos into the Hypervisor Repo (#470)
This PR mereges all of the repos into a single repo for simplificty. It
also adds static / shared library build types, release / debug builds,
and ensures parallel builds work properly.

Signed-off-by: Rian Quinn <“rianquinn@gmail.com”>
2017-08-17 10:49:49 -06:00