mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Coverity points out (CID 1513106, 1513107) that MemoryListener is a 192 byte struct which we are passing around by value. Switch to passing a const pointer into xen_register_ioreq() and then to xen_do_ioreq_register(). We can also make the file-scope MemoryListener variables const, since nothing changes them. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Anthony PERARD <anthony.perard@citrix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230718101057.1110979-1-peter.maydell@linaro.org> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> |
||
|---|---|---|
| .. | ||
| interface | ||
| arch_hvm.h | ||
| start_info.h | ||
| xen-backend.h | ||
| xen-block.h | ||
| xen-bus-helper.h | ||
| xen-bus.h | ||
| xen-hvm-common.h | ||
| xen-legacy-backend.h | ||
| xen-x86.h | ||
| xen.h | ||
| xen_backend_ops.h | ||
| xen_native.h | ||
| xen_pvdev.h | ||