~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to qemu/hw/vga.c

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-01-03 10:39:25 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080103103925-8480u7sq2646hvbh
Tags: 1:59+dfsg-0ubuntu1
* New upstream release
* Build with alsa support (cherry pick from 57+dfsg-2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1860
1860
                s->map_addr = s->map_end = 0;
1861
1861
            }
1862
1862
            else {
1863
 
                fprintf(stderr, "vram_pointer=%p\n", vram_pointer);
1864
1863
                old_vram = vga_update_vram((VGAState *)s, vram_pointer,
1865
1864
                                           VGA_RAM_SIZE);
1866
1865
                if (s->map_addr && s->map_end)