1. 28 7月, 2009 4 次提交
  2. 17 7月, 2009 5 次提交
  3. 10 7月, 2009 1 次提交
  4. 02 7月, 2009 1 次提交
  5. 30 6月, 2009 9 次提交
  6. 29 6月, 2009 2 次提交
  7. 22 6月, 2009 2 次提交
  8. 17 6月, 2009 4 次提交
  9. 10 6月, 2009 1 次提交
  10. 07 6月, 2009 1 次提交
  11. 06 6月, 2009 1 次提交
  12. 04 6月, 2009 1 次提交
  13. 28 5月, 2009 1 次提交
  14. 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
  15. 21 5月, 2009 1 次提交
  16. 19 5月, 2009 1 次提交
    • P
      Hardware convenience library · 1ad2134f
      Paul Brook 提交于
      The only target dependency for most hardware is sizeof(target_phys_addr_t).
      Build these files into a convenience library, and use that instead of
      building for every target.
      
      Remove and poison various target specific macros to avoid bogus target
      dependencies creeping back in.
      
      Big/Little endian is not handled because devices should not know or care
      about this to start with.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      1ad2134f
  17. 15 5月, 2009 3 次提交