1. 02 4月, 2010 1 次提交
  2. 28 3月, 2010 1 次提交
    • B
      Fix BSD and win32 builds · 73d96e29
      Blue Swirl 提交于
        CC    net/tap-bsd.o
      /src/qemu/net/tap-bsd.c: In function `tap_open':
      /src/qemu/net/tap-bsd.c:93: warning: implicit declaration of function `error_report'
      
        CC    sparc-softmmu/../net/tap-win32.o
      cc1: warnings being treated as errors
      /src/qemu/target-sparc/../net/tap-win32.c: In function 'net_init_tap':
      /src/qemu/target-sparc/../net/tap-win32.c:709: warning: implicit declaration of function 'error_report'
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      73d96e29
  3. 16 3月, 2010 1 次提交
    • M
      error: Replace qemu_error() by error_report() · 1ecda02b
      Markus Armbruster 提交于
      error_report() terminates the message with a newline.  Strip it it
      from its arguments.
      
      This fixes a few error messages lacking a newline:
      net_handle_fd_param()'s "No file descriptor named %s found", and
      tap_open()'s "vnet_hdr=1 requested, but no kernel support for
      IFF_VNET_HDR available" (all three versions).
      
      There's one place that passes arguments without newlines
      intentionally: load_vmstate().  Fix it up.
      1ecda02b
  4. 20 2月, 2010 1 次提交
  5. 05 12月, 2009 1 次提交
  6. 03 12月, 2009 1 次提交
  7. 30 10月, 2009 2 次提交
  8. 28 10月, 2009 2 次提交
  9. 15 10月, 2009 1 次提交
  10. 02 10月, 2009 2 次提交
  11. 28 7月, 2009 1 次提交
  12. 17 7月, 2009 1 次提交
  13. 09 6月, 2009 4 次提交
  14. 18 4月, 2009 1 次提交
  15. 06 4月, 2009 1 次提交
  16. 09 3月, 2009 1 次提交
  17. 08 1月, 2009 2 次提交
  18. 05 1月, 2009 1 次提交
  19. 06 11月, 2008 1 次提交
  20. 17 12月, 2007 1 次提交
  21. 18 11月, 2007 1 次提交
  22. 17 9月, 2007 2 次提交
  23. 19 8月, 2006 1 次提交
  24. 26 6月, 2006 1 次提交
  25. 19 2月, 2006 1 次提交
  26. 02 2月, 2006 1 次提交