/openbmc/qemu/hw/display/ |
H A D | vga-isa.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/dma/ |
H A D | i8257.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/audio/ |
H A D | gus.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | sb16.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/char/ |
H A D | parallel.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/include/hw/isa/ |
H A D | isa.h | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/isa/ |
H A D | isa-bus.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/block/ |
H A D | fdc.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/hw/ide/ |
H A D | core.c | diff e305a16510afa74eec20390479e349402e55ef4c Tue Jul 12 19:11:59 CDT 2016 Marc-André Lureau <marcandre.lureau@redhat.com> portio: keep references on portio
The isa_register_portio_list() function allocates ioports data/state. Let's keep the reference to this data on some owner. This isn't enough to fix leaks, but at least, ASAN stops complaining of direct leaks. Further cleanup would require calling portio_list_del/destroy().
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
|