Peter Maydell ea662f7cc8 hw/display/bcm2835_fb: Drop unused size and pitch fields
The BCM2835FBState struct has a 'pitch' field which is a
cached copy of xres * (bpp >> 3), and a 'size' field which is
a cached copy of pitch * yres. However we don't actually do
anything with these fields; delete them. We retain the
now-unused slots in the VMState struct for migration
compatibility.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180814144436.679-4-peter.maydell@linaro.org
2018-08-24 13:17:49 +01:00
..
2016-10-04 13:28:07 +01:00
2017-01-27 18:07:59 +01:00
2016-05-18 15:04:27 +03:00
2018-05-23 03:14:40 +03:00
2018-02-09 05:05:11 +01:00
2018-06-29 18:29:15 +01:00
2018-06-27 13:01:40 +01:00
2018-02-09 05:05:11 +01:00
2017-01-27 18:07:59 +01:00
2018-08-20 14:18:49 +02:00
2018-06-01 14:15:10 +02:00
2017-06-01 18:49:22 +02:00
2018-08-16 14:05:28 +01:00