1. 13 6月, 2009 2 次提交
  2. 07 6月, 2009 2 次提交
  3. 04 6月, 2009 1 次提交
  4. 28 5月, 2009 1 次提交
  5. 27 5月, 2009 1 次提交
  6. 26 5月, 2009 1 次提交
  7. 23 5月, 2009 1 次提交
  8. 22 5月, 2009 1 次提交
    • 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
  9. 21 5月, 2009 2 次提交
    • B
      Compile most Xen files only once · 2567f579
      Blue Swirl 提交于
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2567f579
    • A
      Eliminate --disable-gfx-check and make VNC default when SDL not available · f92f8afe
      Anthony Liguori 提交于
       --disable-gfx-check predates VNC server support.  It made sense back then
      because the only thing you could do without SDL was use -nographic mode or
      similar tricks.  Since this is a very advanced mode of operation, gfx-check
      provided a good safety net for casual users.
      
      A casual user is very likely to use VNC to interact with a guest.  In fact, it's
      often frustrating to install QEMU on a server and have to specify
      disable-gfx-check when you only want to use VNC.
      
      This patch eliminates disable-gfx-check and makes SDL behave like every other
      optional dependency.  If SDL is not available, instead of failing ungracefully
      if no special options are specified, we default to -vnc localhost:0,to=99.
      When we do default to VNC, we also print a message to tell the user that we've
      done this include which port we're currently listening on.
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      f92f8afe
  10. 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
  11. 15 5月, 2009 2 次提交
  12. 14 5月, 2009 1 次提交
  13. 08 5月, 2009 1 次提交
    • J
      Drop CONFIG_GDBSTUB · 322f9d01
      Jan Kiszka 提交于
      This is no user-flippable switch, and no arch makes use of disabling
      gdbstub support. So it's pointless to keep the related #ifdefs and
      configure hunks around - and risking breakages like 711c410fdd again.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      322f9d01
  14. 29 4月, 2009 1 次提交
  15. 28 4月, 2009 1 次提交
  16. 25 4月, 2009 1 次提交
  17. 22 4月, 2009 2 次提交
  18. 19 4月, 2009 2 次提交
  19. 18 4月, 2009 1 次提交
  20. 17 4月, 2009 1 次提交
  21. 16 4月, 2009 3 次提交
  22. 14 4月, 2009 5 次提交
  23. 11 4月, 2009 1 次提交
  24. 08 4月, 2009 3 次提交
  25. 06 4月, 2009 2 次提交