/qemu/hw/watchdog/ |
H A D | wdt_ib700.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/dma/ |
H A D | i82374.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/audio/ |
H A D | adlib.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/display/ |
H A D | qxl.h | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | vga_int.h | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | vga.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
H A D | qxl.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/isa/ |
H A D | isa-bus.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|
/qemu/hw/ppc/ |
H A D | prep.c | 848696bf353750899832c51005f1bd3540da5c29 Tue Apr 29 13:38:39 UTC 2014 Kirill Batuzov <batuzovk@ispras.ru> PortioList: Store PortioList in device state
PortioList is an abstraction used for construction of MemoryRegionPortioList from MemoryRegionPortio. It can be used later to unmap created memory regions. It also requires proper cleanup because some of the memory inside is allocated dynamically.
By moving PortioList ot device state we make it possible to cleanup later and avoid leaking memory.
This change spans several target platforms. The following testcases cover all changed lines: qemu-system-ppc -M prep qemu-system-i386 -vga qxl qemu-system-i386 -M isapc -soundhw adlib -device ib700,id=watchdog0,bus=isa.0
Signed-off-by: Kirill Batuzov <batuzovk@ispras.ru> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
|