1. 03 8月, 2010 2 次提交
  2. 01 8月, 2010 3 次提交
  3. 31 7月, 2010 15 次提交
  4. 30 7月, 2010 1 次提交
  5. 29 7月, 2010 14 次提交
  6. 28 7月, 2010 2 次提交
  7. 27 7月, 2010 3 次提交
    • B
      Initialize a variable in all cases · d167f9bc
      Blue Swirl 提交于
      Fix a warning with some GCCs:
      /src/qemu/ui/vnc-enc-tight.c: In function `send_sub_rect_nojpeg':
      /src/qemu/ui/vnc-enc-tight.c:1458: warning: `ret' might be used uninitialized in this function
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      d167f9bc
    • B
      Fix uint8_t comparisons with negative values · 7bccf573
      Blue Swirl 提交于
      Fix the following warnings:
      /src/qemu/hw/ide/core.c: In function `ide_drive_pio_post_load':
      /src/qemu/hw/ide/core.c:2767: warning: comparison is always false due to limited range of data type
      
      /src/qemu/ui/vnc-enc-tight.c: In function `tight_detect_smooth_image':
      /src/qemu/ui/vnc-enc-tight.c:284: warning: comparison is always true due to limited range of data type
      /src/qemu/ui/vnc-enc-tight.c:297: warning: comparison is always true due to limited range of data type
      /src/qemu/ui/vnc-enc-tight.c: In function `tight_encode_indexed_rect16':
      /src/qemu/ui/vnc-enc-tight.c:456: warning: comparison is always false due to limited range of data type
      /src/qemu/ui/vnc-enc-tight.c: In function `tight_encode_indexed_rect32':
      /src/qemu/ui/vnc-enc-tight.c:457: warning: comparison is always false due to limited range of data type
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      7bccf573
    • A
      Update version for 0.13.0-rc0 · fd2f659e
      Anthony Liguori 提交于
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      fd2f659e