1. 31 7月, 2009 1 次提交
  2. 28 7月, 2009 7 次提交
  3. 17 7月, 2009 5 次提交
  4. 10 7月, 2009 1 次提交
  5. 02 7月, 2009 1 次提交
  6. 30 6月, 2009 9 次提交
  7. 29 6月, 2009 2 次提交
  8. 22 6月, 2009 2 次提交
  9. 17 6月, 2009 4 次提交
  10. 10 6月, 2009 1 次提交
  11. 07 6月, 2009 1 次提交
  12. 06 6月, 2009 1 次提交
  13. 04 6月, 2009 1 次提交
  14. 28 5月, 2009 1 次提交
  15. 22 5月, 2009 2 次提交
    • A
      Add HTTP protocol using curl v6 · 769ce76d
      Alexander Graf 提交于
      Currently Qemu can read from posix I/O and NBD. This patch adds a
      third protocol to the game: HTTP.
      
      In certain situations it can be useful to access HTTP data directly,
      for example if you want to try out an http provided OS image, but
      don't know if you want to download it yet.
      
      Using this patch you can now try it on on the fly. Just use it like:
      
      qemu -cdrom http://host/path/my.isoSigned-off-by: NAlexander Graf <agraf@suse.de>
      769ce76d
    • K
      Create qemu-option.h · d3f24367
      Kevin Wolf 提交于
      This patch creates a new header file and the corresponding implementation file
      for parsing of parameter strings for options (like used in -drive). Part of
      this is code moved from vl.c (so qemu-img can use it later).
      
      The idea is to have a data structure describing all accepted parameters. When
      parsing a parameter string, the structure is copied and filled with the
      parameter values.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      d3f24367
  16. 21 5月, 2009 1 次提交