pldm host-effecter transation: change enity type

The entity type 33 corresponds to Virtual Memory Manager.
Phyp will actually use value 32801 for entity type 33. This is
because the MSB will be set to indicate a virtual entity.

Change-Id: I573a08d5795bb00711e6597fd16bf946d26fde2f
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>
diff --git a/configurations/host/dbus_to_host_effecter.json b/configurations/host/dbus_to_host_effecter.json
index b6c2c6b..ff7141f 100644
--- a/configurations/host/dbus_to_host_effecter.json
+++ b/configurations/host/dbus_to_host_effecter.json
@@ -4,7 +4,7 @@
             "mctp_eid": 9,
             "effecter_info": {
                 "containerID": 0,
-                "entityType": 33,
+                "entityType": 32801,
                 "entityInstance": 0,
                 "compositeEffecterCount": 1
             },
diff --git a/libpldmresponder/examples/effecter/dbus_to_host_effecter.json b/libpldmresponder/examples/effecter/dbus_to_host_effecter.json
index 945557b..f389c40 100644
--- a/libpldmresponder/examples/effecter/dbus_to_host_effecter.json
+++ b/libpldmresponder/examples/effecter/dbus_to_host_effecter.json
@@ -8,7 +8,10 @@
                 #fetched from the PDR

                 "effecterID": 0xFFFF,

                 "containerID": 1,

-                "entityType": 67,

+                "entityType": 32801,

+                # entity type 33 means Phyp will set value 32801 

+                # this is because the MSB is set to indicate

+                #virtual entity

                 "entityInstance": 1,

                 "compositeEffecterCount": 3

             },