summaryrefslogtreecommitdiffstats
path: root/hw/ipmi/ipmi-sel.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ipmi/ipmi-sel.c')
-rw-r--r--hw/ipmi/ipmi-sel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/ipmi-sel.c b/hw/ipmi/ipmi-sel.c
index d711a1a5..a124e8f1 100644
--- a/hw/ipmi/ipmi-sel.c
+++ b/hw/ipmi/ipmi-sel.c
@@ -236,7 +236,7 @@ static void ipmi_log_sel_event(uint8_t event_severity, uint16_t esel_record_id)
}
msg->error = ipmi_log_sel_event_error;
- ipmi_queue_msg(msg);
+ ipmi_queue_msg_head(msg);
}
/* Goes through the required steps to add a complete eSEL:
OpenPOWER on IntegriCloud