]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/xen: Avoid use of uninitialized bufioreq_evtchn
authorEdgar E. Iglesias <edgar.iglesias@amd.com>
Mon, 7 Oct 2024 16:53:13 +0000 (18:53 +0200)
committerEdgar E. Iglesias <edgar.iglesias@amd.com>
Mon, 21 Oct 2024 05:53:21 +0000 (07:53 +0200)
commit676a68fd4850924db73548c9cb20ea484709708c
tree793748273010d023922f422b79f7515230295f57
parentf1dd640896ee2b50cb34328f2568aad324702954
hw/xen: Avoid use of uninitialized bufioreq_evtchn

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

Resolves: Coverity CID 1563383
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
hw/xen/xen-hvm-common.c