commit | 291155cbc54212a451d0b899a01b6e3e14ed9135 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 15 16:41:56 2013 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri Mar 15 16:41:56 2013 +0000 |
tree | e6b53a20b67c973acfd0e9027054d5e13d9c6959 | |
parent | 8ff05c9842e28888b936dbd960f6416cee5addb6 [diff] |
hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-op SYS_CFG_DVIMODE allows the guest to select whether the output DVI signal is VGA, SVGA, XGA, SGA or UXGA. Since this makes no difference to QEMU, implement writes as a no-op so Linux doesn't complain. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>