mbox

[PULL,0/2] input: two bugfixes.

Message ID 1394456075-20371-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-input-5

Message

Gerd Hoffmann March 10, 2014, 12:54 p.m. UTC
Hi,

Two bugs in the input layer rewrite poped up,
here are the bugfixes for then.

please pull,
  Gerd

The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71:

  Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000)

are available in the git repository at:


  git://git.kraxel.org/qemu tags/pull-input-5

for you to fetch changes up to dbb2a1326a7af6159861d3d7976c251a15ce0f92:

  input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves. (2014-03-10 13:49:44 +0100)

----------------------------------------------------------------
input: fixes for the rewrite.

----------------------------------------------------------------
Gerd Hoffmann (2):
      input: sdl: fix guest_cursor logic.
      input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.

 ui/input-legacy.c | 14 ++++++++++++++
 ui/sdl.c          | 18 +++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)

Comments

Peter Maydell March 11, 2014, 1:05 p.m. UTC | #1
On 10 March 2014 12:54, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Two bugs in the input layer rewrite poped up,
> here are the bugfixes for then.
>
> please pull,
>   Gerd
>
> The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71:
>
>   Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-input-5
>
> for you to fetch changes up to dbb2a1326a7af6159861d3d7976c251a15ce0f92:
>
>   input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves. (2014-03-10 13:49:44 +0100)
>
> ----------------------------------------------------------------
> input: fixes for the rewrite.
>
> ----------------------------------------------------------------
> Gerd Hoffmann (2):
>       input: sdl: fix guest_cursor logic.
>       input: map INPUT_BUTTON_WHEEL_{UP,DOWN} to legacy input z axis moves.
>
>  ui/input-legacy.c | 14 ++++++++++++++
>  ui/sdl.c          | 18 +++++++++++-------
>  2 files changed, 25 insertions(+), 7 deletions(-)
>

Applied, thanks.

-- PMM