/[qemu]/qemu/vl.c
ViewVC logotype

Diff of /qemu/vl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.108 by bellard, Wed Dec 8 22:21:25 2004 UTC revision 1.109 by bellard, Sun Dec 12 16:56:30 2004 UTC
# Line 112  int vga_ram_size; Line 112  int vga_ram_size;
112  int bios_size;  int bios_size;
113  static DisplayState display_state;  static DisplayState display_state;
114  int nographic;  int nographic;
115    const char* keyboard_layout = NULL;
116  int64_t ticks_per_sec;  int64_t ticks_per_sec;
117  int boot_device = 'c';  int boot_device = 'c';
118  int ram_size;  int ram_size;
# Line 2541  void help(void) Line 2542  void help(void)
2542             "-snapshot       write to temporary files instead of disk image files\n"             "-snapshot       write to temporary files instead of disk image files\n"
2543             "-m megs         set virtual RAM size to megs MB [default=%d]\n"             "-m megs         set virtual RAM size to megs MB [default=%d]\n"
2544             "-nographic      disable graphical output and redirect serial I/Os to console\n"             "-nographic      disable graphical output and redirect serial I/Os to console\n"
2545               "-k language     use keyboard layout (for example \"fr\" for French)\n"
2546             "-enable-audio   enable audio support\n"             "-enable-audio   enable audio support\n"
2547             "-localtime      set the real time clock to local time [default=utc]\n"             "-localtime      set the real time clock to local time [default=utc]\n"
2548             "-full-screen    start in full screen\n"             "-full-screen    start in full screen\n"
# Line 2658  enum { Line 2660  enum {
2660      QEMU_OPTION_pci,      QEMU_OPTION_pci,
2661      QEMU_OPTION_isa,      QEMU_OPTION_isa,
2662      QEMU_OPTION_prep,      QEMU_OPTION_prep,
2663        QEMU_OPTION_k,
2664      QEMU_OPTION_localtime,      QEMU_OPTION_localtime,
2665      QEMU_OPTION_cirrusvga,      QEMU_OPTION_cirrusvga,
2666      QEMU_OPTION_g,      QEMU_OPTION_g,
# Line 2689  const QEMUOption qemu_options[] = { Line 2692  const QEMUOption qemu_options[] = {
2692      { "snapshot", 0, QEMU_OPTION_snapshot },      { "snapshot", 0, QEMU_OPTION_snapshot },
2693      { "m", HAS_ARG, QEMU_OPTION_m },      { "m", HAS_ARG, QEMU_OPTION_m },
2694      { "nographic", 0, QEMU_OPTION_nographic },      { "nographic", 0, QEMU_OPTION_nographic },
2695        { "k", HAS_ARG, QEMU_OPTION_k },
2696      { "enable-audio", 0, QEMU_OPTION_enable_audio },      { "enable-audio", 0, QEMU_OPTION_enable_audio },
2697    
2698      { "nics", HAS_ARG, QEMU_OPTION_nics},      { "nics", HAS_ARG, QEMU_OPTION_nics},
# Line 3092  int main(int argc, char **argv) Line 3096  int main(int argc, char **argv)
3096              case QEMU_OPTION_prep:              case QEMU_OPTION_prep:
3097                  prep_enabled = 1;                  prep_enabled = 1;
3098                  break;                  break;
3099                case QEMU_OPTION_k:
3100                    keyboard_layout = optarg;
3101                    break;
3102              case QEMU_OPTION_localtime:              case QEMU_OPTION_localtime:
3103                  rtc_utc = 0;                  rtc_utc = 0;
3104                  break;                  break;

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26