]> git.proxmox.com Git - qemu.git/commit
vmware_vga: fix reset value for command register
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 17 Jun 2010 11:01:38 +0000 (14:01 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 11 Jul 2010 20:15:22 +0000 (23:15 +0300)
commitbd57ce8c7b3ab2c74335947e69f1eabc73fae438
tree2284fe6a58a112ae76422b0911abee643f0482c7
parentfdac1d99c4f6078cb3b08f9d21db5f89368bad4b
vmware_vga: fix reset value for command register

Make init value for this register match the spec.
BAR address is 0 at init, so enabling it
only works by chance.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/vmware_vga.c