Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
commit2fc979cb9d717161c1dfde69fa5fe495c1ab03e9
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 29 Apr 2020 11:52:31 +0000 (29 13:52 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 May 2020 13:42:34 +0000 (18 15:42 +0200)
treef270df164485c257a8cebf240d5a75600cd7012c
parent63dc3465d6e2c1c31769b0d099991ee978e6e311
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"

This reverts commit f79081b4b71b72640bedd40a7cd76f864c8287f1.

Patch has broken byteorder handling: RAMFBCfg fields are in bigendian
byteorder, the reset function doesn't care so native byteorder is used
instead.  Given this went unnoticed so far the feature is obviously
unused, so just revert the patch.

Cc: Hou Qiming <hqm03ster@gmail.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Message-id: 20200429115236.28709-2-kraxel@redhat.com
hw/display/ramfb-standalone.c
hw/display/ramfb.c
hw/vfio/display.c
include/hw/display/ramfb.h
stubs/ramfb.c