1. 25 10月, 2011 10 次提交
  2. 24 10月, 2011 1 次提交
  3. 23 10月, 2011 14 次提交
  4. 22 10月, 2011 14 次提交
  5. 21 10月, 2011 1 次提交
    • P
      linux-user: Fix broken "-version" option · 1386d4c0
      Peter Maydell 提交于
      Fix the "-version" option, which was accidentally broken in commit
      fc9c5412:
       * exit after printing version information rather than proceeding
         blithely onward (and likely printing the full usage message)
       * correct the cut-n-paste error in the usage message for it
       * don't insist on the presence of a following argument for
         options which don't take an argument (this was preventing
         'qemu-arm -version' from working)
       * remove a spurious argc check from the beginning of main() which
         meant 'QEMU_VERSION=1 qemu-arm' didn't work.
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NAndrzej Zaborowski <andrew.zaborowski@intel.com>
      1386d4c0