1. 14 10月, 2008 1 次提交
    • A
      Expand cache= option and use write-through caching by default · 9f7965c7
      aliguori 提交于
      This patch changes the cache= option to accept none, writeback, or writethough
      to control the host page cache behavior.  By default, writethrough caching is
      now used which internally is implemented by using O_DSYNC to open the disk
      images.  When using -snapshot, writeback is used by default since data integrity
      it not at all an issue.
      
      cache=none has the same behavior as cache=off previously.  The later syntax is
      still supported by now deprecated.  I also cleaned up the O_DIRECT
      implementation to avoid many of the #ifdefs.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5485 c046a42c-6fe2-441c-8c8c-71466251a162
      9f7965c7
  2. 05 10月, 2008 1 次提交
  3. 02 10月, 2008 1 次提交
  4. 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
  5. 22 8月, 2008 1 次提交
  6. 29 7月, 2008 1 次提交
  7. 22 7月, 2008 1 次提交
  8. 19 7月, 2008 1 次提交
  9. 18 7月, 2008 1 次提交
  10. 03 7月, 2008 2 次提交
  11. 29 6月, 2008 3 次提交
  12. 26 6月, 2008 1 次提交
  13. 13 6月, 2008 1 次提交
  14. 18 5月, 2008 1 次提交
  15. 11 5月, 2008 1 次提交
  16. 09 5月, 2008 1 次提交
  17. 07 5月, 2008 1 次提交
  18. 05 5月, 2008 1 次提交
  19. 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
  20. 28 4月, 2008 1 次提交
  21. 23 4月, 2008 2 次提交
  22. 12 4月, 2008 1 次提交
  23. 08 4月, 2008 2 次提交
  24. 18 3月, 2008 2 次提交
  25. 03 2月, 2008 2 次提交
  26. 02 2月, 2008 1 次提交
  27. 24 1月, 2008 1 次提交
  28. 19 1月, 2008 1 次提交
  29. 18 1月, 2008 2 次提交
  30. 15 1月, 2008 1 次提交
  31. 14 1月, 2008 2 次提交