You need to sign in or sign up before continuing.
  1. 10 4月, 2011 1 次提交
  2. 07 4月, 2011 1 次提交
  3. 20 2月, 2011 1 次提交
  4. 25 1月, 2011 1 次提交
  5. 23 10月, 2010 1 次提交
  6. 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
  7. 03 10月, 2010 1 次提交
  8. 22 9月, 2010 1 次提交
  9. 18 9月, 2010 1 次提交
  10. 24 8月, 2010 1 次提交
    • B
      Rearrange block headers · 2446333c
      Blue Swirl 提交于
      Changing block.h or blockdev.h resulted in recompiling most objects.
      
      Move DriveInfo typedef and BlockInterfaceType enum definitions
      to qemu-common.h and rearrange blockdev.h use to decrease churn.
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2446333c
  11. 31 7月, 2010 1 次提交
  12. 06 7月, 2010 2 次提交
  13. 01 7月, 2010 1 次提交
  14. 30 6月, 2010 1 次提交