]> git.ipfire.org Git - thirdparty/qemu.git/commit
memory: Fix copy&paste mistake in memory_region_iorange_write
authorJan Kiszka <jan.kiszka@siemens.com>
Sun, 26 Aug 2012 08:12:47 +0000 (10:12 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 30 Aug 2012 19:54:16 +0000 (14:54 -0500)
commit25c0807e3ca1026b245243e156e764cf989be6bf
tree4c004729553fa0248c79764580f534ef13f6012c
parent57fa9fb4efa5aa3382045db2a1970279d49e63f5
memory: Fix copy&paste mistake in memory_region_iorange_write

The last argument of find_portio is "write", so this must be true here.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 7e2a62d82a3f1397acd67685c3008046eba8344b)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
memory.c