qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] b1e749: gtk: Fix accelerator filtering


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] b1e749: gtk: Fix accelerator filtering
Date: Mon, 22 Jul 2013 14:30:10 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: b1e749c02172583ca85bb3a964a9b39221f9ac39
      
https://github.com/qemu/qemu/commit/b1e749c02172583ca85bb3a964a9b39221f9ac39
  Author: Jan Kiszka <address@hidden>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M ui/gtk.c

  Log Message:
  -----------
  gtk: Fix accelerator filtering

This is in fact very simply: When the input in grabbed, everything
should be exclusively passed to the guest - except it has our magic
CTRL-ALT modifier set. Then let GTK filter out those accels that are in
use. When checking the modifier state, we just need to filter out NUM
and CAPS lock.

Note: Filtering based on hard-coded modifiers breaks overriding
accelerators. Needs to be fixed at a later point.

Signed-off-by: Jan Kiszka <address@hidden>
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 53db78543e473bdf7650a406767d0901c6e26480
      
https://github.com/qemu/qemu/commit/53db78543e473bdf7650a406767d0901c6e26480
  Author: Richard Henderson <address@hidden>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    R ldscripts/alpha.ld
    R ldscripts/arm.ld
    R ldscripts/hppa.ld
    R ldscripts/i386.ld
    R ldscripts/ia64.ld
    R ldscripts/m68k.ld
    R ldscripts/mips.ld
    R ldscripts/ppc.ld
    R ldscripts/ppc64.ld
    R ldscripts/s390.ld
    R ldscripts/sparc.ld
    R ldscripts/sparc64.ld
    R ldscripts/x86_64.ld

  Log Message:
  -----------
  configure: Remove ldscripts

Since 964c6fa16f50a607f9da5068d6bf15ccc93872c0, these files are unused.

Signed-off-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: fd1d9926e91f421bc851f9dd19875f14799c6e4b
      
https://github.com/qemu/qemu/commit/fd1d9926e91f421bc851f9dd19875f14799c6e4b
  Author: Alex Williamson <address@hidden>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M memory.c

  Log Message:
  -----------
  memory: Fix zero-sized memory region print

if mr->size == 0, then

int128_get64(int128_sub(mr->size, int128_make64(1))) => assert(!a.hi)

Also, use int128_one().

Signed-off-by: Alex Williamson <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 2dc6bebde93677b262caff114849d0f5ebdaa82d
      
https://github.com/qemu/qemu/commit/2dc6bebde93677b262caff114849d0f5ebdaa82d
  Author: Peter Maydell <address@hidden>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M include/qemu/bitops.h

  Log Message:
  -----------
  bitops: Provide sextract32() and sextract64()

A common operation in instruction decoding is to take a field
from an instruction that represents a signed integer in some
arbitrary number of bits, and sign extend it into a C signed
integer type for manipulation. Provide new functions sextract32()
and sextract64() which perform this operation; they are like
the existing extract32() and extract64() except that the field
is sign-extended into the returned result.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


  Commit: 3464700f6aecb3e2aa9098839d90672d6b3fa974
      
https://github.com/qemu/qemu/commit/3464700f6aecb3e2aa9098839d90672d6b3fa974
  Author: Peter Maydell <address@hidden>
  Date:   2013-07-22 (Mon, 22 Jul 2013)

  Changed paths:
    M tests/Makefile
    A tests/test-bitops.c

  Log Message:
  -----------
  tests: Add test-bitops.c with some sextract tests

Add some simple test cases for the new sextract32
and sextract64 functions.

Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Richard Henderson <address@hidden>
Message-id: address@hidden
Signed-off-by: Anthony Liguori <address@hidden>


Compare: https://github.com/qemu/qemu/compare/549c272b3c7c...3464700f6aec

reply via email to

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