hw/arm_sysctl: Implement SYS_CFG_DVIMODE as a no-op
commit291155cbc54212a451d0b899a01b6e3e14ed9135
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 16:41:56 +0000 (15 16:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 16:41:56 +0000 (15 16:41 +0000)
treee6b53a20b67c973acfd0e9027054d5e13d9c6959
parent8ff05c9842e28888b936dbd960f6416cee5addb6
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>
hw/arm_sysctl.c