]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/commit
Initialise vga_ram_addr to 0.
authorIan Jackson <iwj@mariner.uk.xensource.com>
Mon, 2 Jun 2008 14:37:15 +0000 (15:37 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Mon, 2 Jun 2008 14:37:15 +0000 (15:37 +0100)
commit220b939836794f4a97e5b113847884dd18e9be44
treefefe13c35e74ed0c63e3a068f6a2352db6c7c263
parent7dbde5e6783021657d007d4bbd32e3634896e347
Initialise vga_ram_addr to 0.

This is not used in the Xen case.  In xen-unstable NULL is passed
directly in the calls to the various vga_init functions; in this
version we set vga_ram_addr to 0 as that's textually a smaller change.
hw/pc.c