commit | 05b4940bf1d6f6b32169d233562fafde1789cdbe | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Jun 15 14:57:13 2018 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Jun 15 15:23:34 2018 +0100 |
tree | 2c265c8f6f5a3378bdd3da2745d1c6dfa6046bdd | |
parent | 5876503c0fb4728ae875e30fe9da82c09ba38ddd [diff] |
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