]> Git Repo - qemu.git/commit - hw/display/qxl.c
qxl: set default values of vram*_size_mb to -1
authorAlon Levy <[email protected]>
Thu, 29 Mar 2012 20:24:38 +0000 (22:24 +0200)
committerGerd Hoffmann <[email protected]>
Wed, 18 Apr 2012 10:21:53 +0000 (12:21 +0200)
commit79ce3567017e32ac96f7de7a8b04ed75ee710f89
treecc23e26f839d9d7247aab97967860b0cde630c99
parenta9257af0b9735dbf7e8a52b4bf8d6c80dd4fc446
qxl: set default values of vram*_size_mb to -1

The addition of those values caused a regression where not specifying
any value for the vram bar size would result in a 4096 _byte_ surface
area. This is ok for the windows driver but causes the X driver to be
unusable. Also, it's a regression. This patch returns the default
behavior of having a 64 megabyte vram BAR.

Signed-off-by: Alon Levy <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
hw/qxl.c
This page took 0.025561 seconds and 4 git commands to generate.