1. 28 9月, 2008 1 次提交
    • M
      Change the way video graphics adapter is selected · 3893c124
      malc 提交于
      Instead of having (current)three command line switches -std-vga,
      -cirrusvga and -vmwarevga, provide one -vga switch which takes
      an argument, so that:
      qemu -std-vga   becomes qemu -vga std
      qemu -cirrusvga becomes qemu -vga cirrus
      qemu -vmwarevga becomes qemu -vga vmware
      
      Update documentation accordingly.
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5335 c046a42c-6fe2-441c-8c8c-71466251a162
      3893c124
  2. 22 8月, 2008 1 次提交
  3. 29 7月, 2008 1 次提交
  4. 22 7月, 2008 1 次提交
  5. 19 7月, 2008 1 次提交
  6. 18 7月, 2008 1 次提交
  7. 03 7月, 2008 2 次提交
  8. 29 6月, 2008 3 次提交
  9. 26 6月, 2008 1 次提交
  10. 13 6月, 2008 1 次提交
  11. 18 5月, 2008 1 次提交
  12. 11 5月, 2008 1 次提交
  13. 09 5月, 2008 1 次提交
  14. 07 5月, 2008 1 次提交
  15. 05 5月, 2008 1 次提交
  16. 29 4月, 2008 1 次提交
    • A
      add format= to drive options (CVE-2008-2004) · 1e72d3b7
      aurel32 提交于
      It is possible for a guest with a raw formatted disk image to write a
      header to that disk image describing another format (such as qcow2).
      Stopping and subsequent restart of the guest will cause qemu to detect
      that format, and could allow the guest to read any host file if qemu is
      sufficiently privileged (typical in virt environments).
      
      The patch defaults to existing behaviour (probing based on file contents),
      so it still requires the mgmt app (e.g. libvirt xml) to pass a new
      "format=raw" parameter for raw disk images.
      
      Originally noted by Avi Kivity, patch from Chris Wright.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4277 c046a42c-6fe2-441c-8c8c-71466251a162
      1e72d3b7
  17. 28 4月, 2008 1 次提交
  18. 23 4月, 2008 2 次提交
  19. 12 4月, 2008 1 次提交
  20. 08 4月, 2008 2 次提交
  21. 18 3月, 2008 2 次提交
  22. 03 2月, 2008 2 次提交
  23. 02 2月, 2008 1 次提交
  24. 24 1月, 2008 1 次提交
  25. 19 1月, 2008 1 次提交
  26. 18 1月, 2008 2 次提交
  27. 15 1月, 2008 1 次提交
  28. 14 1月, 2008 2 次提交
  29. 09 1月, 2008 1 次提交
  30. 29 12月, 2007 2 次提交