]> git.proxmox.com Git - 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)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 29 Aug 2012 13:25:37 +0000 (08:25 -0500)
commit7e2a62d82a3f1397acd67685c3008046eba8344b
treebd76827e2445adadbcca95edc14238f3323983a6
parent7e7de876ae9bdb1b994dee148c6dc009ce94c48e
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>
memory.c