From 758c1aecbaaa8b120b0203b6a5b106e3e599180d Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 7 Jun 2017 21:17:45 -0500 Subject: Return the heartbeat command if queue is empty There are numerous valid situations where the host interface queue may be empty, but the host has an active SMS_ATN. In these cases, ipmid should not log an error and abort but instead just return a default command. The default will be the heartbeat command since its basically a noop to the host. Resolves openbmc/openbmc#1750 Change-Id: I810bb0368c2cbd4aa99b6cf20d29eeefc8b312cd Signed-off-by: Andrew Geissler --- xyz/openbmc_project/Control/Internal/Host.errors.yaml | 3 --- xyz/openbmc_project/Control/Internal/Host.metadata.yaml | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 xyz/openbmc_project/Control/Internal/Host.errors.yaml delete mode 100644 xyz/openbmc_project/Control/Internal/Host.metadata.yaml (limited to 'xyz') diff --git a/xyz/openbmc_project/Control/Internal/Host.errors.yaml b/xyz/openbmc_project/Control/Internal/Host.errors.yaml deleted file mode 100644 index 3c14863..0000000 --- a/xyz/openbmc_project/Control/Internal/Host.errors.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- name: QueueEmpty - description: The host response queue is empty and it should not be! - diff --git a/xyz/openbmc_project/Control/Internal/Host.metadata.yaml b/xyz/openbmc_project/Control/Internal/Host.metadata.yaml deleted file mode 100644 index 3f0b852..0000000 --- a/xyz/openbmc_project/Control/Internal/Host.metadata.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- name: QueueEmpty - level: ERR - -- cgit v1.2.1