]> git.proxmox.com Git - mirror_qemu.git/commit
hw/char/parallel: Convert away from old_mmio
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 13:57:13 +0000 (14:57 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Jun 2018 14:23:34 +0000 (15:23 +0100)
commit05b4940bf1d6f6b32169d233562fafde1789cdbe
tree2c265c8f6f5a3378bdd3da2745d1c6dfa6046bdd
parent5876503c0fb4728ae875e30fe9da82c09ba38ddd
hw/char/parallel: Convert away from old_mmio

Convert the parallel device away from using the old_mmio field
of MemoryRegionOps. This change only affects the memory-mapped
variant, which is used by the MIPS Jazz boards 'magnum' and 'pica61'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20180601141223.26630-7-peter.maydell@linaro.org
hw/char/parallel.c