1. 31 3月, 2010 1 次提交
  2. 30 3月, 2010 5 次提交
  3. 28 3月, 2010 2 次提交
  4. 27 3月, 2010 1 次提交
  5. 22 3月, 2010 4 次提交
  6. 20 3月, 2010 8 次提交
  7. 18 3月, 2010 18 次提交
  8. 17 3月, 2010 1 次提交
    • M
      qemu-option: Move the implied first name into QemuOptsList · 8212c64f
      Markus Armbruster 提交于
      We sometimes permit omitting the first option name, for example
      -device foo is short for -device driver=foo.  The name to use
      ("driver" in the example) is passed as argument to qemu_opts_parse().
      For each QemuOptsList, we use at most one such name.
      
      Move the name into QemuOptsList, and pass whether to permit the
      abbreviation.  This ensures continued consistency, and simplifies the
      commit after next in this series.
      8212c64f