]> git.proxmox.com Git - mirror_qemu.git/commit
vmware_vga: Allow simple drivers to work without using the fifo
authorBALATON Zoltan <balaton@eik.bme.hu>
Sat, 3 Nov 2012 11:47:08 +0000 (12:47 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 3 Nov 2012 13:26:54 +0000 (13:26 +0000)
commitb51d7b2e10564aedc83513d3961a69f22509eaa9
tree387492e24df89c4643466815d7004e7f0654e067
parent5b9575c8b7873dee4ab233e065888bbce6dfbaa8
vmware_vga: Allow simple drivers to work without using the fifo

Postpone stopping the dirty log to the point where the command fifo is
configured to allow drivers which don't use the fifo to work too.
(Without this the picture rendered into the vram never got to the
screen and the DIRECT_VRAM option meant to support this case was
removed a year ago.)

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/vga.c
hw/vga_int.h
hw/vmware_vga.c