1. 21 11月, 2009 1 次提交
  2. 18 11月, 2009 3 次提交
  3. 17 11月, 2009 3 次提交
  4. 09 11月, 2009 1 次提交
    • M
      Configurable block format whitelist · eb852011
      Markus Armbruster 提交于
      We have code for a quite a few block formats.  While I trust that all
      of these formats are useful at least for some people in some
      circumstances, some of them are of a kind that friends don't let
      friends use in production.
      
      This patch provides an optional block format whitelist, default off.
      If a whitelist is configured with --block-drv-whitelist, QEMU proper
      can use only whitelisted formats.  Other programs, like qemu-img, are
      not affected.
      
      Drivers for formats off the whitelist still participate in format
      probing, to ensure all programs probe exactly the same.  Without that,
      QEMU proper would be prone to treat images with a format off the
      whitelist as raw when the image's format is probed.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      eb852011
  5. 03 11月, 2009 1 次提交
    • A
      Fix the build when srcdir == objdir · 2d9f27d2
      Anthony Liguori 提交于
      You would only see this error on a fresh clone when srcdir == objdir.  configure
      will fail because roms/pcbios doesn't exist.
      
      git submodule integration doesn't cleanup very well when switching between
      branches so you'll get an roms/pcbios directory from normal operations if you
      switch between old branches.
      
      Thanks to a mistake in configure, if you build outside of srcdir, you'll also
      get a valid roms/pcbios.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      2d9f27d2
  6. 30 10月, 2009 2 次提交
  7. 19 10月, 2009 1 次提交
  8. 16 10月, 2009 1 次提交
  9. 15 10月, 2009 1 次提交
  10. 12 10月, 2009 1 次提交
  11. 11 10月, 2009 2 次提交
  12. 10 10月, 2009 1 次提交
  13. 09 10月, 2009 7 次提交
  14. 07 10月, 2009 1 次提交
  15. 05 10月, 2009 2 次提交
  16. 04 10月, 2009 1 次提交
  17. 03 10月, 2009 1 次提交
  18. 28 9月, 2009 1 次提交
  19. 27 9月, 2009 1 次提交
  20. 20 9月, 2009 1 次提交
  21. 17 9月, 2009 1 次提交
  22. 14 9月, 2009 2 次提交
  23. 13 9月, 2009 1 次提交
  24. 12 9月, 2009 3 次提交