summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2021-01-13 00:48:20 +0300
committerEd Tanous <ed@tanous.net>2021-02-13 02:22:22 +0300
commitd5afb2caeb6e797f0f0920eaf857a6d63f194cbe (patch)
tree7961256049ac9a693fb22c6c6dd968d9b9a6b628 /redfish-core
parent7c0bbe7d5c7f1cd1bfb32c455d9dec578d90579c (diff)
downloadbmcweb-d5afb2caeb6e797f0f0920eaf857a6d63f194cbe.tar.xz
hypervisor: rename source file to be more general
Some new features are needed within the hypervisor system schema. Rename source file to reflect this. Change-Id: I7fa09089a4f52610b47bbb4496064556ab93f985 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/include/redfish.hpp2
-rw-r--r--redfish-core/lib/hypervisor_system.hpp (renamed from redfish-core/lib/hypervisor_ethernet.hpp)0
2 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/redfish.hpp b/redfish-core/include/redfish.hpp
index e94c0f31e1..0f02288311 100644
--- a/redfish-core/include/redfish.hpp
+++ b/redfish-core/include/redfish.hpp
@@ -44,7 +44,7 @@
#ifdef BMCWEB_ENABLE_VM_NBDPROXY
#include "../lib/virtual_media.hpp"
#endif // BMCWEB_ENABLE_VM_NBDPROXY
-#include "../lib/hypervisor_ethernet.hpp"
+#include "../lib/hypervisor_system.hpp"
namespace redfish
{
diff --git a/redfish-core/lib/hypervisor_ethernet.hpp b/redfish-core/lib/hypervisor_system.hpp
index eff9c3c712..eff9c3c712 100644
--- a/redfish-core/lib/hypervisor_ethernet.hpp
+++ b/redfish-core/lib/hypervisor_system.hpp