hypervisor: state management support

Some systems have a hypervisor firmware stack which they wish to track
and change the state of. This new state management object will provide
this function if a user selects to bring it into their system.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I6082c6e06c6731d71f2e580e1ab87af38917bb3a
diff --git a/meson_options.txt b/meson_options.txt
index 9412421..d340668 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,18 @@
 )
 
 option(
+    'hypervisor-busname', type: 'string',
+    value: 'xyz.openbmc_project.State.Hypervisor',
+    description: 'The Hypervisor DBus busname to own.',
+)
+
+option(
+    'hypervisor-objpath', type: 'string',
+    value: '/xyz/openbmc_project/state/hypervisor',
+    description: 'The hypervisor state manager Dbus root.',
+)
+
+option(
     'chassis-busname', type: 'string',
     value: 'xyz.openbmc_project.State.Chassis',
     description: 'The Chassis DBus busname to own.',