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

Diff of /qemu/vl.c

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

revision 1.137 by bellard, Sun Oct 30 18:58:21 2005 UTC revision 1.138 by bellard, Sat Nov 5 14:22:27 2005 UTC
# Line 153  CharDriverState *parallel_hds[MAX_PARALL Line 153  CharDriverState *parallel_hds[MAX_PARALL
153  #ifdef TARGET_I386  #ifdef TARGET_I386
154  int win2k_install_hack = 0;  int win2k_install_hack = 0;
155  #endif  #endif
156    int usb_enabled = 0;
157    
158  /***********************************************************/  /***********************************************************/
159  /* x86 ISA bus support */  /* x86 ISA bus support */
# Line 2986  enum { Line 2987  enum {
2987      QEMU_OPTION_pidfile,      QEMU_OPTION_pidfile,
2988      QEMU_OPTION_no_kqemu,      QEMU_OPTION_no_kqemu,
2989      QEMU_OPTION_win2k_hack,      QEMU_OPTION_win2k_hack,
2990        QEMU_OPTION_usb,
2991  };  };
2992    
2993  typedef struct QEMUOption {  typedef struct QEMUOption {
# Line 3060  const QEMUOption qemu_options[] = { Line 3062  const QEMUOption qemu_options[] = {
3062      { "full-screen", 0, QEMU_OPTION_full_screen },      { "full-screen", 0, QEMU_OPTION_full_screen },
3063      { "pidfile", HAS_ARG, QEMU_OPTION_pidfile },      { "pidfile", HAS_ARG, QEMU_OPTION_pidfile },
3064      { "win2k-hack", 0, QEMU_OPTION_win2k_hack },      { "win2k-hack", 0, QEMU_OPTION_win2k_hack },
3065        { "usb", 0, QEMU_OPTION_usb },
3066            
3067      /* temporary options */      /* temporary options */
3068      { "pci", 0, QEMU_OPTION_pci },      { "pci", 0, QEMU_OPTION_pci },
# Line 3646  int main(int argc, char **argv) Line 3649  int main(int argc, char **argv)
3649                  kqemu_allowed = 0;                  kqemu_allowed = 0;
3650                  break;                  break;
3651  #endif  #endif
3652                case QEMU_OPTION_usb:
3653                    usb_enabled = 1;
3654                    break;
3655              }              }
3656          }          }
3657      }      }

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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