qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] afbc0d: input: sdl2: Fix guest_cursor logic


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] afbc0d: input: sdl2: Fix guest_cursor logic
Date: Fri, 11 Apr 2014 06:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: afbc0dd649809b34583c52f2bc99b5c82c06fd53
      
https://github.com/qemu/qemu/commit/afbc0dd649809b34583c52f2bc99b5c82c06fd53
  Author: Cole Robinson <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M ui/sdl2.c

  Log Message:
  -----------
  input: sdl2: Fix guest_cursor logic

Unbreaks relative mouse mode with sdl2, just like was done with sdl.c
in c3aa84b6.

Signed-off-by: Cole Robinson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 2d968ffbae6b7899064f9f86f8508d9c19021e39
      
https://github.com/qemu/qemu/commit/2d968ffbae6b7899064f9f86f8508d9c19021e39
  Author: Cole Robinson <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M ui/sdl2.c

  Log Message:
  -----------
  input: sdl2: Fix relative mode to match SDL1 behavior

Right now relative mode accelerates too fast, and has the 'invisible wall'
problem. SDL2 added an explicit API to handle this use case, so let's use
it.

Signed-off-by: Cole Robinson <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 28ec11bc882387e51c7450558af5a49b8be95a36
      
https://github.com/qemu/qemu/commit/28ec11bc882387e51c7450558af5a49b8be95a36
  Author: Kevin Wolf <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M block/bochs.c

  Log Message:
  -----------
  bochs: Fix memory leak in bochs_open() error path

Signed-off-by: Kevin Wolf <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>


  Commit: 715c3f60efa9801a777a71cd06eaf8efa7eaa2a8
      
https://github.com/qemu/qemu/commit/715c3f60efa9801a777a71cd06eaf8efa7eaa2a8
  Author: Kevin Wolf <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M block/bochs.c
    M tests/qemu-iotests/078
    M tests/qemu-iotests/078.out

  Log Message:
  -----------
  bochs: Fix catalog size check

The old check was off by a factor of 512 and didn't consider cases where
we don't get an exact division. This could lead to an out-of-bounds
array access in seek_to_sector().

Signed-off-by: Kevin Wolf <address@hidden>
Reviewed-by: Laszlo Ersek <address@hidden>


  Commit: cd82b6fb4daf87f17742f7971ba6cb90d23e6703
      
https://github.com/qemu/qemu/commit/cd82b6fb4daf87f17742f7971ba6cb90d23e6703
  Author: Fam Zheng <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M block/iscsi.c

  Log Message:
  -----------
  iscsi: Remember to set ret for iscsi_open in error case

Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 5450466394c95cea8b661fb197ed215a4ab5d700
      
https://github.com/qemu/qemu/commit/5450466394c95cea8b661fb197ed215a4ab5d700
  Author: Max Reitz <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M blockdev.c

  Log Message:
  -----------
  block-commit: speed is an optional parameter

As speed is an optional parameter for the QMP block-commit command, it
should be set to 0 if not given (as it is undefined if has_speed is
false), that is, the speed should not be limited.

Cc: address@hidden
Signed-off-by: Max Reitz <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Reviewed-by: Fam Zheng <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 80fc7b1755492a3698f78f7c4973751f6cf02e14
      
https://github.com/qemu/qemu/commit/80fc7b1755492a3698f78f7c4973751f6cf02e14
  Author: Peter Maydell <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M ui/sdl2.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-1' into staging

sdl2 relative mouse mode fixes.

# gpg: Signature made Fri 11 Apr 2014 11:36:46 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-sdl-1:
  input: sdl2: Fix relative mode to match SDL1 behavior
  input: sdl2: Fix guest_cursor logic

Signed-off-by: Peter Maydell <address@hidden>


  Commit: 21e2db72601c48fa593ef7187faf17f324d925c5
      
https://github.com/qemu/qemu/commit/21e2db72601c48fa593ef7187faf17f324d925c5
  Author: Peter Maydell <address@hidden>
  Date:   2014-04-11 (Fri, 11 Apr 2014)

  Changed paths:
    M block/bochs.c
    M block/iscsi.c
    M blockdev.c
    M tests/qemu-iotests/078
    M tests/qemu-iotests/078.out

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block patches for 2.0.0-rc3

# gpg: Signature made Fri 11 Apr 2014 13:37:34 BST using RSA key ID C88F2FD6
# gpg: Good signature from "Kevin Wolf <address@hidden>"

* remotes/kevin/tags/for-upstream:
  block-commit: speed is an optional parameter
  iscsi: Remember to set ret for iscsi_open in error case
  bochs: Fix catalog size check
  bochs: Fix memory leak in bochs_open() error path

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f516a5cc051d...21e2db72601c

reply via email to

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