]> git.ipfire.org Git - thirdparty/qemu.git/commit
adlib: fix patching of port I/O addresses
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 2 Dec 2013 09:16:18 +0000 (10:16 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Fri, 21 Feb 2014 20:15:35 +0000 (14:15 -0600)
commitc885105bf3dc367019daba2926ecec150452a9b5
treef3c0fa34ae4430c7c6a0b689a9daff824aa79111
parent2cd72adb1c0ec75164f8fa296ace3221f03c3ab8
adlib: fix patching of port I/O addresses

Commit 2b21fb5 (adlib: sort offsets in portio registration, 2013-08-14)
fixed the offsets in adlib_portio_list, but forgot the matching indices
in adlib_realizefn.

Reported at http://virtuallyfun.superglobalmegacorp.com/?p=3616 by
"neozeed".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
(cherry picked from commit 7f0ba7bb4378f22b017e08947219a352d491bac4)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/audio/adlib.c