[Qemu-devel] [PATCH 04/24] hw/vmware_vga.c: various vmware vga fixes.

2013-04-16 Thread Gerd Hoffmann
Hardcode depth to 32 bpp. It effectively was that way before because that is the default surface depth, this just makes it explicit in the code. Rename depth to new_depth to make it consistent with the new_width + new_height names. In theory we can make new_depth changeable (i.e. allow the

[Qemu-devel] [PATCH 04/24] hw/vmware_vga.c: various vmware vga fixes.

2013-04-04 Thread Gerd Hoffmann
Hardcode depth to 32 bpp. It effectively was that way before because that is the default surface depth, this just makes it explicit in the code. Rename depth to new_depth to make it consistent with the new_width + new_height names. In theory we can make new_depth changeable (i.e. allow the