Revision fbe1b595 vl.c

b/vl.c
199 199
   to store the VM snapshots */
200 200
DriveInfo drives_table[MAX_DRIVES+1];
201 201
int nb_drives;
202
static int vga_ram_size;
203 202
enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB;
204 203
static DisplayState *display_state;
205 204
int nographic;
......
4875 4874
    cpu_model = NULL;
4876 4875
    initrd_filename = NULL;
4877 4876
    ram_size = 0;
4878
    vga_ram_size = VGA_RAM_SIZE;
4879 4877
    snapshot = 0;
4880 4878
    nographic = 0;
4881 4879
    curses = 0;
......
5898 5896
        }
5899 5897
    }
5900 5898

  
5901
    machine->init(ram_size, vga_ram_size, boot_devices,
5899
    machine->init(ram_size, boot_devices,
5902 5900
                  kernel_filename, kernel_cmdline, initrd_filename, cpu_model);
5903 5901

  
5904 5902

  

Also available in: Unified diff