pl050: Don't send always-constant is_mouse field
commite8945b4f2a65fc2872cc31a5141e136fd27d0af8
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:17:58 +0000 (5 16:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 5 Apr 2013 15:17:58 +0000 (5 16:17 +0100)
treeefc46eda19c73f683759969d90193c58e307bf52
parent591f73f642a5f3c822c3efaae8d83a174371a4f5
pl050: Don't send always-constant is_mouse field

The is_mouse field of the pl050 state structure is constant (it tracks
whether this is a 'pl050_keyboard' or 'pl050_mouse'), so there's
no need to include it in the VMState structure.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1363628480-29306-1-git-send-email-peter.maydell@linaro.org
hw/pl050.c