mbox series

[v1,0/1] hw/xen: Avoid Avoid use of uninitialized bufioreq_evtchn

Message ID 20241007211643.1572271-1-edgar.iglesias@gmail.com
Headers show
Series hw/xen: Avoid Avoid use of uninitialized bufioreq_evtchn | expand

Message

Edgar E. Iglesias Oct. 7, 2024, 9:16 p.m. UTC
From: "Edgar E. Iglesias" <edgar.iglesias@amd.com>

This has a fix for Coverity CID 1563383 reported by Peter.

Avoid use of uninitialized bufioreq_evtchn. It should only
be used if buffered IOREQs are enabled.

Cheers,
Edgar

Edgar E. Iglesias (1):
  hw/xen: Avoid use of uninitialized bufioreq_evtchn

 hw/xen/xen-hvm-common.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)