OSDN Git Service

hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-op
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 16:41:56 +0000 (16:41 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 15 Mar 2013 16:41:56 +0000 (16:41 +0000)
commit8ff05c9842e28888b936dbd960f6416cee5addb6
tree19bf2fa3f4b4d9e01e010943237c5e7d2f0845e0
parent71538323358d77f6472d66a30e948a1c23bd9e87
hw/arm_sysctl: Implement SYS_CFG_MUXFPGA writes as a no-op

SYS_CFG_MUXFPGA allows the guest to select whether the
video output should come from the motherboard's LCD
controller or the daughterboard's one. Since QEMU doesn't
currently support selecting the video output like this,
implement as a no-op, so Linux doesn't complain about
the register not being implemented.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm_sysctl.c