qxl: set default values of vram*_size_mb to -1
commit79ce3567017e32ac96f7de7a8b04ed75ee710f89
authorAlon Levy <alevy@redhat.com>
Thu, 29 Mar 2012 20:24:38 +0000 (29 22:24 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 18 Apr 2012 10:21:53 +0000 (18 12:21 +0200)
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 <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/qxl.c