qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] c6c506: tci: Fix type of tci_read_label


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] c6c506: tci: Fix type of tci_read_label
Date: Sat, 24 Nov 2012 13:00:09 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: c6c5063c7a5bb1d3fe6b9931a1ec15294e39b8b1
      
https://github.com/qemu/qemu/commit/c6c5063c7a5bb1d3fe6b9931a1ec15294e39b8b1
  Author: Richard Henderson <address@hidden>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M tci.c

  Log Message:
  -----------
  tci: Fix type of tci_read_label

Fixes the pointer truncation that was occurring for branches.

Cc: Stefan Weil <address@hidden>
Cc: Blue Swirl <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Tested-by: Stefan Weil <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 89c9bc3d147fdaa932db99b0463b4af1d3e7cda1
      
https://github.com/qemu/qemu/commit/89c9bc3d147fdaa932db99b0463b4af1d3e7cda1
  Author: Stefan Weil <address@hidden>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M block.c

  Log Message:
  -----------
  block: Fix regression for MinGW (assertion caused by short string)

The local string tmp_filename is passed to function get_tmp_filename
which expects a string with minimum size MAX_PATH for w32 hosts.

MAX_PATH is 260 and PATH_MAX is 259, so tmp_filename was too short.

Commit eba25057b9a5e19d10ace2bc7716667a31297169 introduced this
regression.

Signed-off-by: Stefan Weil <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: a85903ff80f9bfa6390069856a8ec706b0b5ad5a
      
https://github.com/qemu/qemu/commit/a85903ff80f9bfa6390069856a8ec706b0b5ad5a
  Author: Wenchao Xia <address@hidden>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Build system fix distclean error for pixman

  Currently Makefile test if pixman have configure log, but the script directly
return error if that file do not exist. This patch fix it.

Signed-off-by: Wenchao Xia <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


  Commit: 06dec08374a4a4bd882994a3dfd103e314584c4c
      
https://github.com/qemu/qemu/commit/06dec08374a4a4bd882994a3dfd103e314584c4c
  Author: Jan Kiszka <address@hidden>
  Date:   2012-11-24 (Sat, 24 Nov 2012)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  chardev: Use real-time clock for open timer

The vm clock may be stopped, and then we won't get open events anymore.
Seen with QMP sessions.

Reported-by: Dietmar Maurer <address@hidden>
Tested-by: Luiz Capitulino <address@hidden>
Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>


Compare: https://github.com/qemu/qemu/compare/31abf9244735...06dec08374a4

reply via email to

[Prev in Thread] Current Thread [Next in Thread]