1. 19 12月, 2012 3 次提交
  2. 07 12月, 2012 1 次提交
  3. 31 10月, 2012 1 次提交
  4. 19 10月, 2012 1 次提交
  5. 08 10月, 2012 1 次提交
    • P
      net: consolidate NetClientState header files into one · a245fc18
      Paolo Bonzini 提交于
      This patch doesn't seem much useful alone, I must admit.  However,
      it makes sense as part of the upcoming directory reorganization,
      where I want to have include/net/tap.h as the net<->hw interface
      for tap.  Then having both net/tap.h and include/net/tap.h does
      not work.  "Fixed" by moving all the init functions to a single
      header file net/clients.h.
      
      The patch also adopts a uniform style for including net/*.h files
      from net/*.c, without the net/ path.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@gmail.com>
      a245fc18
  6. 01 8月, 2012 4 次提交
  7. 23 7月, 2012 4 次提交
  8. 05 6月, 2012 1 次提交
  9. 25 2月, 2011 1 次提交
  10. 14 10月, 2010 1 次提交
    • B
      Delete write only variables · 49a2942d
      Blue Swirl 提交于
      Compiling with GCC 4.6.0 20100925 produced warnings like:
      /src/qemu/net/tap-win32.c: In function 'tap_win32_open':
      /src/qemu/net/tap-win32.c:582:12: error: variable 'hThread' set but not used [-Werror=unused-but-set-variable]
      
      Fix by removing the unused variables.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      49a2942d
  11. 08 9月, 2010 1 次提交
  12. 02 4月, 2010 1 次提交
  13. 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
  14. 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
  15. 20 2月, 2010 1 次提交
  16. 05 12月, 2009 1 次提交
  17. 03 12月, 2009 1 次提交
  18. 30 10月, 2009 2 次提交
  19. 28 10月, 2009 2 次提交
  20. 15 10月, 2009 1 次提交
  21. 02 10月, 2009 2 次提交
  22. 28 7月, 2009 1 次提交
  23. 17 7月, 2009 1 次提交
  24. 09 6月, 2009 4 次提交
  25. 18 4月, 2009 1 次提交
  26. 06 4月, 2009 1 次提交